Created
October 16, 2015 10:01
-
-
Save rahul286/260406115fb1c60caf03 to your computer and use it in GitHub Desktop.
Hitting a URL via CURL in infinite loop with user agent and referrer header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| while 1; do curl --referer "http://google.com" -A "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36" http://example.com/; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment