Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
init /
Delete
Unzip
Name
Size
Permission
Date
Action
acpid.conf
338
B
-rw-r--r--
2016-04-09 00:05
apparmor.conf
3.62
KB
-rw-r--r--
2017-03-03 23:52
apport.conf
1.7
KB
-rw-r--r--
2025-07-11 17:07
cloud-config.conf
236
B
-rw-r--r--
2016-09-15 15:32
cloud-final.conf
297
B
-rw-r--r--
2016-09-15 15:32
cloud-init-blocknet.conf
2.5
KB
-rw-r--r--
2016-09-15 15:32
cloud-init-container.conf
1.98
KB
-rw-r--r--
2016-09-15 15:32
cloud-init-local.conf
379
B
-rw-r--r--
2016-09-15 15:32
cloud-init-nonet.conf
1.86
KB
-rw-r--r--
2016-09-15 15:32
cloud-init.conf
202
B
-rw-r--r--
2016-09-15 15:32
cloud-log-shutdown.conf
562
B
-rw-r--r--
2016-09-15 15:32
console-font.conf
250
B
-rw-r--r--
2016-04-04 19:41
console-setup.conf
509
B
-rw-r--r--
2016-04-04 19:41
cron.conf
297
B
-rw-r--r--
2016-04-05 23:59
cryptdisks-udev.conf
412
B
-rw-r--r--
2015-03-28 21:38
cryptdisks.conf
1.48
KB
-rw-r--r--
2015-03-28 21:38
dbus.conf
482
B
-rw-r--r--
2015-09-01 18:31
dovecot.conf
1.08
KB
-rw-r--r--
2016-03-21 20:30
ephemeral-disk-warning.conf
1.87
KB
-rw-r--r--
2016-09-20 19:54
friendly-recovery.conf
1.22
KB
-rw-r--r--
2015-06-01 15:19
hostname.conf
284
B
-rw-r--r--
2013-07-23 11:25
hostname.sh.conf
300
B
-rw-r--r--
2014-05-21 16:59
hv-fcopy-daemon.conf
674
B
-rw-r--r--
2016-10-26 21:39
hv-kvp-daemon.conf
662
B
-rw-r--r--
2016-10-26 21:39
hv-vss-daemon.conf
665
B
-rw-r--r--
2016-10-26 21:39
hwclock-save.conf
561
B
-rw-r--r--
2016-03-14 10:08
hwclock.conf
674
B
-rw-r--r--
2016-03-14 10:08
hwclock.sh.conf
109
B
-rw-r--r--
2016-03-14 10:08
irqbalance.conf
597
B
-rw-r--r--
2016-04-11 19:39
kmod.conf
689
B
-rw-r--r--
2015-08-20 13:41
lxcfs.conf
540
B
-rw-r--r--
2016-10-13 16:03
lxd.conf
813
B
-rw-r--r--
2016-10-13 16:04
mysql.conf
1.72
KB
-rw-r--r--
2016-07-11 15:36
network-conf-ethX.conf
696
B
-rw-r--r--
2016-11-15 23:12
network-interface-container.conf
530
B
-rw-r--r--
2015-06-02 09:32
network-interface-security.conf
1.71
KB
-rw-r--r--
2015-06-02 09:32
network-interface.conf
933
B
-rw-r--r--
2015-06-02 09:32
networking.conf
2.43
KB
-rw-r--r--
2015-06-02 09:32
passwd.conf
568
B
-rw-r--r--
2016-02-01 21:35
pollinate.conf
264
B
-rw-r--r--
2016-09-28 01:19
procps-instance.conf
363
B
-rw-r--r--
2014-06-05 16:27
procps.conf
119
B
-rw-r--r--
2014-06-05 17:06
resolvconf.conf
457
B
-rw-r--r--
2015-06-03 22:58
rsyslog.conf
426
B
-rw-r--r--
2015-12-02 17:23
setvtrgb.conf
230
B
-rw-r--r--
2016-04-04 19:41
ssh.conf
641
B
-rw-r--r--
2016-04-28 02:46
thermald.conf
360
B
-rw-r--r--
2016-06-01 14:42
ttyS0.conf
628
B
-rw-r--r--
2016-11-15 15:19
udev.conf
337
B
-rw-r--r--
2016-04-12 12:06
udevmonitor.conf
360
B
-rw-r--r--
2016-04-12 12:06
udevtrigger.conf
352
B
-rw-r--r--
2016-04-12 12:06
ufw.conf
473
B
-rw-r--r--
2014-08-07 14:58
ureadahead-other.conf
683
B
-rw-r--r--
2015-02-24 10:35
ureadahead.conf.disabled
889
B
-rw-r--r--
2015-02-24 10:35
walinuxagent.conf
481
B
-rw-r--r--
2016-09-20 19:54
Save
Rename
# cloud-init-blocknet # the purpose of this job is # * to block networking from coming up until cloud-init-nonet has run # * timeout if they all do not come up in a reasonable amount of time description "block networking until cloud-init-local" start on (starting network-interface or starting network-manager or starting networking) stop on stopped cloud-init-local instance $JOB${INTERFACE:+/}${INTERFACE:-} export INTERFACE task script set +e # you cannot trap TERM reliably with 'set -e' SLEEP_CHILD="" static_network_up() { local emitted="/run/network/static-network-up-emitted" # /run/network/static-network-up-emitted is written by # upstart (via /etc/network/if-up.d/upstart). its presense would # indicate that static-network-up has already fired. [ -e "$emitted" -o -e "/var/$emitted" ] } msg() { local uptime="" idle="" msg="" if [ -r /proc/uptime ]; then read uptime idle < /proc/uptime fi msg="${UPSTART_INSTANCE}${uptime:+[${uptime}]}: $*" echo "$msg" } handle_sigterm() { # if we received sigterm and static networking is up then it probably # came from upstart as a result of 'stop on static-network-up' msg "got sigterm" if [ -n "$SLEEP_CHILD" ]; then if ! kill $SLEEP_CHILD 2>/dev/null; then [ ! -d "/proc/$SLEEP_CHILD" ] || msg "hm.. failed to kill sleep pid $SLEEP_CHILD" fi fi msg "stopped" exit 0 } dowait() { msg "blocking $1 seconds" # all this 'exec -a' does is get me a nicely named process in 'ps' # ie, 'sleep-block-network-interface.eth1' if [ -x /bin/bash ]; then bash -c 'exec -a sleep-block-$1 sleep $2' -- "$UPSTART_INSTANCE" "$1" & else sleep "$1" & fi SLEEP_CHILD=$! msg "sleepchild=$SLEEP_CHILD" wait $SLEEP_CHILD SLEEP_CHILD="" } trap handle_sigterm TERM if [ -n "$INTERFACE" -a "${INTERFACE#lo}" != "${INTERFACE}" ]; then msg "ignoring interface ${INTERFACE}"; exit 0; fi # static_network_up already occurred static_network_up && { msg "static_network_up already"; exit 0; } # local-finished cloud-init-local success or failure lfin="/run/cloud-init/local-finished" disable="/etc/cloud/no-blocknet" [ -f "$lfin" ] && { msg "$lfin found"; exit 0; } [ -f "$disable" ] && { msg "$disable found"; exit 0; } dowait 120 msg "gave up waiting for $lfin" exit 1 end script