Last active
April 25, 2020 16:03
-
-
Save ivastly/42a4739555ad78aa9ae14763495e8194 to your computer and use it in GitHub Desktop.
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
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