From ca1f8da7e5993a73dda8b2c466d490626150e462 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Wed, 17 May 2017 22:50:56 -0500 Subject: [PATCH] Get around encoding issues in mediawiki_syntaxhighlight.md --- .../modules/exploit/multi/http/mediawiki_syntaxhighlight.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/modules/exploit/multi/http/mediawiki_syntaxhighlight.md b/documentation/modules/exploit/multi/http/mediawiki_syntaxhighlight.md index fffd072aca..1c7b85e0e2 100644 --- a/documentation/modules/exploit/multi/http/mediawiki_syntaxhighlight.md +++ b/documentation/modules/exploit/multi/http/mediawiki_syntaxhighlight.md @@ -5,9 +5,9 @@ ## Verification Steps 1. `use exploit/multi/http/mediawiki_syntaxhighlight` - 2. `set RHOST ` - 3. `set TARGETURI ` - 4. `set UPLOADPATH ` + 2. `set RHOST [ip target site]` + 3. `set TARGETURI [MediaWiki path]` + 4. `set UPLOADPATH [writable path in web root]` 5. optionally set `RPORT`, `SSL`, and `VHOST` 6. `exploit` 7. **Verify** a new Meterpreter session is started