Skip to main content

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:

  1. Fuzzler crawls the given webpage using CeWL to identify words relevant to that business or organization.
  2. Fuzzler utilizes Natural Language Processing to find synonyms of the words collected in step 1 and then adds them to the wordlist.
  3. 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

https://github.com/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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fuzzler-1.0.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

fuzzler-1.0.1-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page