// Web App Security · Tooling

QtFuzzer

A Python-based web application fuzzer with a Qt6 GUI. Toggle between Discover and Test modes to crawl an application's inputs and probe them for vulnerabilities — built for ethical use, with no risk of unintended denial-of-service in its current form.

Project Overview

QtFuzzer is a Python-based web application fuzzer designed to assist in the testing and analysis of web application inputs. It provides a GUI built with the Qt6 framework, allowing users to toggle between two modes: Discover and Test. The tool is intended for ethical use and does not pose a risk of unintended denial-of-service (DOS) attacks in its current form.

Features

Usage

The menubar functionality is under development, but users can toggle between Discover and Test modes using the main buttons.

File Inputs

Users can provide several file inputs to enhance the fuzzing process:

Future Work

Technologies Used