1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-15 21:44:51 +02:00
Files
cheatsheets/siege.md
Rico Sta. Cruz 9c50a07f5a Update
2016-08-25 10:27:17 +08:00

505 B

title, category
title category
Siege Others
siege -b -c=10 -t=5m http://...
-c, --concurrent=N
-t, --time=MINSm
-r, --reps=N
-i, --internet       Hit URLs randomly
-b, --benchmark      No delay between requests

Configuration

-f, --file=FILE      load urls.txt
-R, --rc=FILE        load siegerc

Also see: siegerc

Headers

-H, --header="Cookie: foo=bar"
-A, --user-agent="Mozilla"
-T, --content-type="text/html"