I used cURL
Try to get this page and check HTML comments:
Sorry, it seems as if your user agent is not correct, in order to access this website...
So, change User-Agent header in request
You'll get:
Sorry, it seems as if you did not just come from the site...
Change "referer" to the needed value
Result:
curl http://165.227.106.113/header.php -H "User-Agent: <agent from comments>" --referer <host from response>
4 days ago
I used cURL Try to get this page and check HTML comments:
Sorry, it seems as if your user agent is not correct, in order to access this website...
So, change User-Agent header in request
You'll get: Sorry, it seems as if you did not just come from the site...
Change "referer" to the needed value Result: curl http://165.227.106.113/header.php -H "User-Agent: <agent from comments>" --referer <host from response>