選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

waap_urlprotection.sh 400B

1234567891011
  1. #!/bin/bash
  2. # Prompt the user for the value of the prefix
  3. read -p "Enter the prefix for the URL: " prefix
  4. # Construct URLs with the user-provided prefix
  5. url="https://${prefix}.gslab-juiceshop.com/rest/admin/application-configuration"
  6. # Generating POST requests for rest/admin/application-configuration
  7. echo "Generating GET requests for rest/admin/application-configuration"
  8. siege -c150 -t10s "$url