Last active
December 3, 2021 15:45
-
-
Save antonilol/c6b2c575dff6f45a14bb96df8b12a96a to your computer and use it in GitHub Desktop.
gen_v3.cpp: This program can generate 'wordlists' (not actually words) for bruteforce attacks (e.g. aircrack-ng, hashcat)
This file contains 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
This file has been moved to https://github.com/antonilol/cpp_projects/blob/master/gen_v3/gen_v3.cpp |
This file has been moved to https://github.com/antonilol/cpp_projects/blob/master/gen_v3/gen_v3.cpp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compile with
g++ -o gen_v3.out gen_v3.cpp
.Use
.exe
instead of.out
for Windows.If you are lazy, the script below downloads, compiles and runs it for you. (on Linux)