Skip to content

Instantly share code, notes, and snippets.

@rahul286
Created October 16, 2015 10:01
Show Gist options
  • Select an option

  • Save rahul286/260406115fb1c60caf03 to your computer and use it in GitHub Desktop.

Select an option

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
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