Skip to content

TGRGIT/http-header-enumerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Http Header Enumerator

Enumerates HTTP Headers on a list of ip addresses or domain names

Uses libcurl and OpenMP to scan addresses and extract HTTP header information

Requires

  • libcurl4-dev
  • build-essential

Build

make

Run

./a.out iplist.txt NUM_THREADS

Performance

This is a synchronous implementation of an inherently asynchronous process, so it's not exactly rapid :- it'll do about 350000 ips per minute with 12000 threads in an ubuntu VM

If you're trying to scan the entire internet (!) check out masscan

About

Enumerates HTTP Headers on a list of ip addresses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages