Skip to content

Commit 544e4e3

Browse files
committed
fix md formatting
1 parent dd5532c commit 544e4e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/modules/auxiliary/dos/http/ua_parser_js_redos.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ npm i [email protected]
1616
## Verification Steps
1717

1818
Example steps in this format (is also in the PR):
19+
1920
1. Create a new directory for test application.
2021
2. Copy below example server into test application directory as `server.js`.
2122
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):
2526
7. Open up a new terminal.
2627
8. Start msfconsole.
2728
9. `use auxiliary/dos/http/ua_parser_js_redos`.
28-
10. `set RHOST <IP>`.
29+
10. `set RHOST [IP]`.
2930
11. `run`.
3031
12. In vulnerable installations, Module should have positive output and the test application should accept no further requests.
3132
13. In non-vulnerable installations, module should have negative output and the test application should accept further requests.

0 commit comments

Comments
 (0)