Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rotemreiss/subvenom
Enumerate subdomains using multiple tools for bigger scope enumeration.
https://github.com/rotemreiss/subvenom
Last synced: 22 days ago
JSON representation
Enumerate subdomains using multiple tools for bigger scope enumeration.
- Host: GitHub
- URL: https://github.com/rotemreiss/subvenom
- Owner: rotemreiss
- Created: 2020-07-11T16:30:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T17:03:47.000Z (over 4 years ago)
- Last Synced: 2024-08-05T17:43:00.994Z (4 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - rotemreiss/subvenom - Enumerate subdomains using multiple tools for bigger scope enumeration. (Shell)
README
# 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:- https://github.com/aboul3la/Sublist3r
- https://github.com/projectdiscovery/subfinder
- https://github.com/tomnomnom/assetfinder## Installation
Just clone the repo```bash
git clone https://github.com/rotemreiss/subvenom.git
```## Usage
Single domain:```bash
echo "domain.com" | ./subvenom.sh
```Multiple domains (from file):
```bash
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](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)