Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
profile.d /
Delete
Unzip
Name
Size
Permission
Date
Action
bash_completion.sh
726
B
-rw-r--r--
2022-04-03 12:14
gawk.csh
1.08
KB
-rw-r--r--
2023-02-19 13:30
gawk.sh
757
B
-rw-r--r--
2023-02-19 13:30
getnews.sh
400
B
-rw-r--r--
2025-04-07 20:14
Save
Rename
#!/bin/sh gethostnews() { if [ -x /usr/bin/curl ]; then /usr/bin/curl -s --connect-timeout 2 "$1" && touch /tmp/gotnews return fi if [ -x /usr/bin/wget ]; then /usr/bin/wget -qO- --connect-timeout 2 "$1" && touch /tmp/gotnews return fi } case $- in *i*) [ ! -f /tmp/gotnews ] && gethostnews "https://news.contabo.com/host/vmi2545633" ;; *) return ;; esac unset -f gethostnews