- GRAYBYTE UNDETECTABLE CODES -

403Webshell
Server IP : 184.154.167.98  /  Your IP : 18.217.14.208
Web Server : Apache
System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
User : puertode ( 1767)
PHP Version : 8.2.26
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /etc/sysconfig/network-scripts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /etc/sysconfig/network-scripts/ifdown-ippp
#! /bin/sh

PATH=/sbin:/usr/sbin:/bin:/usr/bin 

# Get global network configuration
[ -f /etc/sysconfig/network ] && . /etc/sysconfig/network

CONFIG=$1

. ./$CONFIG

# stopping ibod daemon for channel bundling
if [ -f /var/lock/subsys/ibod ] ; then
    kill -9  $(pidof ibod) >/dev/null 2>&1
    rm -f /var/lock/subsys/ibod
fi

# Shut down IPv6
/etc/sysconfig/network-scripts/ifdown-ipv6 $CONFIG

# shutdown isdn device
isdnctrl hangup $DEVICE >/dev/null 2>&1
sleep 1
ip link set dev $DEVICE down >/dev/null 2>&1

# delete isdn device
isdnctrl delif $DEVICE >/dev/null 2>&1

# kill ipppd daemon
if [ -f /run/ipppd.$DEVICE.pid ] ; then
    pppdpid=$(cat /run/ipppd.$DEVICE.pid)
    kill -9 $pppdpid > /dev/null 2>&1
    rm -f /run/ipppd.$DEVICE.pid > /dev/null 2>&1
fi

Youez - 2016 - github.com/yon3zu
LinuXploit