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

Features

  • password cracking
  • brute force
  • dictionary creation
  • wordlist generator

Project Samples

Project Activity

See All Activity >

License

Creative Commons Attribution Non-Commercial License V2.0

Follow Wordpie Python Based Brute Force

Wordpie Python Based Brute Force Web Site

You Might Also Like
Relax: PRTG Monitors Your IT for You Icon
Relax: PRTG Monitors Your IT for You

Stay in control and avoid IT headaches. PRTG monitors your network, devices, and apps - receive alerts when it matters most.

You’re the go-to IT person, always putting out fires and keeping things running. With PRTG, you get reliable alerts to monitor your entire IT infrastructure, without the noise. Our intuitive setup gives you a clear overview of your network, devices, and applications in real time. Get instant alerts only when something needs your attention, whether you’re at your desk or on the move. Spend less time worrying about outages and more time focusing on what matters. Set up PRTG once and let it work for you - PRTG has you covered.
Start Your Free PRTG Trial Now
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
2
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5

User Reviews

  • Epic solution for people needing dictionary files.
  • Will crack ANY password. Patience is a virtue :)
Read more reviews >

Additional Project Details

Operating Systems

Android, Apple iPhone, BSD, Cygwin, Linux, Windows

Intended Audience

Education, Security Professionals

User Interface

Command-line, Console/Terminal

Programming Language

Python

Related Categories

Python Cryptography Software, Python Wireless Software, Python Password Crackers, Python Brute Force Tool

Registered

2014-04-25