Wordlist Manipulation
Wordlist Manipulation
Password file merge, sort by unique entries:
find . -maxdepth 1 -type f ! -name ".*" -exec cat {} + | sort -u -o $out_fileRemove the space character with sed
Remove the last space character with sed
Sorting Wordlists by Length
Convert uppercase to lowercase and the opposite
Remove blank lines with sed
Remove a specific character with sed
Delete all instances of a string with sed
Replace characters with tr
Print specific columns with awk or cut
Generate Random Passwords with /dev/urandom
Remove Parenthesis with tr
Generate wordlists from your file names
Process text files when cat is unable to handle strange characters
Generate length based wordlists with awk
Merge two different txt files
Faster sorting
Mac to unix
Dos to Unix
Unix to Dos
Extract the difference between two files
Isolate specific line numbers with sed
Create Wordlists from PDF files
Find the line number of a string inside a file
Create your own Dictionaries
Crunch
Cewl
CUPP
Hashcat
Rules
Last updated