Glowing Referral

Discussion of challenges you have already solved
Post Reply
moose
Posts: 67
Joined: Fri Jul 16, 2010 7:32 pm

Glowing Referral

Post by moose »

How can I modify headers in Chrome? I know how to look them up, but not how to modify them...

For Firefox it's quite simple to find the extension.
Shirosan
Posts: 10
Joined: Sat May 28, 2011 3:40 am

Post by Shirosan »

alternatively you can build a header without having to resort to a browser extension (I did it in PHP)
Sarowie
Posts: 2
Joined: Sat Jun 29, 2013 7:25 am

Post by Sarowie »

Code: Select all

telnet hacker.org 80

GET /challenge/chal.php?answer=http%3A%2F%2Fwhitehouse.gov&id=38&go=Submit&name=Sarowie&spw=4b8b6180543970fd55a2eba673d1edaa HTTP/1.1
Host: www.hacker.org
Referer: http://whitehouse.gov
[/code]
AgRaven
Posts: 13
Joined: Sun Feb 24, 2013 8:27 am

Post by AgRaven »

Very satisfying to solve this bastard with netcat. Netcat shits on telnet. I'd done others with plugins, but that doesn't teach anything.

Took me ages though, because I was using http 1.0 in my header line, Worked once I switched to 1.1.
Post Reply