1. Added new subdomain gathering source: bufferover.run
All of your enumeration tools implemented in ONE single script!
An enumeration script that combines several subdomain scanning tools! Httprobe and aquatone are also added to check for live (sub)domains and screenshot them! This makes it easier so you only need to run this script once! More tools and helpful functions comming soon!
-
$ git clone https://github.com/0xblackbird/Enum.sh.git enum
-
$ cd enum/
-
$ chmod +x *.sh
-
$ ./install.sh
Make sure you have root access! Else the install.sh will not be able to install all the required tools!
$ ./enum.sh example.com
$ ./enum.sh example.com default
# This will enable all the features listed below
- Scans for subdomains using several subdomain enumeration tools (including crt.sh and bufferover.run)!
- Looks for live domains using httprobe (optional)
- Discovery of possible subdomain takeover (subjack, optional)
- Screenshot all the gathered (sub)domains (aquatone, optional)