Skip to content

Instantly share code, notes, and snippets.

@antonilol
Last active December 3, 2021 15:45
Show Gist options
  • Save antonilol/c6b2c575dff6f45a14bb96df8b12a96a to your computer and use it in GitHub Desktop.
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 has been moved to https://github.com/antonilol/cpp_projects/blob/master/gen_v3/gen_v3.cpp
@antonilol
Copy link
Author

antonilol commented May 15, 2021

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)

wget https://gist.githubusercontent.com/antonilol/c6b2c575dff6f45a14bb96df8b12a96a/raw/6098ab3a436f4eb3097b75ba8d19ca2e22de66d5/gen_v3.cpp
g++ -o gen_v3.out gen_v3.cpp
./gen_v3.out

@antonilol
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment