
A workflow to gather responsible disclosure emails from a given host(s).
You may have found a vulnerability on a host but the said host/org does not have an active program on HackerOne or BugCrowd. If this is the case this workflow is for you! Broadly it will crawl the website and look for any security related emails from which you can submit your findings.
This workflow will do the following:
extractors:
- type: regex
part: body
regex:
- "(security|responsible-disclosure|responsibledisclosure|sec|csirt|cert|irt|vulnerability)@[A-Za-z0-9_-]+[.](https://github.com/rxerium/responsible-disclosure-email-gathering/blob/main/com%7Corg%7Cnet%7Cio%7Cgov%7Cco%7Cco.uk%7Ccom.mx%7Ccom.br%7Ccom.sv%7Cco.cr%7Ccom.gt%7Ccom.hn%7Ccom.ni%7Ccom.au%7Ccom.cn)"
Note:
-fs rdn flagecho domain.com | katana -fd rdn -silent | nuclei -t rd-extractor.yaml -stats -silent
Create a new input.txt file with a list of domains - 1 per line
Then run the following:
cat input.txt | katana -fd rdn -silent | nuclei -t rd-extractor.yaml -stats -silent -o output.txt
If you have any questions please do reach out to me via Signal or via email: [email protected].
If you'd like to support my work, feel free to donate via Buy Me a Coffee — your support means a lot and is truly appreciated!