How to see inside a cloaked website?

dagon

Newbie
Joined
Nov 1, 2021
Messages
15
Reaction score
21
I have found some cloaked sites that redirect to other sites. I want to see the content of some of their pages, but I always get redirected. I have tried changing my user agent to the googlebot user agent, but I still get redirected( the cloaker is probably using some ip based cloaking too). I have tried using the cache: search operator in google but that returns a 404 error. Is there any other way for me to see inside this cloaked site?
 
Sometimes, they use JS-based cloaking, so you could block JS on their site and see the content. Other than that, I don't think is possible to check their content :/
 
try putting "view-source:" before the URL in the address bar. works sometimes. there's also online tools to facilitate the same thing. google "view page source".
 
Sometimes, they use JS-based cloaking, so you could block JS on their site and see the content. Other than that, I don't think is possible to check their content :/

try putting "view-source:" before the URL in the address bar. works sometimes. there's also online tools to facilitate the same thing. google "view page source".
I have tried both of these and it still doesn't work... If I try to view the source I only get the source of the redirected url.
 
I have tried both of these and it still doesn't work... If I try to view the source I only get the source of the redirected url.
Then try something that tracks the URLs the browser visits. Sometimes it's a script by a third party and you can check the site before it executes such scripts.
 
Then try something that tracks the URLs the browser visits. Sometimes it's a script by a third party and you can check the site before it executes such scripts.
Sadly this isn't the case, I checked with fiddler. It is probably something server-side. Thanks anyway
 
Sadly this isn't the case, I checked with fiddler. It is probably something server-side. Thanks anyway
Yeah, then if its server-side then it's not possible to see the content :/
 
Can you use Curl or Wget in a shell to access the content?
 
I have found some cloaked sites that redirect to other sites. I want to see the content of some of their pages, but I always get redirected. I have tried changing my user agent to the googlebot user agent, but I still get redirected( the cloaker is probably using some ip based cloaking too). I have tried using the cache: search operator in google but that returns a 404 error. Is there any other way for me to see inside this cloaked site?
use user-agent spoofer and browse as Googlebot
 
post the link someone here will quickly figure it out and show you how they did it
 
Back
Top