Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - myst404

Pages: [1]
1
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!

2
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

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:

Code: [Select]
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.

Pages: [1]