Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
bpftrace /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
bashreadline_example.txt
722
B
-rw-r--r--
2024-03-07 22:14
biolatency_example.txt
1.75
KB
-rw-r--r--
2024-03-07 22:14
biosnoop_example.txt
2.01
KB
-rw-r--r--
2024-03-07 22:14
biostacks_example.txt
1.87
KB
-rw-r--r--
2024-03-07 22:14
bitesize_example.txt
2.93
KB
-rw-r--r--
2024-03-07 22:14
capable_example.txt
2.6
KB
-rw-r--r--
2024-03-07 22:14
cpuwalk_example.txt
4.8
KB
-rw-r--r--
2024-03-07 22:14
dcsnoop_example.txt
4.5
KB
-rw-r--r--
2024-03-07 22:14
execsnoop_example.txt
1.5
KB
-rw-r--r--
2024-03-07 22:14
gethostlatency_example.txt
923
B
-rw-r--r--
2024-03-07 22:14
killsnoop_example.txt
846
B
-rw-r--r--
2024-03-07 22:14
loads_example.txt
864
B
-rw-r--r--
2024-03-07 22:14
mdflush_example.txt
1.82
KB
-rw-r--r--
2024-03-07 22:14
naptime_example.txt
844
B
-rw-r--r--
2024-03-07 22:14
oomkill_example.txt
1.63
KB
-rw-r--r--
2024-03-07 22:14
opensnoop_example.txt
2.47
KB
-rw-r--r--
2024-03-07 22:14
pidpersec_example.txt
1.47
KB
-rw-r--r--
2024-03-07 22:14
runqlat_example.txt
8.43
KB
-rw-r--r--
2024-03-07 22:14
runqlen_example.txt
980
B
-rw-r--r--
2024-03-07 22:14
setuids_example.txt
2.38
KB
-rw-r--r--
2024-03-07 22:14
ssllatency_example.txt
4.4
KB
-rw-r--r--
2024-03-07 22:14
sslsnoop_example.txt
1.87
KB
-rw-r--r--
2024-03-07 22:14
statsnoop_example.txt
2.67
KB
-rw-r--r--
2024-03-07 22:14
swapin_example.txt
549
B
-rw-r--r--
2024-03-07 22:14
syncsnoop_example.txt
541
B
-rw-r--r--
2024-03-07 22:14
syscount_example.txt
1.12
KB
-rw-r--r--
2024-03-07 22:14
tcpaccept_example.txt
1.32
KB
-rw-r--r--
2024-03-07 22:14
tcpconnect_example.txt
1.06
KB
-rw-r--r--
2024-03-07 22:14
tcpdrop_example.txt
1.23
KB
-rw-r--r--
2024-03-07 22:14
tcplife_example.txt
1.56
KB
-rw-r--r--
2024-03-07 22:14
tcpretrans_example.txt
1.13
KB
-rw-r--r--
2024-03-07 22:14
tcpsynbl_example.txt
940
B
-rw-r--r--
2024-03-07 22:14
threadsnoop_example.txt
1.15
KB
-rw-r--r--
2024-03-07 22:14
undump_example.txt
680
B
-rw-r--r--
2024-03-07 22:14
vfscount_example.txt
1.17
KB
-rw-r--r--
2024-03-07 22:14
vfsstat_example.txt
929
B
-rw-r--r--
2024-03-07 22:14
writeback_example.txt
1.92
KB
-rw-r--r--
2024-03-07 22:14
xfsdist_example.txt
3.34
KB
-rw-r--r--
2024-03-07 22:14
Save
Rename
Demonstrations of opensnoop, the Linux bpftrace/eBPF version. opensnoop traces the open() syscall system-wide, and prints various details. Example output: # ./opensnoop.bt Attaching 3 probes... Tracing open syscalls... Hit Ctrl-C to end. PID COMM FD ERR PATH 2440 snmp-pass 4 0 /proc/cpuinfo 2440 snmp-pass 4 0 /proc/stat 25706 ls 3 0 /etc/ld.so.cache 25706 ls 3 0 /lib/x86_64-linux-gnu/libselinux.so.1 25706 ls 3 0 /lib/x86_64-linux-gnu/libc.so.6 25706 ls 3 0 /lib/x86_64-linux-gnu/libpcre.so.3 25706 ls 3 0 /lib/x86_64-linux-gnu/libdl.so.2 25706 ls 3 0 /lib/x86_64-linux-gnu/libpthread.so.0 25706 ls 3 0 /proc/filesystems 25706 ls 3 0 /usr/lib/locale/locale-archive 25706 ls 3 0 . 1744 snmpd 8 0 /proc/net/dev 1744 snmpd 21 0 /proc/net/if_inet6 1744 snmpd 21 0 /sys/class/net/eth0/device/vendor 1744 snmpd 21 0 /sys/class/net/eth0/device/device 1744 snmpd 21 0 /proc/sys/net/ipv4/neigh/eth0/retrans_time_ms 1744 snmpd 21 0 /proc/sys/net/ipv6/neigh/eth0/retrans_time_ms 1744 snmpd 21 0 /proc/sys/net/ipv6/conf/eth0/forwarding 1744 snmpd 21 0 /proc/sys/net/ipv6/neigh/eth0/base_reachable_time_ms 1744 snmpd -1 2 /sys/class/net/lo/device/vendor 1744 snmpd 21 0 /proc/sys/net/ipv4/neigh/lo/retrans_time_ms 1744 snmpd 21 0 /proc/sys/net/ipv6/neigh/lo/retrans_time_ms 1744 snmpd 21 0 /proc/sys/net/ipv6/conf/lo/forwarding 1744 snmpd 21 0 /proc/sys/net/ipv6/neigh/lo/base_reachable_time_ms 2440 snmp-pass 4 0 /proc/cpuinfo 2440 snmp-pass 4 0 /proc/stat 22884 pickup 12 0 maildrop 2440 snmp-pass 4 0 /proc/cpuinfo 2440 snmp-pass 4 0 /proc/stat While tracing, at "ls" command was launched: the libraries it uses can be seen as they were opened. Also, the snmpd process opened various /proc and /sys files (reading metrics). was starting up: a new process). opensnoop can be useful for discovering configuration and log files, if used during application startup. There is another version of this tool in bcc: https://github.com/iovisor/bcc The bcc version provides command line options to customize the output.