Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 905 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 905 Bytes

subdomain-apiST

SecurityTrails has an extremely robust API that can be used to enumerate subdomains. This little script is designed to query their API and parse the results into a file that is ready to be sent to tools like httpx! Usage is pretty simple.

alt text

Usage is pretty simple. First you need to register at securitytrails.com and get an API key. Next, all you have to do is

Step 1:

git clone https://github.com/az7rb/subdomain-apiST.git

Step 2:

cd subdomain-apiST/

Step 3:

Replace x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0 with your api key

alt text

Step 4:

chmod +x subdomain-apiST.sh

Step 5:

./subdomain-apiST.sh [domain.com]

This will write all of the enumerated subdomains to the specified output file and will be ready to be passed to other tools.

Happy hunting!