Skip to content

Latest commit

 

History

History
 
 

sniperoj-web-browser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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