https://github.com/anof-cyber/sub-enum
Sub-Domain Enumeration
https://github.com/anof-cyber/sub-enum
amass bash bash-script crtsh ct-exposer subbrute subdomain-enumeration sublist3r
Last synced: 17 days ago
JSON representation
Sub-Domain Enumeration
- Host: GitHub
- URL: https://github.com/anof-cyber/sub-enum
- Owner: Anof-cyber
- License: gpl-3.0
- Created: 2020-04-02T17:56:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T07:53:16.000Z (about 5 years ago)
- Last Synced: 2025-04-13T09:16:47.255Z (17 days ago)
- Topics: amass, bash, bash-script, crtsh, ct-exposer, subbrute, subdomain-enumeration, sublist3r
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sub-Enum
# Features
Sub Enum use multiple sources to find subdomain to get much better output.
[Sublist3r](https://github.com/aboul3la/Sublist3r)
[crt.sh](https://crt.sh/)
[subbrute](https://github.com/TheRook/subbrute)
[subfinder](https://github.com/projectdiscovery/subfinder)
[Amass](https://github.com/OWASP/Amass)
[ct-exposer](https://github.com/chris408/ct-exposer)# Requirements
- Curl
- jq ( for json)
- python
- go```
chmod +x installer.sh
sudo ./installer.sh`
```
# Usage
```
git clone https://github.com/Anof-cyber/Sub-Enum
cd Sub-Enum
chmod +x sub-enum.sh
sudo ./sub-enum.sh
````