File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
documentation/modules/auxiliary/dos/http Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 16
16
## Verification Steps
17
17
18
18
Example steps in this format (is also in the PR):
19
+
19
20
1 . Create a new directory for test application.
20
21
2 . Copy below example server into test application directory as ` server.js ` .
21
22
3 . Run ` npm i express ` to install express in the test application directory.
@@ -25,7 +26,7 @@ Example steps in this format (is also in the PR):
25
26
7 . Open up a new terminal.
26
27
8 . Start msfconsole.
27
28
9 . ` use auxiliary/dos/http/ua_parser_js_redos ` .
28
- 10 . ` set RHOST <IP> ` .
29
+ 10 . ` set RHOST [IP] ` .
29
30
11 . ` run ` .
30
31
12 . In vulnerable installations, Module should have positive output and the test application should accept no further requests.
31
32
13 . In non-vulnerable installations, module should have negative output and the test application should accept further requests.
You can’t perform that action at this time.
0 commit comments