Skip to content

Commit 0c3ef4b

Browse files
author
Brent Cook
committed
add note about later versions of Varnish
1 parent deb7701 commit 0c3ef4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

8-
1. No Authentication: `varnishd -T 0.0.0.0:6082`
8+
1. No Authentication: `varnishd -T 0.0.0.0:6082`. Varnish 4 and later require either passing '-S ""', or may not support unauthenticated mode at all.
99
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

0 commit comments

Comments
 (0)