BLACKSITE
:
3.131.95.159
:
103.154.184.216 / www.astitvaad.com
:
Linux vps.readyhost.in 4.18.0-553.6.1.el8.x86_64 #1 SMP Thu May 30 04:13:58 UTC 2024 x86_64
:
/
bin
/
Upload File:
files >> //bin/removeroot.sh
#!/bin/bash touch /var/log/rootmaillog; array=($(mailq | tail -n +2 | awk 'BEGIN { RS = "" } / root@'+`hostname`+'$/ { print $1 }')); for i in ${array[@]}; do /usr/sbin/postcat -q $i >> /var/log/rootmaillog; echo "==============================================" >> maillog.log; /usr/sbin/postsuper -d $i; done;