fake referrer on iframe? it's possible?

Paul1427

Junior Member
Joined
Mar 24, 2012
Messages
115
Reaction score
15
Hi. I have two website site1.com and site2.com . I want to put iframe on site1 for website 2 but I want to fake refferer with multiple source like google.com/bing/facebook etc.

Iframe will be like this
<div style="overflow: hidden; width: 561px; height: 133px; position: relative;" id="i_div"><iframe name="i_frame" src="http://url.here" style="border: 0pt none ; left: -473px; top: -325px; position: absolute; width: 1318px; height: 608px;" scrolling="no"></iframe></div>

So, it's possible and why?
 
It's not possible to fake the referrer using iframe and it's not possible to use a referrer like yahoo or google, you would need to own the website for you to use it as your referrer. But you could use CPA redirector, just google it, but you could not use custom referrer like yahoo or google.

I've found a loophole of facebook a month ago to make all the traffic coming from facebook but now it doest work,got patched!

:(
 
what recomand to do? any tips help me. Thanks !
 
Possible if you can twist it a bit, here's how:

Suppose you want to load the iframe in page1.php
Make another file called page2.php and use curl to fetch the content from site2. You can easily use fake ref / proxy when fetching with curl.

Now load page2.php in iframe from page1.php

Bingo you have it!
 
curl to fetch? Where I can give one curl?
 
you just need an external site and a couple scripts readily available on this very site, search for danieljohnson's posts and put them to good use
 
Back
Top