Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
macOSTools — macOS offensive security toolkit featuring dylib injection, HID keylogger, and in-memory JXA/Python payload runners for red team operations and post-exploitation. | Kitploit
Tools/GitHubGitHub/xorrior/macostools
iOS Security
GitHubxorrior/macostools

macOSTools

macOS offensive security toolkit featuring dylib injection, HID keylogger, and in-memory JXA/Python payload runners for red team operations and post-exploitation.

View Repository
271312 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

macOSTools

macOS Offensive Tools

AUnit

Example XCode project for Audio Unit Plugins

MigrationToolPayload

Migration tool plugin

SpecialDelivery

Installer plugin

auth_plugin

Authentication Plugin

dylibinjection

Source code for dylib injection. Based off of code from Jonathan Levin http://newosxbook.com/src.jl?tree=listings&file=inject.c

HIDMan

IOHIDManager keylogger

Script Runners

jxa_runner

Rust library for in-memory JXA execution

Prerequisites

  1. Rust

  2. Mythic JXA Payload. Saved to disk

Build Steps

  1. Use the PAYLOAD and KEY environment variables with cargo build to generate the lib. KEY will be used as a static XOR key.
  2. PAYLOAD=apfell.js KEY=SOMEKEY cargo build --release
  3. Release build is in target/release/libjxa_runner.dylib
  4. For debug versions, a log file is created in /private/tmp/jxa_runner.log
  5. To test, PAYLOAD=apfell.js KEY=SOMEKEY cargo test

python_runner

Rust library for in-memory Python execution

Prerequisites

  1. Rust

  2. Python Payload. Saved to disk

Build Steps

  1. Use the PAYLOAD and KEY environment variables with cargo build to generate the lib. KEY will be used as a static XOR key.
  2. PAYLOAD=medusa.py KEY=SOMEKEY cargo build --release
  3. Release build is in target/release/libpython_runner.dylib
  4. For debug versions, a log file is created in /private/tmp/python_runner.log
  5. To test, PAYLOAD=script.py KEY=SOMEKEY cargo test
Download Tool