Linux eyewebsolution.dnshostserver.in 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Apache
: 185.131.55.234 | : 216.73.216.138
676 Domain
5.6.40
omxrelocation
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
/
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