Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 916 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 916 Bytes

SubVenom

Enumerates subdomains using multiple tools for bigger scope enumeration.

Prerequisites

Sublist3r, subfinder and assetfinder must be in your PATH. Links for installing the tools:

Installation

Just clone the repo

git clone https://github.com/rotemreiss/subvenom.git

Usage

Single domain:

echo "domain.com" | ./subvenom.sh

Multiple domains (from file):

cat domains.txt | ./subvenom.sh

On both cases the results will be saved as {domain}-domains.txt


Contribution

Feel free to add more scanners to this tool to make it even more robust!

TODO

  • Add some error handling
  • Add some options

License

License