Mobile app version of vmapp.org
Login or Join
Goswami781

: What is a no-text[0-9] requests? I have a bunch of requests coming through on my site which looks like the one below: example.com/page/no-text-1154169030774935240 Is this hacking attempts or search

@Goswami781

Posted in: #Httpd #Php #Url

I have a bunch of requests coming through on my site which looks like the one below:

example.com/page/no-text-1154169030774935240

Is this hacking attempts or search engines?

EDIT: my question is regarding the request. The string at the end is used for an identifier which will load the appropriate page. Someone or something is passing the no-text-[0-9] string. I would like to know if it hacking attempts or search engines trying to index the site?

Thanks

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Goswami781

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cofer257

It could be an attempt to find security flaws. Many sites with a URL like example.com/section/page will blindly put page into a SQL query to select a page. A scrape program might try random input to see if any PHP errors (for example) came up.

Alternatively it could be polling to find the language used on the site, in order to try some common exploits for PHP, ASP etc.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme