Skip to content

Instantly share code, notes, and snippets.

@ivastly
Last active April 25, 2020 16:03
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 ivastly/42a4739555ad78aa9ae14763495e8194 to your computer and use it in GitHub Desktop.
Save ivastly/42a4739555ad78aa9ae14763495e8194 to your computer and use it in GitHub Desktop.
phantom:
address: "1.2.3.4:80" # [Target's address]:[target's port]
ssl: false
header_http: "1.1"
headers:
- "[Host: example.com]"
- "[Connection: close]"
uris:
- "/"
- "/reviews"
- "/faq"
- "/privacy"
load_profile:
load_type: rps
schedule: line(1, 20, 1m) # from 1 rps to 20rps in 1 minute
console:
enabled: true
telegraf:
enabled: false # let's disable telegraf monitoring for the first time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment