Category: Exploitation

memory evasion technique

ShellGhost: memory-based evasion technique

ShellGhost A memory-based evasion technique which makes shellcode invisible from process start to end. Handling the Thread Execution Flow ShellGhost relies on Vectored Exception Handling in combination with software breakpoints to cyclically stop thread...

Python command and control framework

Commander: command and control (C2) server

Commander Commander is a command and control framework (C2) written in Python, Flask, and SQLite. It comes with two agents written in Python and C. Features Fully encrypted communication (TLS) Multiple Agents Obfuscation Interactive...

payload generation

Aladdin: payload generation technique

Aladdin Aladdin is a payload generation technique based on the work of James Forshaw (@tiraniddo) that allows the deseriallization of a .NET payload and execution in memory. The original vector was documented on https://www.tiraniddo.dev/2017/07/dg-on-windows-10-s-executing-arbitrary.html. By...