All Projects → agusmakmun → python-wordlist-generator

agusmakmun / python-wordlist-generator

Licence: AGPL-3.0 license
Create awesome wordlist with python, demo: https://asciinema.org/a/101677

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to python-wordlist-generator

Cupp
The most common form of authentication is the combination of a username and a password or passphrase. If both match values stored within a locally stored table, the user is authenticated for a connection. Password strength is a measure of the difficulty involved in guessing or breaking the password through cryptographic techniques or library-based automated testing of alternate values.
Stars: ✭ 2,493 (+2765.52%)
Mutual labels:  wordlist, wordlist-generator
WPA2-FritzBox-Pswd-Wordlist-Generator
This Script will produce all of the WPA2 Passwords used by various Router companies aswell as Fritzbox. All of these Passwords will be 16 Numbers in length. So it could get a bit large.
Stars: ✭ 22 (-74.71%)
Mutual labels:  wordlist, wordlist-generator
PUPI
🛅 Passwords using personal information
Stars: ✭ 65 (-25.29%)
Mutual labels:  wordlist, wordlist-generator
Brutal-wordlist-Generator
Brutal Wordlist Generator is a java based Application software used to generate the wordlist with best of UX interface
Stars: ✭ 24 (-72.41%)
Mutual labels:  wordlist, wordlist-generator
WordFrequencyPython
Python code to find out most frequent words from different word lists
Stars: ✭ 31 (-64.37%)
Mutual labels:  wordlist, wordlist-generator
Pydictor
A powerful and useful hacker dictionary builder for a brute-force attack
Stars: ✭ 2,055 (+2262.07%)
Mutual labels:  wordlist, wordlist-generator
longtongue
Customized Password/Passphrase List inputting Target Info
Stars: ✭ 61 (-29.89%)
Mutual labels:  wordlist, wordlist-generator
cracken
a fast password wordlist generator, Smartlist creation and password hybrid-mask analysis tool written in pure safe Rust
Stars: ✭ 192 (+120.69%)
Mutual labels:  wordlist, wordlist-generator
Onelistforall
Rockyou for web fuzzing
Stars: ✭ 213 (+144.83%)
Mutual labels:  wordlist
SourceWolf
Amazingly fast response crawler to find juicy stuff in the source code! 😎🔥
Stars: ✭ 132 (+51.72%)
Mutual labels:  wordlist
Webmap
A Python tool used to automate the execution of the following tools : Nmap , Nikto and Dirsearch but also to automate the report generation during a Web Penetration Testing
Stars: ✭ 188 (+116.09%)
Mutual labels:  wordlist
ComPP
Company Passwords Profiler (aka ComPP) helps making a bruteforce wordlist for a targeted company.
Stars: ✭ 44 (-49.43%)
Mutual labels:  wordlist
Filebuster
An extremely fast and flexible web fuzzer
Stars: ✭ 176 (+102.3%)
Mutual labels:  wordlist
Paroleitaliane
Liste di parole italiane
Stars: ✭ 227 (+160.92%)
Mutual labels:  wordlist
roboxtractor
Extract endpoints marked as disallow in robots files to generate wordlists.
Stars: ✭ 40 (-54.02%)
Mutual labels:  wordlist
Filevaultcracker
macOS FileVault cracking tool
Stars: ✭ 199 (+128.74%)
Mutual labels:  wordlist
skweez
Fast website scraper and wordlist generator
Stars: ✭ 49 (-43.68%)
Mutual labels:  wordlist-generator
fuzzmost
all manner of wordlists
Stars: ✭ 23 (-73.56%)
Mutual labels:  wordlist
WiCrackFi
Python Script to help/automate the WiFi hacking exercises.
Stars: ✭ 61 (-29.89%)
Mutual labels:  wordlist
vietnamese-password-dicts
Tổng hợp danh sách mật khẩu wifi tiếng Việt sử dụng cho aircrack-ng
Stars: ✭ 40 (-54.02%)
Mutual labels:  wordlist

Python Wordlist Generator

Creating Awesome Wordlist with Python. You can check sample this file: output/wordlist.txt

Usage

usage: wgen.py [-h] [-chr CHARS] [-min MIN_LENGTH] [-max MAX_LENGTH]
               [-out OUTPUT]

Python Wordlist Generator

optional arguments:
  -h, --help            show this help message and exit
  -chr CHARS, --chars CHARS
                        characters to iterate
  -min MIN_LENGTH, --min_length MIN_LENGTH
                        minimum length of characters
  -max MAX_LENGTH, --max_length MAX_LENGTH
                        maximum length of characters
  -out OUTPUT, --output OUTPUT
                        output of wordlist file.

Example

$ python3 wgen.py -chr=abc -min=1 -max=4 -out=output/wordlist.txt

# or

$ python3 wgen.py --chars=abc --min_length=1 --max_length=4 --output=output/wordlist.txt

Disclaimer

Because many are violating the ITE Law, therefore this disclaimer we made to protect us from legal related undesirable actions of other parties, such as using this scripts or code for unlawful activities.

Therefore we with EXPRESSLY stating NOT RESPONSIBLE and FREE FROM CLAIMS OF LAW for any misuse of script or code that we provide on this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].