Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.54
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
dracut /
modules.d /
90multipath /
[ HOME SHELL ]
Name
Size
Permission
Action
module-setup.sh
3.7
KB
-rwxr-xr-x
multipathd-needshutdown.sh
214
B
-rwxr-xr-x
multipathd-stop.sh
347
B
-rwxr-xr-x
multipathd.sh
301
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : multipathd-stop.sh
#!/bin/sh # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- # ex: ts=8 sw=4 sts=4 et filetype=sh if [ -e /etc/multipath.conf ]; then HARD="" while pidof multipathd >/dev/null 2>&1; do for pid in $(pidof multipathd); do kill $HARD $pid >/dev/null 2>&1 done HARD="-9" done fi
Close