Skip to content

deepset/httphashtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

httphashtool

httphashtool is a simple tool which makes http request and prints the address of the request along with MD5 hash of the response.

Tool performs the request in parallel, with a default of 10 parallel requests.

http request has a timeout of 5 seconds.

Install

git clone github.com/deepset/httphashtool

cd github.com/deepset/httphashtool

go build

Example

$ ./httphashtool adjust.com

$ ./httphashtool -parallel 3 google.com adjust.com twitter.com www.facebook.com http://reddit.com

Testing

cd github.com/deepset/httphashtool

go test -v ./...

cd github.com/deepset/httphashtool/script

go test -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages