Skip to main content

SysPlant - Your syscall factory

Project description

..:: SysPlant ::..

Your Syscall Factory (feat. Canterlot's Gate)

Canterlot's Gate

PyPI version Supported Python versions Build Status Project Licence PyPI downloads Code Quality Code Coverage Code style: Black Documentation Status

SysPlant is a python generation tool of the currently known syscall hooking methods. It currently supports following gates (aka: iterators):

  • Hell's Gate : Lookup syscall by first opcodes
  • Halos's Gate : Lookup syscall by first opcodes and search nearby if first instruction is a JMP
  • Tartarus' Gate : Lookup syscall by first opcodes and search nearby if first or third instruction is a JMP
  • FreshyCalls : Lookup syscall by name (start with Nt and not Ntdll), sort addresses to retrieve syscall number
  • SysWhispers2 : Lookup syscall by name (start with Zw), sort addresses to retrieve syscall number
  • SysWhispers3 : SysWhispers2 style but introduce direct/indirect/random jump with static offset
  • Canterlot's Gate ! :unicorn: :rainbow: (from an initial idea of MDSEC article) but who was missing a pony name : Lookup syscall using Runtime Exception Table (sorted by syscall number) and detect offset to syscall instruction for random jumps.
  • Custom Allows you to choose an iterator and a syscall stub method (direct / indirect / random) which describe the way your NtFunctions will be effectively called.

:warning: DISCLAIMER
Please only use this tool on systems you have permission to access.
Usage is restricted to Pentesting or Education only.
All credits are based on my own research, please feel free to claim any method if I made mistakes...


Introduction

This personal project aims to be a simple tool to better understand & generate different syscall retrieval methods, and being able to play with direct / indirect syscall stub. The first goal was to get my hands into NIM and then it overflow :wink: ...
SysPlant has been developped for Linux users, some stuff might be broken within Windows or Mac. PR are welcome if you found anything that does not work as expected.

What is iterator option ?

Sysplant is based on existing mechanisms for syscall number and addresses retrieval. I do not claim any of their discovery, I just harmonize all this methods in a single tool to be able to generate them easily using templates. These mechanisms are called iterator, if you look at the code you'll probably understand why :wink:
If you want to go further in the explanations of what is a syscall ? you should check @Alice Climent blogpost about syscalls techniques

What is method option ?

One your iterator has been choosen you can then specify a method option based on the existing way to call syscalls. All the iterator are supported which let you select whatever you want as a final syscall stub.

  1. Direct: the syscall is made directly in the Sysplant ASM call. You only need the syscall number but AV/EDR might see you...
  2. Indirect: the Sysplant ASM call jump to the begining of Ntdll stub. You only need syscall address and no longer call syscall in your code but AV/EDR might hook these functions
  3. Random: the Sysplant ASM call jump to a random syscall instruction of Ntdll stubs. You need the syscall number and 1 syscall instruction address. You then no longer call syscall in your code and can avoid hooked functions.

Sysplant Stubs

Documentation

I've tried to keep an up to date documentation, so please READ THE DOC. You will find there many information about the tool's usages and a complete description of the classes and methods.

Some specifics usages are described:

Credits

Massive shout-out to these useful projects that helps me during this journey, or individuals for their reviews

:construction: TODO

This project is really in WIP state...
Some PR & reviews are more than welcome :tada: !

  • Add internal names randomization
  • Setup documentation
  • Setup tests
  • Add x86 support
  • Add WoW64 support
  • Setup NIM templates
  • Setup C templates
  • Setup Go? / CPP? / C#? / Rust? / Whatever templates

License

This project is licensed under the GPLv3 License, for individuals only. If you want to integrate this work in your commercial project please contact me through 0x42en[at]gmail.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sysplant-0.3.1.tar.gz (152.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sysplant-0.3.1-py3-none-any.whl (180.3 kB view details)

Uploaded Python 3

File details

Details for the file sysplant-0.3.1.tar.gz.

File metadata

  • Download URL: sysplant-0.3.1.tar.gz
  • Upload date:
  • Size: 152.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sysplant-0.3.1.tar.gz
Algorithm Hash digest
SHA256 4eb138e67525a2e8418b3ce53f59e0200c0f8dbcb5ada683b5a7d07be028a658
MD5 ea81332ec1d28381281ef963aa482150
BLAKE2b-256 63e0f24c490c8d7b9c4398f66f011dc90218c3069dd121f78c0b73e31fa4bd2b

See more details on using hashes here.

File details

Details for the file sysplant-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: sysplant-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 180.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for sysplant-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d40afadc62b56ac925edc10b0d6a64f2612f78bcb1e8e2c518dde0701640099b
MD5 3fa585bb954809b39f25a9e090774ee3
BLAKE2b-256 5dcb884be0314877f3dbc724e01d4e49e14e533192dadd7381458af958092ba6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page