robatkins / EvilOSX

A pure python, post-exploitation, RAT (Remote Administration Tool) for macOS / OSX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: GPL v3

EvilOSX

EvilOSX is a pure python, post-exploitation, RAT (Remote Administration Tool) for macOS / OSX.

Features

  • Emulate a simple terminal instance.
  • Sockets are encrypted with CSR via OpenSSL.
  • No dependencies (pure python).
  • Persistence.
  • Retrieve Chrome passwords.
  • Retrieve iCloud contacts.
  • Attempt to get iCloud password via phishing.
  • Show local iOS backups.
  • Retrieve find my iphone devices.
  • Attempt to get root via local privilege escalation (<= 10.10.5).
  • Auto installer, simply run EvilOSX on the target and the rest is handled automatically.

Usage

  1. Download or clone this repository.
  2. Run ./BUILDER and enter the appropriate information:
  3. Done! Upload and execute the built EvilOSX on your target (with ./EvilOSX.py).
  4. Finally, start the Server (with ./Server.py) and start managing connections:

Thanks

About

A pure python, post-exploitation, RAT (Remote Administration Tool) for macOS / OSX.

License:GNU General Public License v3.0


Languages

Language:Python 98.1%Language:Shell 1.9%