We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

Wordpie

A python script used to generate all possible password combinations for cracking WAP and other logins or password files.

This program is open source. If you see the need to repair or change something by all means do so, but share your findings. *HONK*

Usage: wordpie.py [-h] [-o OUTPUT] [-min MIN_SIZE] [-max MAX_SIZE] [-N] [-L] [-U] [-S] [-A] [-v]

Generate a wordlist with all possible combinations of letters including:

-L (Lowercase Letters)
-U (Uppercase Letters)
-N (Numbers)
-S (Special Characters)
-A (All Characters, Numbers, and Letters)

-min (Minimum Size)
-max (Maximum Size)

-o outputfile.gz
or
-o stdout

By default -o filename.gz to create a GZ compressed text file of all the words. Use the keyword “stdout” to print to screen or for use with other programs like Aircrack-ng or Medusa

./wordpie.py | xargs -L 1 medusa -h 192.168.1.1 -u admin -M web-form -p

./wordpie.py -o stdout -A | aircrack-ng -b XX:XX:XX:XX:XX:XX -w – *.cap

If you are like the rest of our user community, your IT team is busy. With pressure to deliver on-time projects, you don’t have a lot of time to spend making your management tools work. You need network monitoring tools that work for you. You want tools that makes it easy to find performance issues before your users do and resolve them before they impact the business. That’s why tens of thousands of customers around the world love WhatsUp Gold.

Website http://www.clowndotpy.com
Tags
License
Features
  • password cracking
  • brute force
  • dictionary creation
  • wordlist generator