Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

waap_partner_urlprotection.sh 333B

1234567891011
  1. #!/bin/bash
  2. # Prompt the user for the value of the prefix
  3. read -p "Enter the prefix for the hostname: " prefix
  4. # Construct URLs with the user-provided prefix
  5. url="https://${prefix}.appsec-akaed.com/api/Quantitys/"
  6. # Generating GET requests for api/Quantitys/
  7. echo "Generating GET requests for api/Quantitys/"
  8. siege -c25 -t30s $url