Create tailored password lists from webpages using AI/NLP
Project description
Fuzzler
Fuzzler is a penetration testing tool that generates tailored password lists from webpages using Artificial Intelligence/Natural Language Processing.
Video walkthrough can be found here
Fuzzler executes the following three steps to create wordlists:
- Fuzzler crawls the given webpage using CeWL to identify words relevant to that business or organization.
- Fuzzler utilizes Natural Language Processing to find synonyms of the words collected in step 1 and then adds them to the wordlist.
- Fuzzler uses hashcat to fuzz the wordlist by transforming the words (lowercase, uppercase, capitalized, all capitalized except the first letter, reversed, digits 0-99 prepended/appended, and translated to 1337 speak).
These operations allow Fuzzler to generate incredibly sophisticated wordlists that better represent the passwords used by employees and services of the business/organization than traditional wordlists.
Feel free to break Fuzzler and let me know how I can make it better!
usage
download Fuzzler:
git clone https://www.github.com/suffs811/fuzzler.git
use fuzzler to generate wordlist:
python3 fuzzler.py -t 10.10.10.10 -p 8080
the final password list will be in 'fuzzes.txt'
other Fuzzler tools
the Fuzzler Limited - Chrome Extension can be found here
credit and license
Copyright (c) 2023 suffs811
This project is licensed under the MIT License - see the LICENSE file for details.
Fuzzler has been tested on kali linux 2023.2
NOTE: Fuzzler is only intended to be used for personal, legal activities. DO NOT use Fuzzler for illegal hacking activities. I am not liable for any damages caused by the unlawful use of this tool by another person.
-+- Leave a comment in the Discussion if you have any questions! -+-
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fuzzler-1.0.1.tar.gz.
File metadata
- Download URL: fuzzler-1.0.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fcad020720d2c4343aedb945f99b81d20617e9476c9fcee1805c1abb9cbd2ee
|
|
| MD5 |
a579ebab5b113b55a9291de6762ad472
|
|
| BLAKE2b-256 |
81f4043d45ae1bb350958cae1604f340379320052c700239c589e1ca5f16d08f
|
File details
Details for the file fuzzler-1.0.1-py3-none-any.whl.
File metadata
- Download URL: fuzzler-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
571eb105a8583cc269f5b33671e0e870b56b08858685c48f6567bd5b81459f89
|
|
| MD5 |
a61f4afcc02990aba035f692b02315e0
|
|
| BLAKE2b-256 |
7ed67f828b1847d47285a451e2f89cbdc418001731cc61818189a4f766c928f9
|