Skip to content

Simple webserver illustrating information leakage during web requests

Notifications You must be signed in to change notification settings

jeremywhelchel/whodis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple webserver illustrating information leakage during web requests.

Dynamically generates an image containing request info:

  • IP and derived location info
  • Device, operating system, browser

Run locally via:

docker docker build -t whodis .
docker run -e PORT=80 -p 12345:80 whodis

# Visit http://localhost:12345/

About

Simple webserver illustrating information leakage during web requests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published