LeakedIn Logo
Stories About Data Leaks and Related Stuff

Potential leak of data: Apache Configuration Directive

1 votedvote

Detected 2 occurrence(s) of ‘authuserfile\s*\/’:

Password protect download directly in wordpress
AuthUserFile /www/path/to/file/.htpasswd
 AuthGroupFile /dev/null
 AuthName "Confidential Information"
 AuthType Basic
 require user admin
	
admin:password
	
AuthUserFile /path/to/file/.htpasswd
AuthGroupFile /dev/null
AuthName "Confidential Information"
AuthType Basic
require valid-user
	
htpasswd -bc /path/to/file/.htpasswd admin password

Source: http://pastebin.com/raw.php?i=0w1KdvWB

Tags: ,

Comments are closed.