Skip to content

Commit 05201b9

Browse files
committed
land rapid7#8177 tomcat_gather docs fix
2 parents 23ac921 + 2b87923 commit 05201b9

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

modules/post/multi/gather/tomcat_gather.md renamed to documentation/modules/post/multi/gather/tomcat_gather.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
## Creating A Testing Environment
2+
23
For this module to work you need a linux or windows machine.
3-
For linux you can run something like apt-get install tomcat7 to get a working tomcat service.
4-
For WIndows you can download tomcat from http://tomcat.apache.org/ and then install it as a service.
4+
5+
* For linux you can run something like `apt-get install tomcat7` to get a working tomcat service.
6+
* For WIndows you can download tomcat from http://tomcat.apache.org/ and then install it as a service.
57

68
This module has been tested against:
79

8-
1. Xubuntu 16.04 with tomcat 7,8.
9-
2. Windows 10 with tomcat 6,7.
10+
1. Xubuntu and Ubuntu Server 16.04 with tomcat 7, 8.
11+
2. Windows 10 with tomcat 6, 7.
12+
3. Windows XP with tomcat 5.5, 6, 7, 8
1013

1114
This module was not tested against, but may work against:
1215

@@ -17,9 +20,9 @@ This module was not tested against, but may work against:
1720

1821
1. Start msfconsole
1922
2. Obatin a meterpreter session via whatever method
20-
3. Do: 'use post/multi/gather/tomcat_gather'
21-
4. Do: 'set session #'
22-
5. Do: 'run'
23+
3. Do: `use post/multi/gather/tomcat_gather`
24+
4. Do: `set session #`
25+
5. Do: `run`
2326

2427
## Scenarios
2528

0 commit comments

Comments
 (0)