There was an error while loading. Please reload this page.
1 parent 33d9ca5 commit 65f81d1Copy full SHA for 65f81d1
ctf-cs.tex
@@ -234,10 +234,11 @@ \subsubsection{Decoding Phone Dialing Tones}
234
\section{Web}
235
236
\begin{ldesc}
237
-\li[Brute force URLs] dirb http://example.com/
238
-\li[~~ (specific wordlist)] dirb http://example.com/ wordlist.txt
+\li[Brute force URLs] dirb http://localhost/
+\li[~~ (specific wordlist)] dirb http://localhost/ wordlist.txt
239
\li[List HTML errors] tidy -qe file.html
240
\li[~~ (from URL)] curl -sL example.com | tidy -qe
241
+\li[Stress-test (2s)] siege -t2s -c6 http://localhost/
242
\end{ldesc}
243
244
0 commit comments