OXIESEC PANEL
- Current Dir:
/
/
etc
/
default
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/20/2025 05:23:23 PM
rwxr-xr-x
📄
acpid
346 bytes
04/22/2017 01:14:06 PM
rw-r--r--
📄
apache-htcacheclean
556 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
apport
149 bytes
11/20/2017 04:39:28 PM
rw-r--r--
📄
bsdmainutils
222 bytes
12/29/2017 09:02:08 AM
rw-r--r--
📄
cacerts
384 bytes
05/17/2018 02:10:59 PM
rw-------
📄
console-setup
284 bytes
10/21/2019 03:50:19 PM
rw-r--r--
📄
cron
150 bytes
11/16/2017 05:29:19 AM
rw-r--r--
📄
cryptdisks
652 bytes
03/18/2018 01:01:09 AM
rw-r--r--
📄
dbus
297 bytes
11/15/2017 10:22:22 PM
rw-r--r--
📄
ebtables
1.2 KB
06/28/2018 04:42:04 PM
rw-r--r--
📄
grub
1.18 KB
05/09/2024 07:15:20 AM
rw-r--r--
📁
grub.d
-
10/21/2019 03:50:22 PM
rwxr-xr-x
📄
irqbalance
931 bytes
10/21/2019 03:49:51 PM
rw-r--r--
📄
keyboard
150 bytes
10/21/2019 03:49:03 PM
rw-r--r--
📄
locale
13 bytes
10/21/2019 03:50:21 PM
rw-r--r--
📄
mdadm
718 bytes
05/09/2024 07:14:59 AM
rw-r--r--
📄
motd-news
682 bytes
05/19/2025 07:54:56 AM
rw-r--r--
📄
networkd-dispatcher
152 bytes
10/15/2018 12:12:24 PM
rw-r--r--
📄
nss
1.71 KB
04/16/2018 08:14:20 PM
rw-r--r--
📄
open-iscsi
2.63 KB
12/12/2018 12:14:17 AM
rw-r--r--
📄
pollinate
363 bytes
05/30/2018 04:36:52 PM
rw-r--r--
📄
rsync
2.01 KB
12/13/2017 06:34:49 AM
rw-r--r--
📄
rsyslog
124 bytes
01/14/2018 04:19:35 PM
rw-r--r--
📄
slapd
1.73 KB
07/01/2020 07:38:55 PM
rw-r--r--
📄
ssh
133 bytes
01/16/2018 05:39:31 PM
rw-r--r--
📄
ufw
1.75 KB
03/25/2019 09:14:25 PM
rw-r--r--
📄
useradd
1.09 KB
01/25/2018 03:09:22 PM
rw-r--r--
Editing: ufw
Close
# /etc/default/ufw # # Set to yes to apply rules to support IPv6 (no means only IPv6 on loopback # accepted). You will need to 'disable' and then 'enable' the firewall for # the changes to take affect. IPV6=yes # Set the default input policy to ACCEPT, DROP, or REJECT. Please note that if # you change this you will most likely want to adjust your rules. DEFAULT_INPUT_POLICY="DROP" # Set the default output policy to ACCEPT, DROP, or REJECT. Please note that if # you change this you will most likely want to adjust your rules. DEFAULT_OUTPUT_POLICY="ACCEPT" # Set the default forward policy to ACCEPT, DROP or REJECT. Please note that # if you change this you will most likely want to adjust your rules DEFAULT_FORWARD_POLICY="DROP" # Set the default application policy to ACCEPT, DROP, REJECT or SKIP. Please # note that setting this to ACCEPT may be a security risk. See 'man ufw' for # details DEFAULT_APPLICATION_POLICY="SKIP" # By default, ufw only touches its own chains. Set this to 'yes' to have ufw # manage the built-in chains too. Warning: setting this to 'yes' will break # non-ufw managed firewall rules MANAGE_BUILTINS=no # # IPT backend # # only enable if using iptables backend IPT_SYSCTL=/etc/ufw/sysctl.conf # Extra connection tracking modules to load. Complete list can be found in # net/netfilter/Kconfig of your kernel source. Some common modules: # nf_conntrack_irc, nf_nat_irc: DCC (Direct Client to Client) support # nf_conntrack_netbios_ns: NetBIOS (samba) client support # nf_conntrack_pptp, nf_nat_pptp: PPTP over stateful firewall/NAT # nf_conntrack_ftp, nf_nat_ftp: active FTP support # nf_conntrack_tftp, nf_nat_tftp: TFTP support (server side) # nf_conntrack_sane: sane support IPT_MODULES="nf_conntrack_ftp nf_nat_ftp nf_conntrack_netbios_ns"