⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.4
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
psa
/
admin
/
sbin
/
modules
/
monitoring
/
View File Name :
agent360_installer.cmd
@echo off set DIST_PATH=%1 set TOKEN=%2 set INSTALL_PATH=%3 set UNINS_FILE=%4 echo Starting Agent360 installation... if not exist %DIST_PATH% ( echo ERROR: Distribution file not found %DIST_PATH% exit /b 1 ) echo Installing Agent360... echo %DIST_PATH% /verysilent /nohello /token=%TOKEN% /DIR=%INSTALL_PATH% %DIST_PATH% /verysilent /nohello /token=%TOKEN% /DIR=%INSTALL_PATH% if exist "%INSTALL_PATH%\%UNINS_FILE%" ( echo Installation successful exit /b 0 ) else ( echo ERROR: Installation failed exit /b 1 )