четверг, 26 сентября 2024 г.

Siege with Basic Http Auth

 https://gist.github.com/rob-murray/dd77778b1770f32c46e8

# Basic auth;

auth=$(echo -n 'username:password' | openssl base64)

siege -t60s -c20 -d10 --header="Authorization:Basic $auth" 'https://staging.a-hostname.co.uk/'

siege -f sitemap.txt -c100 -t15m -d7 -iv --no-parser --header="Authorization:Basic $auth" -m "Project siege Sep 26 2024" -l  


Комментариев нет:

Отправить комментарий