• Stars
    star
    147
  • Rank 251,347 (Top 5 %)
  • Language
    Go
  • License
    MIT License
  • Created over 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Urls status code & content length checker

URLProbe v 2.1

Take a list of URLs and returns their HTTP response codes

Warning: This is a work in progress.

What's New ( update)

Added -s flag to print specific status code. 
Changed colour of HTTP response 404 as red and other interesting responses like 401 and 403 to Cyan colour

Install

With Go:

â–¶ go get -u github.com/1ndianl33t/urlprobe

usage

â–¶ cat urls.txt | urlprobe 
â–¶ cat urls.txt | urlprobe -c 1000 -t 10

Print Only Certain Status Codes

If you only want to print results that returned a certain status code, you can use the -s option:

â–¶ cat links | urlprobe -c 1000 -t 05 -s 200

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

Tips

grep 200ok urls

cat hosts | urlprobe -c 1000 -t 01 | grep 200 | awk '{print $5}' | tee -a lol-200.txt 

Output

[Status code] Content-Length : URL
[200] L 24 https://example.com/robots.txt

Demo

https://asciinema.org/a/335804

Donations

You can encourage me to contribute more to the open source with donations.

8085778875

Contributers

Twitter

Contact

Twitter