Curl Content Theft

turquaze

Newbie
Joined
Mar 27, 2019
Messages
4
Reaction score
0
My Internet site opens and indexes in a different domain. I think Those who are using curl, because when I block access to my site IP addresses, the thief gives error about the field name curl.

However, at certain intervals the same thing is done with different IP addresses

On my Own site;

I'm using Wordpress Panel VESTACP

Real site:

bit-ly/2SdqnC7

Thief site:

bit-ly/2JK0pXv

"-" instead "." please.

As an Example I can give the following site the same situation same person does me

What can I do to prevent it?
 
Last edited:
use cloudflare or something similar, it'll help with "bot" traffic
 
Did you mean that someone is copying your content to another site?
To be frank, it is pretty tough to block an advanced bot. For basic bots, try cloudflare like the poster above suggested. For more advanced bots, you need to fingerprint the bot with things like... IP, user agent, OS, if JS is enabled, if bot mode is on (selenium bots usually push a js variable (google it, can't remember the name right now. I am on mobile)), window size, initial cursor position and so on. Yet, some bots will escape that mechanism...
 
it could be a simple iframe injection
 
I understand, cloudflare about i will do research.

Nginx only one domain works possible? different url connection block, so image, javascript, etc
 
it could be a simple iframe injection
That would totally kill any potential on site seo scope (if you mean ..the site owner will load the content via iframe for blocking bots).. Same goes for loading content via ajax.
 
That would totally kill any potential on site seo scope (if you mean ..the site owner will load the content via iframe for blocking bots).. Same goes for loading content via ajax.

Definitely affecting seo, also Google indexed thief site
 
Back
Top