OFFSITE.DARK

Reference Index

TOOLS

Field reference for offensive and defensive tooling. Curated market tools, framework internals, external archives, and a practitioner shortlist of Kali Linux essentials.

Directory

107 matches · 107 indexed

Framework

→ overview

METASPLOIT

Metasploit Framework is a modular exploitation platform maintained by Rapid7 and the open-source community. Ruby runtime, PostgreSQL database for workspace state, and a unified module interface for the full attack lifecycle.

exploit

Deliver payloads against vulnerable services. Targets specific CVEs or logic bugs with configurable options (RHOST, RPORT, target index).

payload

Shellcode staged or single. Meterpreter (reflective DLL), reverse/bind TCP, HTTPS, and custom stagers. msfvenom generates standalone binaries and shellcode.

auxiliary

Scanning, fuzzing, credential brute-force, and info gathering without delivering a payload. Example: auxiliary/scanner/smb/smb_version.

encoder

Transform shellcode to evade bad-char filters and naive AV. x86/shikata_ga_nai is the default polymorphic encoder.

nop

NOP sled generators for buffer overflow alignment. Platform-specific opcode sequences.

post

Post-exploitation on established sessions. Hash dump, pivot, persistence, privilege escalation modules.

evasion

Windows-specific bypass techniques for AMSI, AppLocker, and ETW prior to payload delivery.

Interfaces

msfconsole
Interactive REPL. search, use, set, run, sessions, routes. Tab completion and resource script execution (-r).
msfvenom
Payload generator CLI. -p payload, -f format (exe, elf, raw, ps1), encoders, badchars, iterations.
resource scripts
Automated command sequences (.rc files). Chain recon, exploit, and post modules for repeatable engagements.
msfdb / workspace
PostgreSQL-backed state. Hosts, services, creds, loot, and session history persist across runs.

Archives

Other Sources