URLProbe v 2.0
Take a list of URLs and returns their HTTP response codes
Warning: This is a work in progress.
Install
With Go:
▶ go get -u github.com/1ndianl33t/urlprobe
usage
▶ cat urls.txt | urlprobe
▶ cat urls.txt | urlprobe -c 100 -t 10
Example
▶ assetfinder --subs-only test.com | waybackurls | gf redirect | urlprobe -c 1000 -t 05
▶ Subfinder -d test.com | gau | gf ssrf | urlprobe -c 1000 -t 05
Output
[Status code] Content-Length : URL
[200] L 24 https://example.com/robots.txt
Demo
https://asciinema.org/a/335804