P#
Index#
Equivalent package-management commands across the major Linux distributions. The operator runs these to install tools on a target or their attack platform.
A repeatable cracking pipeline for the operator. Install the tooling, understand the core concepts, then move through the cracking playbook step by step.
Reference of password manager and credential vault products, with the encryption model, storage architecture, and sharing features. Useful for both choosing a personal vault and auditing the corporate one. For…
Reference of card networks, real-time payment rails, ACH / wire / settlement schemes, payment processors, and the identifier schemes that link them. Useful for fraud investigations, money-flow tracing, FinCrime / AML…
Common master keys for physical security locks, elevators, and cabinets. The operator carries these on physical engagements to recover from locked vendor enclosures and bypass elevator key switches.
Service ports for common ICS and SCADA hardware. The operator uses this list to identify industrial control endpoints during recon and to scope segmentation reviews against operational networks.
Ports historically observed in malware and C2 traffic. The operator uses this list when triaging suspicious flows, tuning sensors, or selecting non-attributable callback ports for offensive infrastructure.
The most commonly observed TCP and UDP service ports. The operator references this list to identify services during scanning and triage, and to plan firewall, redirector, and listener configurations.
Well-known application ports an operator is most likely to encounter, ordered roughly from most-common (in everyday work) to least-common.
PowerShell’s interactive editor is provided by PSReadLine, a module that ships with PowerShell 5.1+ and pwsh (PowerShell 7+). PSReadLine defaults to an emacs-style keymap on Linux / macOS and to a Windows-style…
Reference of network protocols an operator works with daily, organized by OSI / TCP-IP layer with notes on default ports, encryption posture, and quirks. Pairs with Ports for port-by-number lookup.
Puppet is an open-source configuration management and deployment tool. The operator uses it on engagements to manage agents on a fleet, sign certs from the master, and push or audit modules across nodes.
Shortcut keys for the Python interactive interpreter. CPython on Linux / macOS uses GNU readline at the REPL, so the readline emacs keymap is in play. CPython 3.13+ ships a new PyREPL by default (the same…