Skip to content

Commit 26b6ae0

Browse files
committed
Fix cosmetic issues when using info -d
1 parent ad43f94 commit 26b6ae0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

documentation/modules/auxiliary/scanner/http/tomcat_mgr_login.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,14 @@ msf auxiliary(tomcat_mgr_login) > run
6060
[-] 192.168.2.156:8080 - LOGIN FAILED: admin:admin (Incorrect)
6161
```
6262
...snip...
63+
6364
```
6465
[-] 192.168.2.156:8080 - LOGIN FAILED: tomcat:root (Incorrect)
6566
[+] 192.168.2.156:8080 - LOGIN SUCCESSFUL: tomcat:tomcat
6667
[-] 192.168.2.156:8080 - LOGIN FAILED: both:admin (Incorrect)
6768
```
6869
...snip...
70+
6971
```
7072
[*] Scanned 1 of 1 hosts (100% complete)
7173
[*] Auxiliary module execution completed
@@ -86,13 +88,17 @@ msf auxiliary(tomcat_mgr_login) > run
8688
[!] No active DB -- Credential data will not be saved!
8789
[-] 192.168.2.108:8087 - LOGIN FAILED: admin:admin (Incorrect)
8890
```
91+
8992
...snip...
93+
9094
```
9195
[-] 192.168.2.108:8087 - LOGIN FAILED: tomcat:root (Incorrect)
9296
[+] 192.168.2.108:8087 - LOGIN SUCCESSFUL: tomcat:tomcat
9397
[-] 192.168.2.108:8087 - LOGIN FAILED: both:admin (Incorrect)
9498
```
99+
95100
...snip...
101+
96102
```
97103
[*] Scanned 1 of 1 hosts (100% complete)
98104
[*] Auxiliary module execution completed
@@ -113,14 +119,18 @@ msf auxiliary(tomcat_mgr_login) > run
113119
[!] No active DB -- Credential data will not be saved!
114120
[-] 192.168.2.108:8088 - LOGIN FAILED: admin:admin (Incorrect)
115121
```
122+
116123
...snip...
124+
117125
```
118126
[-] 192.168.2.108:8088 - LOGIN FAILED: tomcat:root (Incorrect)
119127
[+] 192.168.2.108:8088 - LOGIN SUCCESSFUL: tomcat:tomcat
120128
[-] 192.168.2.108:8088 - LOGIN FAILED: both:admin (Incorrect)
121129
```
130+
122131
...snip...
132+
123133
```
124134
[*] Scanned 1 of 1 hosts (100% complete)
125135
[*] Auxiliary module execution completed
126-
```
136+
```

0 commit comments

Comments
 (0)