Reusable code, payloads, and command sequences. The point: stop
re-typing the same five things during exams and live work.
:read these into a vim buffer, or yank the code block, and
tweak.
Exploit dev
- pattern-create — generate / look up offset in a Metasploit-style cyclic pattern
- badchars-py — the canonical Python loop for bad-char enumeration
- mona-commands — the mona one-liners worth memorizing
Debugging
- windbg-cheatsheet — commands I re-type constantly
Shellcode
- (add per-payload notes as needed)
Reverse engineering
- (add patterns as you encounter them)