Skip to content

guelfoweb/passgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

README

Password generator through a simple wordlist. You can use this tool to create a new wordlist with numbers and special characters.

FORMAT TYPE

wns -> Word + Number + Special Char -> password0!
wsn -> Word + Special Char + Number -> password!0
nws -> Number + Word + Special Char -> 0password!
nsw -> Number + Special Char + Word -> 0!password
snw -> Special Char + Number + Word -> !0password
swn -> Special Char + Word + Number -> !password0

USAGE

You must to configure the parameters of the file passgen.cfg
Start passgen with:

./passgen.sh

or

./passgen.sh -i [file input] -o [file output]
[+] Ready for 367920 passwords
[+] Password format: wns
[+] Password Type: Adamo0!
[+] File output: output.txt

Press [Enter] key to start or [Ctrl+C] key to stop...

Started: gio 14 mar 2013, 20.14.19, CET
Stopped: gio 14 mar 2013, 20.14.52, CET

It took a few seconds to generate 367.920 password. Now you can verify the file with the password you just created.

cat output.txt
Adamo1970!
Adamo1970@
Adamo1970$
Adamo1970%
::
Adamo2013!
Adamo2013@
Adamo2013$
Adamo2013%
::
Zuckerberg1970!
Zuckerberg1970@
Zuckerberg1970$
Zuckerberg1970%
::
Zuckerberg2013!
Zuckerberg2013@
Zuckerberg2013$
Zuckerberg2013%

MD5 WORDLIST

cat output.txt | while read word; do echo $word | md5sum | sed "s/  -/:$word/"; done
c60c5d16ea78a5bffdb6de806a1691a7:Adamo1970!
c3f756875a106300873961571a8f4810:Adamo1970@
13f296e5f7427bc9d9f564fd66cba93b:Adamo1970$
00bc8d1a13859e8d5c0141555f99867e:Adamo1970.
::

OTHER

This script is currently maintained by Gianni 'guelfoweb' Amato, who can be contacted at guelfoweb@gmail.com. Suggestions and criticism are welcome.

Enjoy!

About

[BASH] Password generator through a wordlist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages