Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
lifelonglearn /
commert /
accout /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
Gcms
[ DIR ]
drwxr-xr-x
Kotchasan
[ DIR ]
drwxr-xr-x
datas
[ DIR ]
drwxr-xr-x
install
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
language
[ DIR ]
drwxr-xr-x
line
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
settings
[ DIR ]
drwxr-xr-x
skin
[ DIR ]
drwxr-xr-x
.gitignore
53
B
-rwxr-xr-x
.htaccess
970
B
-rwxr-xr-x
README.md
4.71
KB
-rwxr-xr-x
api.php
492
B
-rwxr-xr-x
export.php
700
B
-rwxr-xr-x
favicon.ico
14.73
KB
-rwxr-xr-x
index.php
495
B
-rwxr-xr-x
load.php
1.61
KB
-rwxr-xr-x
loader.php
465
B
-rwxr-xr-x
robots.txt
23
B
-rwxr-xr-x
xhr.php
717
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L,QSA] # redirect Authorization to $_SERVER #RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last] </IfModule> <IfModule mod_negotiation.c> Options -MultiViews </IfModule> <IfModule mod_headers.c> # Cross domain access for API #Header add Access-Control-Allow-Origin "*" #Header add Access-Control-Allow-Headers "origin, Authorization, x-requested-with, content-type" #Header add Access-Control-Allow-Methods "PUT, GET, POST, DELETE, OPTIONS" Header set X-XSS-Protection "1; mode=block" Header append X-FRAME-OPTIONS "SAMEORIGIN" # cache 1 week <filesMatch ".(jpg|jpeg|png|gif|ico)$"> Header set Cache-Control "max-age=604800, public" </filesMatch> <filesMatch ".(css|js|ttf|woff|svg|eot)$"> Header set Cache-Control "max-age=604800, public" </filesMatch> </IfModule>
Close