Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
ospos /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php53
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php56
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php71
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php81
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php82
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
.env
2.99
KB
-rw-r--r--
2025-06-08 23:15
.htaccess
1.15
KB
-rw-r--r--
2025-06-08 23:15
_clone.php
2.34
KB
-rw-r--r--
2025-06-08 23:15
changelog.txt
803
B
-rw-r--r--
2025-06-08 23:15
edit.php
4.7
KB
-rw-r--r--
2025-06-09 01:36
edit.xml
433
B
-rw-r--r--
2021-12-23 01:24
extend.php
9.27
KB
-rw-r--r--
2025-06-09 01:36
fileindex.php
279
B
-rw-r--r--
2025-06-08 23:15
import.php
4.27
KB
-rw-r--r--
2025-06-09 01:36
info.xml
3.57
KB
-rw-r--r--
2025-06-08 23:15
install.js
921
B
-rw-r--r--
2021-12-23 01:24
install.php
4.52
KB
-rw-r--r--
2025-06-09 01:36
install.xml
792
B
-rw-r--r--
2021-12-23 01:24
md5
2.14
KB
-rw-r--r--
2025-06-09 01:36
notes.txt
655
B
-rw-r--r--
2025-06-08 23:15
update_pass.php
541
B
-rw-r--r--
2021-12-23 01:24
upgrade.php
5.76
KB
-rw-r--r--
2025-06-09 01:36
upgrade.xml
248
B
-rw-r--r--
2021-12-23 01:24
Save
Rename
# redirect to public page <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} !^public$ RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge [NC] #RewriteRule "^(.*)$" "/public/" [R=301,L] # If you installed CodeIgniter in a subfolder, you will need to # change the following line to match the subfolder you need. Uncomment # the line below and comment the line above. RewriteRule "^(.*)$" "[[relativeurl]]/public/" [R=301,L] </IfModule> # disable directory browsing # For security reasons, Option all cannot be overridden. Options +SymLinksIfOwnerMatch -Indexes # prevent folder listing IndexIgnore * <IfModule mod_headers.c> Header always set X-Frame-Options "SAMEORIGIN" </Ifmodule> <IfModule authz_core_module> # secure htaccess file <Files .htaccess> Require all denied </Files> # prevent access to PHP error log <Files error_log> Require all denied </Files> # prevent access to LICENSE <Files LICENSE> Require all denied </Files> # prevent access to csv, txt and md files <FilesMatch "\.(csv|txt|md|yml|json|lock|env)$"> Require all denied </FilesMatch> </IfModule>