first commit

This commit is contained in:
OPSXCQ 2016-12-02 17:19:11 -02:00
parent 985a5c928c
commit f40a84879c
No known key found for this signature in database
GPG key ID: 9AD730FE9CDE5661
551 changed files with 72374 additions and 24 deletions

20
dvwa/.htaccess Normal file
View file

@ -0,0 +1,20 @@
# Only set these if PHP 5 is loaded as an apache module
<IfModule mod_php5.c>
php_flag magic_quotes_gpc Off
#php_flag allow_url_fopen on
#php_flag allow_url_include on
</IfModule>
# Only set these if PHP 4 is loaded as an apache module
<IfModule mod_php4.c>
php_flag magic_quotes_gpc Off
#php_flag allow_url_fopen on
#php_flag allow_url_include on
</IfModule>
# Limit access to localhost
#<Limit GET POST PUT>
# order deny,allow
# deny from all
# allow from 127.0.0.1
#</Limit>