I want to find a specific URL inside a domain that it is not indexed on the Google search engine. This website isn’t mine and I don’t have any privileges at all.
I have tried using a Sitemap generator in hope it displays it:
http://www.example.com?user=9191919
http://www.example.com?user=3636363
...
But it allows me to see only 500 URLs.
Is there a PHP way to search this URL without using brute force?
I also know that it is stored at the path "example.com/pages" + numbers, so maybe this can shorten the search.
There aren’t very many practical solutions for what it seems that you are talking about. Brute forcing is the simplest solution if you have the time.
I will assume that you are wanting to search the page for certain content here.
This ought to get you started if it’s not already the whole darn thing. Easy peasy.
PS: Don’t turn usleep() down any further. If anything, set it up to 1000 just to be safe. It’s better to take time, not risks.