Skip to content

This tool logs the md5 codes of the responses of the given domains in parameter

Notifications You must be signed in to change notification settings

pckushan/request-logging-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

request-logging-tool

Application to send http requests and log the md5 responses with a parallel request worker limit flag

How to run

  • test project

    make tests
  • build the project

    make build

NOTE : this will create an executable file myhtp

  ./myhttp -parallel 3 google.com yahoo.com http://www.adjust.com
  ./myhttp http://www.adjust.com http://google.com

Errors

  • If the domain is incorrect and not possible to do an request it will return an error specifying the respective domain and the error
  • but all other working domains will respond successfully

About

This tool logs the md5 codes of the responses of the given domains in parameter

Resources

Stars

Watchers

Forks

Packages

No packages published