From deb7701d3e73ade8ea07697124ee78d3cb773be2 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 2 Apr 2017 21:44:50 -0500 Subject: [PATCH] tweak misshapen output in MD->HTML --- .../modules/auxiliary/scanner/varnish/varnish_cli_login.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/modules/auxiliary/scanner/varnish/varnish_cli_login.md b/documentation/modules/auxiliary/scanner/varnish/varnish_cli_login.md index a2863fe7a3..65bdf73f07 100644 --- a/documentation/modules/auxiliary/scanner/varnish/varnish_cli_login.md +++ b/documentation/modules/auxiliary/scanner/varnish/varnish_cli_login.md @@ -2,11 +2,11 @@ Ubuntu 14.04 can `apt-get install varnish`. At the time of writing that installed varnish-3.0.5 revision 1a89b1f. Kali installed varnish-5.0.0 revision 99d036f - + 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: 1. No Authentication: `varnishd -T 0.0.0.0:6082` - 2. Authentication (based on shared secret file): `varnishd -T 0.0.0.0:6082 -S `. + 2. Authentication (based on shared secret file): `varnishd -T 0.0.0.0:6082 -S file`. 1. I made an easy test one `echo "secret" > ~/secret` ## Exploitation Notes @@ -110,7 +110,7 @@ enum cli_status_e { [+] 192.168.2.85:6082 - 192.168.2.85:6082 - LOGIN SUCCESSFUL: No Authentication Required [*] Scanned 1 of 1 hosts (100% complete) [*] Auxiliary module execution completed - msf auxiliary(varnish_cli_login) > + msf auxiliary(varnish_cli_login) > ``` Running against Ubuntu 14.04 with varnish-3.0.5 revision 1a89b1f