Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
wiki.bernardino.org /
maintenance /
dtrace /
Delete
Unzip
Name
Size
Permission
Date
Action
counts.d
391
B
-rw-r--r--
2005-08-15 03:46
tree.d
591
B
-rw-r--r--
2005-08-15 03:46
Save
Rename
/* * This software is in the public domain. * * $Id: tree.d 10510 2005-08-15 01:46:19Z kateturner $ */ #pragma D option quiet self int indent; self int times[int]; php$target:::function-entry { @counts[copyinstr(arg0)] = count(); printf("%*s", self->indent, ""); printf("-> %s\n", copyinstr(arg0)); self->times[self->indent] = timestamp; self->indent += 2; } php$target:::function-return { self->indent -= 2; printf("%*s", self->indent, ""); printf("<- %s %dus\n", copyinstr(arg0), (timestamp - self->times[self->indent]) / 1000); }