finds active domains from list of subdomains with status code, size and title
▶ cat domains.txt | probethis.py
▶ probethis.py -f domain-list.txt
▶ assetfinder --subs-only example.com | probethis.py
list of subdomains as input from file
probethis.py -f domains.txt
cat domains.txt | probethis.py -o valid.txt
cat domains.txt | probethis.py -s 200,403 -o valid.txt
cat domains.txt | probethis.py -p 81,8000
cat domains.txt | probethis.py -p small
cat domains.txt | probethis.py -t 15
cat domains.txt | probethis.py --timeout=15
cat domains.txt | probethis.py --https
This tool was inspired from @tomnomnom's httprobe, small and large port numbers were taken from httprobe