Skip to content

renatbabacaev/wgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wordlist Generator

Code:OK Status:🛠Improving

Lang:C


Special thanks


Wordlist generator that displays all possible variants of character combination taken from entered word/symbols.

Example:

User enters "ab" and then lenght of maximum string combination. The program will take all the characters from the string and will generate all string combinations in ascending order.

User input: ab
Minimum lenght: 3
Maximum lenght: 5
aaa
bbb
aab
...
bbbba
bbbbb

How to run

gcc wgen.c

then

./compiled > out.txt

gen.txt can be any file you want to store output.


TODO:

  • Finish the code;
  • Fill README;
  • Add space detection;
  • Add utf-8 support;
  • Manage own headers;
  • Port in another languages.

⚠ Caution ⚠

Depending on number of characters entered and maximum string length, your wordlist may occupy large amount of disk space.

About

Wordlist generator that creates all possible string variants using entered word/characters.

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages