GBounty is a multi-step website vulnerability scanner developed in Golang designed to help companies, pentesters, and bug hunters identify potential vulnerabilities in web applications.
I would like to request a new feature for gbounty that introduces a --only-poc mode. When enabled, this flag should suppress non-essential output, such as tool banners or verbose information, and only print the proof of concept (PoC): vulnerable URLs, or raw HTTP requests that are relevant to the identified vulnerabilities.
Benefits:
Cleaner output: Reduces noise in terminal logs, making the output more concise and focused.
Automation-friendly: Ideal for CI/CD or scripts where you only want actionable vulnerability data, with no additional output.
Faster processing: The absence of verbose output means the scan results can be processed more efficiently.
I would like to request a new feature for gbounty that introduces a
--only-poc
mode. When enabled, this flag should suppress non-essential output, such as tool banners or verbose information, and only print the proof of concept (PoC): vulnerable URLs, or raw HTTP requests that are relevant to the identified vulnerabilities.Benefits: