Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
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-6.1.0-32-amd64 /
Delete
Unzip
Name
Size
Permission
Date
Action
control
430
B
-rw-r--r--
2025-03-05 20:54
include-0version
106
B
-rw-r--r--
2023-12-01 22:01
include-1cmdline
111
B
-rw-r--r--
2023-12-01 22:01
include-1tainted
1.45
KB
-rw-r--r--
2025-03-05 20:54
include-dmesg
688
B
-rw-r--r--
2023-12-01 22:01
include-model
1.36
KB
-rw-r--r--
2025-03-05 20:54
include-modules
330
B
-rw-r--r--
2023-12-01 22:01
include-network
1.58
KB
-rw-r--r--
2025-02-20 11:07
include-pci
257
B
-rw-r--r--
2023-12-01 22:01
include-pstore
1.46
KB
-rw-r--r--
2023-12-01 22:01
include-usb
251
B
-rw-r--r--
2023-12-01 22:01
info
137
B
-rw-r--r--
2025-03-06 06:21
presubj
447
B
-rw-r--r--
2023-12-01 22:01
script
1.01
KB
-rwxr-xr-x
2023-12-01 22:01
Save
Rename
add_dmesg() { local got_log= echo '** Kernel log:' >&3 if [ "$(cat /proc/sys/kernel/dmesg_restrict)" = 0 ]; then dmesg > >(tail -n 100 >&3) && got_log=y elif command -v sudo >/dev/null; then yesno "Use sudo to read the kernel log? " yep if [ "$REPLY" = yep ]; then sudo dmesg > >(tail -n 100 >&3) && got_log=y fi fi test "$got_log" || echo 'Unable to read kernel log; any relevant messages should be attached' >&3 echo >&3 } ask_dmesg() { # Remind the user to attach the kernel log. This should also trigger # a reminder in some MUAs if the user tries to send without it. echo '** Kernel log: boot messages should be attached' >&3 echo >&3 }