Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 334 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 334 Bytes

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/