馃殦 Integrate Directory/File, DNS and VHost busting tool gobuster
Is your feature request related to a problem
As a secureCodeBox user I would like to use gobuster to find directories, subdomains, vhosts and open S3 buckets for consecutive scans.
Describe the solution you'd like
gobuster is integrated into secureCodeBox.
Describe alternatives you've considered
- dirbuster seems to be unmaintained, less performant and detects less categories of places.
- dotdotpwn is only specialized on traversing directory trees than finding new hosts and websites.
Additional context
gobuster operates either for DNS, directories, S3 buckets or vhosts and requires a wordlist in the most cases.
Steps to implement a new scanner
Hint: A general guide how to implement a new SCB scanner is documented here
馃殦 Integrate Directory/File, DNS and VHost busting tool gobuster
Is your feature request related to a problem
As a secureCodeBox user I would like to use
gobusterto find directories, subdomains, vhosts and open S3 buckets for consecutive scans.Describe the solution you'd like
gobusteris integrated into secureCodeBox.Describe alternatives you've considered
Additional context
gobusteroperates either for DNS, directories, S3 buckets or vhosts and requires a wordlist in the most cases.Steps to implement a new scanner
Hint: A general guide how to implement a new SCB scanner is documented here
README.gotmpland give a brief overview of the scanner and its configuration options.scan-type.yamlparse-definition.yamlcascading-rules.yamllike documented hereDockerfilefor the scanner if there is no existing one publicly available on dockerHubscan.yamlandfinding.yamlfiles in the example folder