瀏覽代碼

Fixed URL Protection script

main
kusum 4 月之前
父節點
當前提交
b35f7371c6
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      GSAutomation/waap-labs/waap_urlprotection.sh

+ 3
- 3
GSAutomation/waap-labs/waap_urlprotection.sh 查看文件

@@ -6,6 +6,6 @@ read -p "Enter the prefix for the URL: " prefix
# Construct URLs with the user-provided prefix
url="https://${prefix}.gslab-juiceshop.com/rest/admin/application-configuration"

# Generating POST requests for rest/admin/application-configuration
echo "Generating GET requests for rest/admin/application-configuration"
siege -c150 -t10s "$url
# Generating GET requests for /rest/admin/application-configuration
echo "Generating GET requests for /rest/admin/application-configuration"
siege -c150 -t30s $url

Loading…
取消
儲存