Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 18.223.195.127
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
lib /
dracut /
modules.d /
99base /
[ HOME SHELL ]
Name
Size
Permission
Action
dracut-lib.sh
32.09
KB
-rwxr-xr-x
init.sh
11.2
KB
-rwxr-xr-x
initqueue.sh
1.18
KB
-rwxr-xr-x
loginit.sh
584
B
-rwxr-xr-x
memtrace-ko.sh
5.91
KB
-rwxr-xr-x
module-setup.sh
3.77
KB
-rwxr-xr-x
parse-root-opts.sh
356
B
-rwxr-xr-x
rdsosreport.sh
942
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rdsosreport.sh
#!/bin/sh echo 'Generating "/run/initramfs/rdsosreport.txt"' [ -d /run/initramfs ] || mkdir -p /run/initramfs exec >/run/initramfs/rdsosreport.txt 2>&1 set -x cat /lib/dracut/dracut-* cat /proc/cmdline [ -f /etc/cmdline ] && cat /etc/cmdline for _i in /etc/cmdline.d/*.conf; do [ -f "$_i" ] || break echo $_i cat $_i done cat /proc/self/mountinfo cat /proc/mounts blkid blkid -o udev ls -l /dev/disk/by* for _i in /etc/conf.d/*.conf; do [ -f "$_i" ] || break echo $_i cat $_i done if command -v lvm >/dev/null 2>/dev/null; then lvm pvdisplay lvm vgdisplay lvm lvdisplay fi command -v dmsetup >/dev/null 2>/dev/null && dmsetup ls --tree cat /proc/mdstat command -v ip >/dev/null 2>/dev/null && ip addr if command -v journalctl >/dev/null 2>/dev/null; then journalctl -ab --no-pager -o short-monotonic else dmesg [ -f /run/initramfs/init.log ] && cat /run/initramfs/init.log fi
Close