Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.122
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lib /
python3.10 /
test /
dtracedata /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-sr-x
2025-06-04 09:23
assert_usable.d
55
B
-rw-r--r--
2025-06-04 09:23
assert_usable.stp
54
B
-rw-r--r--
2025-06-04 09:23
call_stack.d
657
B
-rw-r--r--
2025-06-04 09:23
call_stack.d.expected
797
B
-rw-r--r--
2025-06-04 09:23
call_stack.py
492
B
-rw-r--r--
2025-06-04 09:23
call_stack.stp
807
B
-rw-r--r--
2025-06-04 09:23
call_stack.stp.expected
606
B
-rw-r--r--
2025-06-04 09:23
gc.d
297
B
-rw-r--r--
2025-06-04 09:23
gc.d.expected
84
B
-rw-r--r--
2025-06-04 09:23
gc.py
155
B
-rw-r--r--
2025-06-04 09:23
gc.stp
444
B
-rw-r--r--
2025-06-04 09:23
gc.stp.expected
92
B
-rw-r--r--
2025-06-04 09:23
instance.py
317
B
-rw-r--r--
2025-06-04 09:23
line.d
179
B
-rw-r--r--
2025-06-04 09:23
line.d.expected
506
B
-rw-r--r--
2025-06-04 09:23
line.py
293
B
-rw-r--r--
2025-06-04 09:23
Save
Rename
global tracing function basename:string(path:string) { last_token = token = tokenize(path, "/"); while (token != "") { last_token = token; token = tokenize("", "/"); } return last_token; } probe process.mark("function__entry") { funcname = user_string($arg2); if (funcname == "start") { tracing = 1; } } probe process.mark("function__entry"), process.mark("function__return") { filename = user_string($arg1); funcname = user_string($arg2); lineno = $arg3; if (tracing) { printf("%d\t%s:%s:%s:%d\n", gettimeofday_us(), $$name, basename(filename), funcname, lineno); } } probe process.mark("function__return") { funcname = user_string($arg2); if (funcname == "start") { tracing = 0; } }