A bash script that collects target's subdomains from various public intelligence sources.
- BufferOver.run
- Crt.sh
- CertSpotter
- JLDC
- RapidDNS.io
- Riddler.io
- Sonar.Omnisint.io
- Synapsint.com
A quick guide of how to install and use cURL Me All Subdomains.
1. Clone the repository: git clone https://github.com/brunosergi0/curlmeallsubdomains.git
2. Run the script: ./curlmeallsubdomains.sh example.com
- cURL
(obviously):apt-get install -y curl
- Jq to filter data in JSON:
apt-get install -y jq
- Golang and anew:
go install -v github.com/tomnomnom/anew@latest
This project is under the MIT license. See the LICENSE file for more details.