Page 1 of 1
Glowing Referral
Posted: Wed Jun 29, 2011 7:08 pm
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.
Posted: Fri Sep 14, 2012 10:44 pm
by Shirosan
alternatively you can build a header without having to resort to a browser extension (I did it in PHP)
Posted: Sun Jun 30, 2013 5:16 pm
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]
Posted: Tue Sep 10, 2013 2:44 pm
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.