Many people dont know but a guy found a way to crack wps pins from routers offline , witch means that reaver only connects one time to the AP to get the data that it needs , and then the tool pixiewps breakes the wps pin of that router in offline mode .
the github of pixiewps can be found in here :
https://github.com/wiire/pixiewps
But only the new version of reaver is able to catch that specific data that pixiewps needs to do the crack offline .
Pixiewps dont work in all routers . (check the github info)
Anyway , after pixiewps appearance at kali repository , people start to add the pixiewps switches to the common tools for wifi hacking , witch is reaver , and wifite .
https://github.com/t6x/reaver-wps-fork-t6x
https://github.com/aanarchyy/wifite-mod-pixiewps
I will explain you how to add those tools to your nethunter .
Starting a remote shell to one desktop computer could be usefull , because there is some writing to do . (you can also do it manually on your tablet by tiping everything.)
to start a remote shell look at this thread : https://forums.kali.org/showthread.p...a-Secure-shell
this is the code you need to do to install everything :
After all this instalations , you can run from your terminal "wifite" , and it will be your regular wifite tool , or you can type in terminal "wifite-ng" , and you will use the modded version of wifite to work with pixiewps automatically .mkdir backup
cd backup
git clone https://github.com/derv82/wifite.git
git clone https://github.com/aanarchyy/wifite-mod-pixiewps.git
git clone https://github.com/t6x/reaver-wps-fork-t6x.git
git clone https://github.com/wiire/pixiewps.git
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
sudo apt-get install libpcap-dev aircrack-ng sqlite3 libsqlite3-dev libssl-dev -y
cd pixiewps/src/
make && make install
cd /root/backup/reaver-wps-fork-t6x/src/
./configure
make && make install
cp /root/backup/wifite/wifite.py /usr/bin/wifite
chmod +x /usr/bin/wifite
cp /root/backup/wifite-mod-pixiewps/wifite-ng /usr/bin/wifite-ng
chmod +x /usr/bin/wifite-ng
There will be a directory called Backup on your root folder that contains all these tools you have just installed .
Working with pixiewps can be found in this youtube link : *REMOVED*