You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112 |
- #!/bin/bash
-
- # Prompt user for the prefix value
- read -p "Enter the prefix for the hostname: " prefix
-
-
- # Run slowhttptest with the specified prefix
- echo "Generating Slow POST requests for homepage"
- slowhttptest -B \
- -u "http://${prefix}.appsec-akaed.com/" \
- -d "appsec-akaed.com.edgekey-staging.net:80" \
- -r 4 -c 2
|