Skip to content

Commit 65f81d1

Browse files
committed
ctf-cs: add stress test command
1 parent 33d9ca5 commit 65f81d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ctf-cs.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,11 @@ \subsubsection{Decoding Phone Dialing Tones}
234234
\section{Web}
235235

236236
\begin{ldesc}
237-
\li[Brute force URLs] dirb http://example.com/
238-
\li[~~ (specific wordlist)] dirb http://example.com/ wordlist.txt
237+
\li[Brute force URLs] dirb http://localhost/
238+
\li[~~ (specific wordlist)] dirb http://localhost/ wordlist.txt
239239
\li[List HTML errors] tidy -qe file.html
240240
\li[~~ (from URL)] curl -sL example.com | tidy -qe
241+
\li[Stress-test (2s)] siege -t2s -c6 http://localhost/
241242
\end{ldesc}
242243

243244

0 commit comments

Comments
 (0)