orphan process

2025-04-11

An orphaned process is a process in an operating system in which its parent process has terminated, but the child process is still running. Read More

pager

2025-04-11

A pager is a program that displays text output one screenful at a time, allowing the user to scroll through content. Common examples include less and ... Read More

PAGER envifonment variable

2025-04-11

The PAGER environment variable specifies the user’s preferred program used for text output (pager). This is commonly set to tools like less or ... Read More

process lineage

2025-04-11

Process lineage refers to the hierarchial relationship between processes, showing which process spawned others. Read More

procps

2025-04-11

procps is a set of command line tools used to browse procfs https://gitlab.com/procps-ng/procps Read More

runlevel

2025-04-11

A runlevel is a predefined operating state in traditional SysV-style init systems that determines which services and processes are started or stopped ... Read More

suterusu

2025-04-11

suterusu is an LKM rootkit targeting Linux kernel 2.6 and 3.x. LKM rootkit https://github.com/mncoppola/suterusu Read More

thread injection

2025-04-11

Thread injection is a technique in which malware creates or manipulates threads within a remote process to execute arbitrary code in the context of ... Read More

tmp.Out

2025-04-11

tmp.Out is a zine that focuses on ELF hacking. https://tmpout.sh/ https://x.com/tmpout Read More

unhide

2025-04-11

unhide is a digital forensics tool use to find hidden processes. https://linux.die.net/man/8/unhide Read More