Help me with cloaked URLs

invalidid87

Newbie
Joined
Jun 5, 2009
Messages
2
Reaction score
0
Hi, I know a domain that is a 301 permanently moved. It uses URL frame forwarding {also called as cloaked URL forwarding}. Is there any way where I can find the actual place where the content of the website is hosted. For example the website "http://abc.com" is 301 forwarded to "http://xyz.com". Is there anyway through which I can find "xyz.com"???

Another example is that the website techsatish.net is URL frame forwarded. Can i know where the content of this website is actually hosted?
 
So to clarify you want to know the contents of a frame after the contents are redirected?

Do a view->page source and in the <iframe> element it should state what is being framed.
If for some reason the frame is being actively generated by javascript (and so not in the source), I would recommend getting firebug for firefox, right clicking in the frame, and picking "Inspect Element" -- you should be able to deduce by the frame that is inside of what it's location is. (Then just go to that site and it should be forwarded to the final destination--there you go.

Also, you could use tamper data (for firefox) to see the 301 redirect packet and do it that way.
 
Last edited:
You can go to godday, type in the domain name "xyz", do a name search and scroll all the way down. You shld them see where that particular domain is hosted. hope that helps
 
Back
Top