
macOS offensives Sicherheits-Toolkit mit dylib injection, HID keylogger und in-memory JXA/Python Payload-Runnern für Red-Team-Operationen und Post-Exploitation.
macOS Angriffswerkzeuge
Beispiel-XCode-Projekt für Audio-Unit-Plugins
Migrationstool-Plugin
Installationsprogramm-Plugin
Authentifizierungs-Plugin
Quellcode für Dylib-Injektion. Basierend auf Code von Jonathan Levin http://newosxbook.com/src.jl?tree=listings&file=inject.c
IOHIDManager-Keylogger
Rust-Bibliothek für in-Memory-JXA-Ausführung
Voraussetzungen
Mythic JXA Payload. Auf Disk gespeichert
Build-Schritte
PAYLOAD und KEY mit cargo build, um die Bibliothek zu generieren. KEY wird als statischer XOR-Schlüssel verwendet.PAYLOAD=apfell.js KEY=SOMEKEY cargo build --releasetarget/release/libjxa_runner.dylib/private/tmp/jxa_runner.log erstelltPAYLOAD=apfell.js KEY=SOMEKEY cargo testRust-Bibliothek für in-Memory-Python-Ausführung
Voraussetzungen
Python Payload. Auf Disk gespeichert
Build-Schritte
PAYLOAD und KEY mit cargo build, um die Bibliothek zu generieren. KEY wird als statischer XOR-Schlüssel verwendet.PAYLOAD=medusa.py KEY=SOMEKEY cargo build --releasetarget/release/libpython_runner.dylib/private/tmp/python_runner.log erstelltPAYLOAD=script.py KEY=SOMEKEY cargo test