EvilZone

Programming and Scripting => Scripting Languages => : myst404 September 25, 2015, 02:27:09 PM

: [Python] Probes reader and automatic Rogue AP tool (MITM)
: 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.
: Re: [Python] Probes reader and automatic Rogue AP tool (MITM)
: 0E 800 September 25, 2015, 07:41:25 PM
Thank you for sharing. Going to try it out.
: Re: [Python] Probes reader and automatic Rogue AP tool (MITM)
: proxx September 26, 2015, 01:58:18 AM
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 ?
: Re: [Python] Probes reader and automatic Rogue AP tool (MITM)
: myst404 September 26, 2015, 04:26:38 AM
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!