A simple and effective vulnerability testing tool built in C#. This tool scans URLs for potential vulnerabilities by injecting payloads into query parameters and analyzing server responses.
- Accepts user inputted URLs for testing.
- Automatically detects and extracts query parameters from the URL.
- Replaces parameter values with predefined payloads to test for vulnerabilities like:
- SQL Injection
- Analyzes server responses for error messages or payload reflections.
- Supports flexible payload addition for extended testing.
- Launch the application.
- Enter the target URL (e.g.,
http://example.com/page?param=value
). - The tool will:
- Extract all query parameters.
- Replace each parameter value with testing payloads.
- Send HTTP requests to the server and analyze the responses.
- View the results to identify potential vulnerabilities.
On Vulnerable URL: