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
/
etc /
kernel /
prerm.d /
[ HOME SHELL ]
Name
Size
Permission
Action
kernel_prerm.d_dkms
660
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : kernel_prerm.d_dkms
#!/bin/bash # We're passed the version of the kernel being removed inst_kern=$1 if [ -x /usr/sbin/dkms ]; then while read line; do name=`echo "$line" | awk '{print $1}' | sed 's/,$//' | cut -d'/' -f1` vers=`echo "$line" | awk '{print $1}' | sed 's/,$//' | cut -d'/' -f2` arch=`echo "$line" | awk '{print $3}' | sed 's/:$//'` echo "dkms: removing: $name $vers ($inst_kern) ($arch)" >&2 dkms remove -m $name -v $vers -k $inst_kern -a $arch done < <(dkms status -k $inst_kern 2>/dev/null | grep ": installed") fi rmdir --ignore-fail-on-non-empty \ "/lib/modules/$inst_kern/updates/dkms" \ "/lib/modules/$inst_kern/updates" 2>/dev/null exit 0
Close