HuckerJ
May 11 2004, 05:34 PM
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
May 11 2004, 08:57 PM
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
May 12 2004, 06:20 AM
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
May 12 2004, 07:10 AM
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
May 16 2004, 10:54 PM
From what I understand there is no way to change the properties of the referrer variable.
What exactly are you trying to do?
HuckerJ
May 17 2004, 05:53 AM
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
May 17 2004, 03:11 PM
I dont think there is going to be much you can do on this one.
Any idea why they blocked .tk referrers ?
HuckerJ
May 17 2004, 07:49 PM
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
May 17 2004, 08:54 PM
Go to #php, #java, #html, or #javascript. Those are your best choices
sardonyx
Jun 17 2004, 10:54 PM
maybe you can just change your ip address and that's it.
brunt
Jul 22 2004, 07:10 PM
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.