Skip to content

Takes a list of URLs and returns their HTTP response codes

License

Notifications You must be signed in to change notification settings

Ebr4/hakcheckurl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

hakcheckurl

Takes a list of URLs and returns their HTTP response codes

This tool was written to be chained with hakrawler to easily check the response codes of discovered URLs.

Installation

go get github.com/hakluke/hakcheckurl

Usage

  • -t 100 use 100 threads

Sample Usage

hakluke~$ assetfinder google.com | hakrawler -plain | hakcheckurl | grep -v 404
200 http://mw1.google.com/transit?
200 http://mw1.google.com/places/
200 http://mw1.google.com/notebook/search?
200 http://mw1.google.com/reader/
200 http://mw1.google.com/views?
200 http://mw1.google.com/sprint_xhtml
200 http://mw1.google.com/sprint_wml
200 http://mw1.google.com/scholar
200 https://area120.google.com/
200 https://area120.google.com/static/js/main.min.js
...

About

Takes a list of URLs and returns their HTTP response codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%