@@ -60,12 +60,14 @@ msf auxiliary(tomcat_mgr_login) > run
60
60
[-] 192.168.2.156:8080 - LOGIN FAILED: admin:admin (Incorrect)
61
61
```
62
62
...snip...
63
+
63
64
```
64
65
[-] 192.168.2.156:8080 - LOGIN FAILED: tomcat:root (Incorrect)
65
66
[+] 192.168.2.156:8080 - LOGIN SUCCESSFUL: tomcat:tomcat
66
67
[-] 192.168.2.156:8080 - LOGIN FAILED: both:admin (Incorrect)
67
68
```
68
69
...snip...
70
+
69
71
```
70
72
[*] Scanned 1 of 1 hosts (100% complete)
71
73
[*] Auxiliary module execution completed
@@ -86,13 +88,17 @@ msf auxiliary(tomcat_mgr_login) > run
86
88
[!] No active DB -- Credential data will not be saved!
87
89
[-] 192.168.2.108:8087 - LOGIN FAILED: admin:admin (Incorrect)
88
90
```
91
+
89
92
...snip...
93
+
90
94
```
91
95
[-] 192.168.2.108:8087 - LOGIN FAILED: tomcat:root (Incorrect)
92
96
[+] 192.168.2.108:8087 - LOGIN SUCCESSFUL: tomcat:tomcat
93
97
[-] 192.168.2.108:8087 - LOGIN FAILED: both:admin (Incorrect)
94
98
```
99
+
95
100
...snip...
101
+
96
102
```
97
103
[*] Scanned 1 of 1 hosts (100% complete)
98
104
[*] Auxiliary module execution completed
@@ -113,14 +119,18 @@ msf auxiliary(tomcat_mgr_login) > run
113
119
[!] No active DB -- Credential data will not be saved!
114
120
[-] 192.168.2.108:8088 - LOGIN FAILED: admin:admin (Incorrect)
115
121
```
122
+
116
123
...snip...
124
+
117
125
```
118
126
[-] 192.168.2.108:8088 - LOGIN FAILED: tomcat:root (Incorrect)
119
127
[+] 192.168.2.108:8088 - LOGIN SUCCESSFUL: tomcat:tomcat
120
128
[-] 192.168.2.108:8088 - LOGIN FAILED: both:admin (Incorrect)
121
129
```
130
+
122
131
...snip...
132
+
123
133
```
124
134
[*] Scanned 1 of 1 hosts (100% complete)
125
135
[*] Auxiliary module execution completed
126
- ```
136
+ ```
0 commit comments