Land #10472, marked_redos module doc fixes

GSoC/Meterpreter_Web_Console
William Vu 2018-08-16 15:16:04 -05:00
commit 767ba126c6
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Example steps in this format (is also in the PR):
10. `set RHOST [IP]`.
11. `set HTTP_METHOD get` (optional)
12. `set HTTP_PARAMETER foo` (required)
13. `set URI /path/to/vulnerable/route` (optional)
13. `set TARGETURI /path/to/vulnerable/route` (optional)
14. `run`.
15. In vulnerable installations, Module should have positive output and the test application should accept no further requests.
16. In non-vulnerable installations, module should have negative output and the test application should accept further requests.