您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

waap_urlprotection.sh 331B

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/api/Quantitys/"
  6. # Generating GET requests for api/Quantitys/
  7. echo "Generating GET requests for api/Quantitys/"
  8. siege -c25 -t30s $url