Last active
March 23, 2021 02:35
-
-
Save onebelarusianguy/3625419f3fc57745a96f94d81d800159 to your computer and use it in GitHub Desktop.
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 characters
| /** | |
| * wifi things | |
| */ | |
| airport -s | |
| airport en1 sniff 8 | |
| cd ../../users/user/hashcat-utils/src | |
| ./cap2hccapx.bin ../../../../../tmp/airportSniffE9ULCR.cap ../../../../../tmp/ord37.hccapx | |
| //from root dir | |
| cd ../../users/user/hashcat-3.6.0 | |
| ./hashcat -m 2500 -a 0 ../../../../../tmp/ord37.hccapx ./dicts/rockyou.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment