PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
wordfence
/
waf
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} \.php$ RewriteRule .* - [F,L,NC] </IfModule> <IfModule !mod_rewrite.c> <FilesMatch "\.php$"> <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule> </FilesMatch> </IfModule>
[-] .htaccess
[edit]
[+]
pomo
[-] dummy.php
[edit]
[-] wfWAFUserIPRange.php
[edit]
[-] wfWAFBlockI18n.php
[edit]
[-] bootstrap.php
[edit]
[+]
..
[-] wfWAFIPBlocksController.php
[edit]
[-] wfWAFBlockConstants.php
[edit]