Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
pcp /
derived /
[ HOME SHELL ]
Name
Size
Permission
Action
cpu-util.conf
1.44
KB
-rw-r--r--
iostat.conf
18.05
KB
-rw-r--r--
mssql.conf
2.7
KB
-rw-r--r--
proc.conf
1.87
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : proc.conf
# derived metrics for processes # metrics to provide additional process details proc.psinfo.age = kernel.all.uptime - proc.psinfo.start_time proc.psinfo.age(oneline) = time in seconds since process was started proc.psinfo.age(helptext) = '\ time in seconds since process was started, calculated from proc.psinfo.start_time subtracted from kernel.all.uptime.' proc.io.total_bytes = instant(proc.io.read_bytes) + instant(proc.io.write_bytes) - instant(proc.io.cancelled_write_bytes) proc.io.total_bytes(oneline) = total bytes read and written by process proc.io.total_bytes(helptext) = '\ total bytes read and written by the process, less cancelled written bytes.' # metrics to identify resource hogs proc.hog.cpu = 100 * (rate(proc.psinfo.utime) + rate(proc.psinfo.stime)) / (kernel.all.uptime - proc.psinfo.start_time) proc.hog.cpu(oneline) = average percentage CPU utilization of each process proc.hog.cpu(helptext) = '\ average CPU utilization of each process expressed as a percentage of time since the process started.' proc.hog.mem = proc.memory.vmrss + proc.memory.vmswap proc.hog.mem(oneline) = sum of resident and swapped memory used by the process proc.hog.mem(helptext) = '\ amount of resident and swapped memory used by each process.' proc.hog.disk = (rate(proc.io.read_bytes) + rate(proc.io.write_bytes) - rate(proc.io.cancelled_write_bytes)) / (kernel.all.uptime - proc.psinfo.start_time) proc.hog.disk(oneline) = average I/O rate of each process since it was started proc.hog.disk(helptext) = '\ average I/O rate (reads and writes less cancelled writes) of each process since it was started.' proc.hog.net = rate(bcc.proc.net.tcp.recv.bytes) + rate(bcc.proc.net.tcp.send.bytes) + rate(bcc.proc.net.udp.recv.bytes) + rate(bcc.proc.net.udp.send.bytes) proc.hog.net(oneline) = sum of network usage by the process proc.hog.net(helptext) = '\ sum of network usage (TCP/UDP recv/send) by each process.'
Close