Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
responsible-disclosure-email-gathering — A workflow to gather responsible disclosure emails from a given host(s). | Kitploit
Tools/GitHubGitHub/rxerium/responsible-disclosure-email-gathering
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringWeb SecurityEmail Harvesting
GitHubrxerium/responsible-disclosure-email-gathering

responsible-disclosure-email-gathering

A workflow to gather responsible disclosure emails from a given host(s).

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
171 year agoNot yet reviewed

Responsible Disclosure Email Gathering

Purpose

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.

Prerequisites

  • Katana
  • Nuclei
  • Active internet connection

Process

This workflow will do the following:

  1. Crawl the target host using Katana
  2. The output from Katana will be parsed through to Nuclei
  3. The nuclei template will run and fetch emails based on the below regex:
root@kitploit:~
   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:

  • Crawling is scoped to root domain name and all subdomains with the use of the -fs rdn flag

Commands

Single domain

root@kitploit:~
echo domain.com | katana -fd rdn -silent | nuclei -t rd-extractor.yaml -stats -silent

List of domains

Create a new input.txt file with a list of domains - 1 per line

Then run the following:

root@kitploit:~
cat input.txt | katana -fd rdn -silent | nuclei -t rd-extractor.yaml -stats -silent -o output.txt

Contact

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!

Download Tool