Linux mail.vriendennsm.nl 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
Apache/2.4.68 (Debian)
Server IP : 217.154.75.17 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
snap /
core /
17292 /
etc /
sysctl.d /
Delete
Unzip
Name
Size
Permission
Date
Action
10-console-messages.conf
77
B
-rw-r--r--
2016-01-13 11:48
10-ipv6-privacy.conf
490
B
-rw-r--r--
2016-01-13 11:48
10-kernel-hardening.conf
726
B
-rw-r--r--
2016-01-13 11:48
10-link-restrictions.conf
257
B
-rw-r--r--
2016-01-13 11:48
10-magic-sysrq.conf
1.16
KB
-rw-r--r--
2016-01-13 11:48
10-network-security.conf
509
B
-rw-r--r--
2016-01-13 11:48
10-ptrace.conf
1.26
KB
-rw-r--r--
2016-01-13 11:48
10-zeropage.conf
506
B
-rw-r--r--
2016-01-13 11:48
99-sysctl.conf
2.19
KB
-rw-r--r--
2026-02-25 16:31
README
519
B
-rw-r--r--
2016-01-13 11:48
Save
Rename
# The PTRACE system is used for debugging. With it, a single user process # can attach to any other dumpable process owned by the same user. In the # case of malicious software, it is possible to use PTRACE to access # credentials that exist in memory (re-using existing SSH connections, # extracting GPG agent information, etc). # # A PTRACE scope of "0" is the more permissive mode. A scope of "1" limits # PTRACE only to direct child processes (e.g. "gdb name-of-program" and # "strace -f name-of-program" work, but gdb's "attach" and "strace -fp $PID" # do not). The PTRACE scope is ignored when a user has CAP_SYS_PTRACE, so # "sudo strace -fp $PID" will work as before. For more details see: # https://wiki.ubuntu.com/SecurityTeam/Roadmap/KernelHardening#ptrace # # For applications launching crash handlers that need PTRACE, exceptions can # be registered by the debugee by declaring in the segfault handler # specifically which process will be using PTRACE on the debugee: # prctl(PR_SET_PTRACER, debugger_pid, 0, 0, 0); # # In general, PTRACE is not needed for the average running Ubuntu system. # To that end, the default is to set the PTRACE scope to "1". This value # may not be appropriate for developers or servers with only admin accounts. kernel.yama.ptrace_scope = 1