natas4

#COMPSCI from: [[OverTheWire]] key concepts: [[curl]], [[HTTP]]

Solution

make a curl request specifying and referer header like

curl --user username:password <url> -H "Referer: natas5"
tomclima@have-a-good-day:~$