Skip to content

amanda94/httpHasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpHasher

description

A demo for study

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

how to use

get golang installed and clone the repository execute go build under the working directory

this tool accept a parallel parameter to set the upper limit of the concurrent tasks, which default value is 10

example:

httpHasher -parallel 3 http://www.aaa.com www.google.com www.bing.com

httpHasher http://www.aaa.com www.google.com www.bing.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages