Coder Social home page Coder Social logo

passgen's Introduction

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 [email protected]. Suggestions and criticism are welcome.

Enjoy!

passgen's People

Contributors

guelfoweb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

passgen's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.