Skip to content

Script uses the requests library to send different types of HTTP requests and headers to a specified target URL

Notifications You must be signed in to change notification settings

adriank31/HTTP-fuzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Badge

What is an HTTP-Fuzzer

An HTTP-Fuzzer is a cybersecurity tool used for testing the robustness of web applications by sending a variety of crafted HTTP requests to identify vulnerabilities. This tool simulates malicious user behavior, such as SQL injection, to discover flaws in input validation, authentication, and other application layers. By automating the process of injecting payloads and testing responses, it enhances the security assessment process, helping security professionals pinpoint weaknesses and improve the resilience of web applications against attacks.

Key Features

  • Matrix-style aesthetic with dynamic green console output.
  • Multi-threaded design for efficient and fast scanning of multiple URLs.
  • Support for custom SQL injection payloads from an external file.
  • Support for custom HTTP headers to tailor requests.
  • Detects multiple SQL injection types, including time-based, Boolean-based, and error-based.
  • Seamless integration with pipeline input for scanning large URL lists.
  • Real-time detection logs with detailed information on vulnerabilities.

Installation Using Git

To install and set up the HTTP-Fuzzer:

  • Clone the repository: image

  • Install the Dependencies: image

  • Make the Script Executable: image

Usage

This will display help for the tool. Here are all the options it supports. image

Running SQLMAST

  • Single URL Scan: image

  • Pipeline Input for Multiple URLs: image

  • Custom Payload File: image

  • Custom Headers File: image

  • Adjust Thread Count: image

Legal Disclaimer

Usage of this tool for attacking targets without prior mutual consent is strictly prohibited. It is the end user's responsibility to obey all applicable local, state, and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.

About

Script uses the requests library to send different types of HTTP requests and headers to a specified target URL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages