⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.13
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
ursites
/
public_html
/
public
/
website
/
View File Name :
auto_builder_sh.sh
rm -rf package rm storage/install.zip rm storage/update.zip rsync -av --exclude '.env' --exclude 'auto_builder.sh' --exclude 'vendor/' --exclude '.git/' --exclude '.idea/' ./ ./package cd package composer update cp .env.example .env php artisan key:generate php artisan passport:keys mkdir -p storage/framework/{sessions,views,cache} chmod -R 775 storage/framework php artisan prepare:installable chmod -R 755 . zip -r ../storage/install.zip . php artisan prepare:updatable rm -rf installation rm -rf storage rm .env zip -r ../storage/update.zip . pwd cd ../ rm -rf package