My Recon

my recon methodology.

whois:

whois target.com

whatweb:

whatweb --no-errors target.com

curl:

curl -IL https://www.target.com

Subdomains Enumeration:

Listing:

subfinder:

subfinder -d domain.com -o output1.txt

assetfinder:

assetfinder -subs-only domain.com > output2.txt

crt.sh:

selecting only entries where the name_value field (which contains the domain or subdomain) includes the string " dev. " The -r flag tells jq to output raw strings.

ffuf:

See SecListsarrow-up-right for subdomains wordlists.

add all together:

list live subs:

get URLs:

shortcut:

use gau tool:

get all URLs known by AlienVaultOTC, CommonCrawl, urlscan.io, and waybackmachine. "it will take some time"


Resources recon:

ffuf:

See SecListsarrow-up-right for common web content.

robots:

Well-Known URIs:

This endpoint returns a JSON document containing metadata about the provider's endpoints, supported authentication methods, token issuance, and more.

Scrapy:

Google Dorking:

GitHub Dorking:

WayBackMachine:


Is there a WAF?

Wafw00f:

Last updated