Enumerate modules with CreateToolhelp32Snapshot.
Category: programming
Enumerating Processes with CreateToolhelp32Snapshot
Quick and dirty example of process enumeration using CreateToolhelp32Snapshot
Enumerating Processes with WTSEnumerateProcesses
Quick example of using WTSEnumerateProcesses to enumerate processes running on a Windows machine.

REVIEW: RED TEAM Operator: Windows Persistence Course by SEKTOR7 Institute
My review of SEKTOR7 Institute's Red Team Operator, Windows Persistence course.
git: You can’t push to git://…
Configure a git repository's origin as SSH rather than HTTPS.

REVIEW: RED TEAM Operator: Malware Development Essentials Course by SEKTOR7 Institute
Review of RED TEAM Operator: Malware Development Essentials Course by SEKTOR7 Institute.
Exit Values on Windows
Exit values on Windows are much more robust than on *nix systems. Here are some notes about exit values on Windows

My Never-ending Quest to Break Gscript
I was victimized by gscript at a CTF. Here is how I dealt with it.