Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.216.223
Cant Read [ /etc/named.conf ]
7.4.33
trade
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
trade /
cron.tradesense.co.ke /
[ HOME SHELL ]
Name
Size
Permission
Action
cgi-bin
[ DIR ]
drwxr-xr-x
cronjob.php
476
B
-rw-r--r--
last_run.txt
10
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cronjob.php
<?php $flagFile = 'last_run.txt'; $lastRun = file_exists($flagFile) ? file_get_contents($flagFile) : 0; $now = time(); if ($now - $lastRun >= 86400) { // 86400 seconds = 24 hours // Your code to run once a day goes here. // Example: Display a message. echo "This script runs once a day."; // Update the last execution time in the flag file. file_put_contents($flagFile, $now); } else { echo "This script has already run today."; } ?>
Close