Skip to content

The repository for manage a container image of HTTP server that returns the source IP, request headers, request body, and query string.

License

Notifications You must be signed in to change notification settings

corrupt952/revealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

revealer

The repository for manage a container image of HTTP server that returns the source IP, request headers, request body, and query string. It is used to check request data and to isolate problems when you want to check whether a request is correctly sent to a server via VPN or Proxy, but cannot be checked by the server in question.

You can check the operation at revealer.zuki.dev or r.zuki.dev.

Run

Using docker:

docker run -p 8080:8080 --rm -it ghcr.io/corrupt952/revealer

Configurations

Environment variables

  • PORT ... Start up on the specified por.t Set with environment variable. (Default: 8080)

About

The repository for manage a container image of HTTP server that returns the source IP, request headers, request body, and query string.

Topics

Resources

License

Stars

Watchers

Forks

Packages