I've been pentesting my router lately. I use a spare DLink 605L router.
I used the mac address to successfully generate wps pin using a python script available (I'm sure most of you guys know this script on github). So now I have the wps pin, the question is what do I do with it? Can I enter the wps pin in my smartphone and connect to the network? or I'm I missing somethng?
Pls help!!!
6 Responses
Use a program called Reaver to retrieve the password from the WPS pin. Here's the syntax:
reaver -i <interface> -b <BSSID> -vvv -c <channel> -N --pin=12345678 -A
(replace 12345678 with the WPS pin that you have)
(EDIT: the interface must be in monitor mode, e.g. mon0)
Also refer to this page as it covers an issue with the above syntax in case you run into any problems.
TRT
Thanks Bro , TRT
Also, you could use this app for your android device.
I am one of those that do not know the script that you are referring too. Care to share?
Sure, here's the link https://github.com/devttys0/wps/blob/master/pingens/dlink/pingen.py it only works on DLink routers. You can download it or copy it and save it as pingen.py (any_name.py) . There's one for belkin routers written by the same guy but its in C.
For the python script:
python pingen.py router_mac_address
Awesome thank you!
Share Your Thoughts