dsad
This commit is contained in:
43
vuln-lab/web/apache.conf
Normal file
43
vuln-lab/web/apache.conf
Normal file
@@ -0,0 +1,43 @@
|
||||
ServerName insecure.newploit.com
|
||||
|
||||
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
|
||||
<Directory "/usr/lib/cgi-bin">
|
||||
AllowOverride None
|
||||
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
|
||||
AddHandler cgi-script .cgi .sh
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory "/var/www/html">
|
||||
Options Indexes FollowSymLinks
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Files ".env">
|
||||
Require all granted
|
||||
</Files>
|
||||
<Files ".env.local">
|
||||
Require all granted
|
||||
</Files>
|
||||
<Files ".env.production">
|
||||
Require all granted
|
||||
</Files>
|
||||
<Files ".env.backup">
|
||||
Require all granted
|
||||
</Files>
|
||||
<Files ".bash_history">
|
||||
Require all granted
|
||||
</Files>
|
||||
<Files ".DS_Store">
|
||||
Require all granted
|
||||
</Files>
|
||||
|
||||
<Directory "/var/www/html/.git">
|
||||
Options Indexes FollowSymLinks
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
AddType application/octet-stream .sql .bak
|
||||
AddType application/zip .zip
|
||||
AddType application/gzip .tar.gz .tgz
|
||||
Reference in New Issue
Block a user