Skip to content

dumbBits/stfu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Fuzzer

Overview

URL Fuzzer is a Python-based terminal application designed to discover hidden or restricted URL paths by generating permutations of user-specified keywords. The tool performs requests using both HTTP and Selenium, extracting and analyzing data dynamically to discover new keywords for deeper fuzzing.


Features

  • Dynamic URL Permutations:
    • Generates URL paths using user-provided base words.
  • HTTP and Selenium Requests:
    • Tests paths using requests for static content and Selenium for JavaScript-rendered pages.
  • Keyword Extraction:
    • Dynamically extracts keywords from links, headers, and other content to refine search.
  • CLI Support:
    • Fully configurable from the terminal with arguments for base words, max length, iterations, and more.

Installation

1. Clone the Repository

git clone https://github.com/yourusername/url-fuzzer.git
cd url-fuzzer

pip install SmarTFUzz

pip install -r requirements.txt

chmod +x main.py

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages