Skip to content

Commit deb7701

Browse files
author
Brent Cook
committed
tweak misshapen output in MD->HTML
1 parent 3d09e28 commit deb7701

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/modules/auxiliary/scanner/varnish/varnish_cli_login.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Ubuntu 14.04 can `apt-get install varnish`. At the time of writing that installed varnish-3.0.5 revision 1a89b1f.
44
Kali installed varnish-5.0.0 revision 99d036f
5-
5+
66
Varnish installed and ran the cli on localhost. First lets kill the service: `sudo service varnish stop`. Now, there are two configurations we want to test:
77

88
1. No Authentication: `varnishd -T 0.0.0.0:6082`
9-
2. Authentication (based on shared secret file): `varnishd -T 0.0.0.0:6082 -S <file>`.
9+
2. Authentication (based on shared secret file): `varnishd -T 0.0.0.0:6082 -S file`.
1010
1. I made an easy test one `echo "secret" > ~/secret`
1111

1212
## Exploitation Notes
@@ -110,7 +110,7 @@ enum cli_status_e {
110110
[+] 192.168.2.85:6082 - 192.168.2.85:6082 - LOGIN SUCCESSFUL: No Authentication Required
111111
[*] Scanned 1 of 1 hosts (100% complete)
112112
[*] Auxiliary module execution completed
113-
msf auxiliary(varnish_cli_login) >
113+
msf auxiliary(varnish_cli_login) >
114114
```
115115
116116
Running against Ubuntu 14.04 with varnish-3.0.5 revision 1a89b1f

0 commit comments

Comments
 (0)