A free client-side cloaking lesson from .... Chrome browser!

well its always been possible to fake the user agent with many clients like curl for example:
Code:
curl -A "whatever UA you want" http://example.tld
you can also add extensions to chrome that change your UA to other browsers or googlebot.
its just not called cloaking in this case when its done on the client-side, its called "user agent spoofing" :)
 
Need to check all subnets for a major site your trying g to use cloaking for. Like /32 or /13 ip su neta that are owned by Google, Twitter, Facebook, etc..

I've built one. They are tough to xrack and get working right. Can't rely on useragents only.
 
Need to check all subnets for a major site your trying g to use cloaking for. Like /32 or /13 ip su neta that are owned by Google, Twitter, Facebook, etc..

I've built one. They are tough to xrack and get working right. Can't rely on useragents only.

Yes but this is for clients tho.
 
Need to check all subnets for a major site your trying g to use cloaking for. Like /32 or /13 ip su neta that are owned by Google, Twitter, Facebook, etc..

I've built one. They are tough to xrack and get working right. Can't rely on useragents only.
you've got a URL CLOAKING script? i would like to to develop something like that for me if you are avaliable
 
you've got a URL CLOAKING script? i would like to to develop something like that for me if you are avaliable
there are existing solutions already, you don't need to start from scratch as that would take much more time (and money).
 
Back
Top