EvilZone
Programming and Scripting => Scripting Languages => : myst404 September 25, 2015, 02:27:09 PM
-
Hello!
I used to Python to create an automatic Rogue AP tool thanks to probe requests.
Everything is explained on Github: https://github.com/myst404/Progue (https://github.com/myst404/Progue)
Otherwise I don't know if it's working on other platforms, if there are bugs or if everything is clear !
Quickly to set it up:
apt-get install python scapy aircrack-ng udhcpd #Install programs needed
airmon-ng check kill #Kill interfering processes
airmon-ng start wlan0 #Depends on the wifi card you want to put in monitor mod
./progue.py #In the directory where the script is
Please feel free to send me your feedbacks!
Regards.
-
Thank you for sharing. Going to try it out.
-
Looks like you put quite some effort in the thing , looks good.
Do you ever use comments in your code or is it just github thats hiding stuff ?
-
Looks like you put quite some effort in the thing , looks good.
Do you ever use comments in your code or is it just github thats hiding stuff ?
Thanks!
Just added some for you ;)
I didn't if developers could be interested in my project!