Author Topic: [Python] Probes reader and automatic Rogue AP tool (MITM)  (Read 786 times)

0 Members and 1 Guest are viewing this topic.

Offline myst404

  • NULL
  • Posts: 2
  • Cookies: 3
    • View Profile
[Python] Probes reader and automatic Rogue AP tool (MITM)
« on: 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

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.
« Last Edit: September 26, 2015, 04:27:20 am by myst404 »

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: [Python] Probes reader and automatic Rogue AP tool (MITM)
« Reply #1 on: September 25, 2015, 07:41:25 pm »
Thank you for sharing. Going to try it out.
The invariable mark of wisdom is to see the miraculous in the common.

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: [Python] Probes reader and automatic Rogue AP tool (MITM)
« Reply #2 on: 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 ?
« Last Edit: September 26, 2015, 01:59:19 am by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline myst404

  • NULL
  • Posts: 2
  • Cookies: 3
    • View Profile
Re: [Python] Probes reader and automatic Rogue AP tool (MITM)
« Reply #3 on: 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!