HackingHub (@hackinghub_io) 's Twitter Profile
HackingHub

@hackinghub_io

Educating the next generation of ethical hackers.

ID: 1120082391329067014

linkhttps://hackinghub.io calendar_today21-04-2019 21:50:27

2,2K Tweet

7,7K Takipçi

4 Takip Edilen

HackingHub (@hackinghub_io) 's Twitter Profile Photo

Getting blocked by servers while using cURL? Most sites don’t like requests from cURL and will often block it because it's a red flag for bots or scraping tools. Try changing your User-Agent header, like this: curl "https://hackinghub[.]io" -A "<NEW-USER-AGENT>"

Getting blocked by servers while using cURL?

Most sites don’t like requests from cURL and will often block it because it's a red flag for bots or scraping tools.

Try changing your User-Agent header, like this:

curl "https://hackinghub[.]io" -A "&lt;NEW-USER-AGENT&gt;"