This commit is contained in:
taqin
2026-04-19 21:10:40 +07:00
parent 5fdd214fdc
commit 27381d4e37
211 changed files with 53571 additions and 0 deletions

43
vuln-lab/web/apache.conf Normal file
View 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