wifite2
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
Beide Seiten, vorherige ÜberarbeitungVorherige ÜberarbeitungNächste Überarbeitung | Vorherige Überarbeitung | ||
wifite2 [2022/01/25 21:15] – varnholt | wifite2 [2022/01/30 16:34] (aktuell) – varnholt | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ===== wifite2 ===== | + | ===== wifite2 |
So toll ein Handshake auch ist, die Länge des Passworts und dessen Komplexität sind oft zu hoch, als dass man das schnell rausbekommt. | So toll ein Handshake auch ist, die Länge des Passworts und dessen Komplexität sind oft zu hoch, als dass man das schnell rausbekommt. | ||
Zeile 14: | Zeile 14: | ||
</ | </ | ||
- | Da fehlt dann aber noch so manches tool. Fangen wir mal mit [[https:// | + | Da fehlt dann aber noch so manches tool. Fangen wir mal mit [[https:// |
+ | |||
+ | ==== Reaver ==== | ||
< | < | ||
sudo apt -y install build-essential libpcap-dev aircrack-ng pixiewps | sudo apt -y install build-essential libpcap-dev aircrack-ng pixiewps | ||
- | wget https:// | + | wget https:// |
+ | unzip master.zip | ||
cd reaver-wps-fork-t6x* | cd reaver-wps-fork-t6x* | ||
cd src | cd src | ||
Zeile 24: | Zeile 27: | ||
sudo make install | sudo make install | ||
</ | </ | ||
+ | |||
+ | ==== Bully ==== | ||
+ | < | ||
+ | sudo apt-get -y install build-essential libpcap-dev aircrack-ng pixiewps | ||
+ | wget https:// | ||
+ | unzip master.zip | ||
+ | cd bully*/ | ||
+ | cd src/ | ||
+ | make | ||
+ | sudo make install | ||
+ | </ | ||
+ | |||
+ | Eigentlich will ich ja nur WEP und WPS mit bully oder reaver. Das am besten nur bei starkem WiFi und am besten noch alle Netze mitloggen. | ||
+ | |||
+ | wifite -wps -bully | ||
+ | |||
+ | Bei Routern, die gerne Locken, kann man es mit einer etwas weniger aggressiven Einstellung versuchen. | ||
+ | |||
+ | reaver -i mon0 -c 6 -b 00: | ||
+ | |||
+ | -L: Ignore locked WPS state. | ||
+ | |||
+ | -N: Don’t send NACK packets when errors are detected. | ||
+ | |||
+ | -d 15: Delay 15 seconds between PIN attempts. | ||
+ | |||
+ | -T: Set timeout period to half a second. | ||
+ | |||
+ | -r 3:15: After 3 attempts, sleep for 15 seconds | ||
+ | |||
+ | Stand Januar 2022 |
wifite2.1643145354.txt.gz · Zuletzt geändert: 2022/01/25 21:15 von varnholt