Help - Search - Members - Calendar
Full Version: Faking referers
BleepingComputer.com > Software > Programming
   
HuckerJ
Is it possible to fake referers so that the site can't pull an if(document.referer != ........) on me? I was thinking something like www.site.com/$referer=correctreferer Is this possible?
raw
Unless you use an add on program like "proxomitron" the only way I know is with telnet:
telnet www.target.com 80 (press enter)
GET /index.html HTTP/1.0 (press enter)
Referer: http://www.fake-referer.com (press enter twice)

Of course my way isn't point and click fancy it just gets around basic authentication,for a permanent solution do a search for "proxomitron" Besides referer it will also fake User_Agent, cookies (yes create your own cookies) java script detection, background and image blocking, and lots more.
HuckerJ
Thanks, but I can get around that online using proxify which, will also remove referrers. http://proxify.com/p/011110A/http/www.site.com
has an option to remove referers. I'd like to have something on the page that will do this so anyone can use it.

Right now, I changed the referer by redirection from a different page
HuckerJ
I got another idea. Is it possible to, on the framed page, add a

CODE
<script>parent.frame_content.referer = "http://www.faked_referer.com"</script>


would something like this work?
Plimsol
From what I understand there is no way to change the properties of the referrer variable.

What exactly are you trying to do?
HuckerJ
Here's what I'm trying to do:
There is this one site that I want to put in a .tk address frame. The webmaster has blocked referers containing ".tk"
Plimsol
I dont think there is going to be much you can do on this one.

Any idea why they blocked .tk referrers ?
HuckerJ
I'm not sure. My guess is that the webmaster looked at the web stats and just decided to block me. Does anyone know of an IRC channel that might have people in it that could help me?
Grinler
Go to #php, #java, #html, or #javascript. Those are your best choices
sardonyx
maybe you can just change your ip address and that's it.
brunt
Not that easy to change ip addy, have to call your isp and have them change it I have 3 ip addy's though but thats just one for each computer. Try this

Go to start, hit the run and in there type command once in there type
ipconfig... enter
ipconfig/all...enter
ipconfig/release....enter
ipconfig/renew...enter. See fi that can update anything for you. Somtimes youll get lucky
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.