AnonSec Shell
Server IP : 104.21.14.48  /  Your IP : 3.144.45.61   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wp-content/plugins/wp-spamshield/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/wp-content/plugins/wp-spamshield/.htaccess
# WP-SpamShield - "/wp-spamshield/" .htaccess
# File Version 1.9.9.9.4

# Control direct access to certain files.
# Apache 2.2 and 2.4+ compatible

# Disable caching and proxy caching for .txt files
<IfModule mod_headers.c>
	<Files ~ "^(.+)\.txt$">
		Header set Cache-Control "private, no-store, no-cache, must-revalidate, max-age=0, proxy-revalidate, s-maxage=0, no-transform"
		Header set Surrogate-Control "no-cache, must-revalidate, max-age=0"
		Header set Pragma "no-cache"
		Header set Expires "Sat, 26 Jul 1997 05:00:00 GMT"
		Header set Vary "*"
		Header unset Last-Modified
		Header unset ETag
		FileETag None
	</Files>
</IfModule>

# Compress .txt files (gzip)
<IfModule mod_deflate.c>
	<Files ~ "^(.+)\.txt$">
		SetOutputFilter DEFLATE
	</Files>
</IfModule>

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

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

# Using Files instead of FilesMatch for compatibility with certain branches of Apache

# Text and Language Files - Deny
<Files ~ "^(.+)\.(txt|mo|pot)$">
	<IfModule !mod_authz_core.c>
		Deny from all
	</IfModule>
	<IfModule mod_authz_core.c>
		Require all denied
	</IfModule>
</Files>

# jscripts.php and .js - Allow
# Ensure that .htaccess files other plugins place in "/wp-content/" cannot prevent access
<Files ~ "(jscripts\.php|\.js)$">
	<IfModule !mod_authz_core.c>
		Allow from all
	</IfModule>
	<IfModule mod_authz_core.c>
		Require all granted
	</IfModule>
</Files>

Anon7 - 2022
AnonSec Team