Skip to content

Instantly share code, notes, and snippets.

@slaskawi

slaskawi/data.sh Secret

Created August 7, 2018 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slaskawi/ccaafac852a228d6ec54d0f9ff421031 to your computer and use it in GitHub Desktop.
Save slaskawi/ccaafac852a228d6ec54d0f9ff421031 to your computer and use it in GitHub Desktop.
$ for i in {1..1000}; do curl -u test:test -d "`base64 /dev/urandom | head -c 10000`" -k https://caching-service-app-http:8080/rest/default/entry$i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment