Skip to content

noid11/httpdumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpdumper

  • minimum http server
  • HTTP Request data dump to stdout and client

How to install and using for Linux

  1. confirm artifacts URL at Releases
  2. download artifact
    • i.g.: wget https://github.com/noid11/httpdumper/releases/download/v0.1.2/httpdumper_0.1.2_Linux_x86_64.tar.gz
  3. extract binary
    • i.g.: tar xvf httpdumper_0.1.2_Linux_x86_64.tar.gz
  4. execute httpdumper
    • i.g.: sudo ./httpdumper
  5. Ctrl + C to exit

Output example

Server Side

$ sudo ./httpdumper 
2022/05/19 12:24:38 GET / HTTP/1.1
Host: example.com
Accept: */*
User-Agent: curl/7.79.1

^C

Client Side

$ curl [server host]
GET / HTTP/1.1
Host: example.com
Accept: */*
User-Agent: curl/7.79.1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages