File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
documentation/modules/post/multi/gather Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
## Creating A Testing Environment
2
+
2
3
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.
5
7
6
8
This module has been tested against:
7
9
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
10
13
11
14
This module was not tested against, but may work against:
12
15
@@ -17,9 +20,9 @@ This module was not tested against, but may work against:
17
20
18
21
1 . Start msfconsole
19
22
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 `
23
26
24
27
## Scenarios
25
28
You can’t perform that action at this time.
0 commit comments