Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
bug /
linux-image-4.9.0-19-amd64 /
Delete
Unzip
Name
Size
Permission
Date
Action
control
430
B
-rw-r--r--
2017-06-05 14:50
include-0version
106
B
-rw-r--r--
2017-06-05 14:50
include-1cmdline
111
B
-rw-r--r--
2017-06-05 14:50
include-1tainted
1.8
KB
-rw-r--r--
2017-06-05 14:50
include-dmesg
688
B
-rw-r--r--
2017-06-05 14:50
include-model
1.34
KB
-rw-r--r--
2017-06-05 14:50
include-modules
330
B
-rw-r--r--
2017-06-05 14:50
include-network
1.02
KB
-rw-r--r--
2017-06-05 14:50
include-pci
257
B
-rw-r--r--
2017-06-05 14:50
include-pstore
1.46
KB
-rw-r--r--
2017-06-05 14:50
include-usb
251
B
-rw-r--r--
2017-06-05 14:50
info
141
B
-rw-r--r--
2022-06-30 20:26
presubj
447
B
-rw-r--r--
2017-06-05 14:50
script
1.01
KB
-rwxr-xr-x
2017-06-05 14:50
Save
Rename
_add_etc_network_interfaces() { echo '** Network interface configuration:' >&3 # Hide passwords/keys awk '$1 ~ /key|pass|^wpa-(anonymous|identity|phase|pin|private|psk)/ { gsub(".", "*", $2); } $1 == "ethtool-wol" { gsub(".", "*", $3); } !/^[[:space:]]*\#/ { print; } ' </etc/network/interfaces >&3 echo >&3 } add_network() { yesno "Include network configuration and status from this computer? " nop test $REPLY = yep || return 0 _add_etc_network_interfaces echo '** Network status:' >&3 if command -v ip >/dev/null; then echo '*** IP interfaces and addresses:' >&3 ip address show >&3 echo >&3 fi echo '*** Device statistics:' >&3 cat /proc/net/dev >&3 echo >&3 if command -v netstat >/dev/null; then echo '*** Protocol statistics:' >&3 netstat -s >&3 || true echo >&3 fi echo >&3 } ask_network() { test $same_system = yep || return 0 yesno "Include network configuration from this computer? " nop test $REPLY = yep || return 0 _add_etc_network_interfaces }