emcghee / PayloadAutomation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Payload Automation?

Now available as a PyPi package: https://pypi.org/project/payload-automation/

Payload Automation is a collection of Python classes to serve as a bridge between Sleep and Python which can be used to help automate payload development, testing, opsec checking, and deployment with Cobalt Strike or anything else you can come up with.

Please check out the examples folder for pre-made scripts taking advantage of the functionality provided.

Included Libraries:

  • Striker: A set of functions to interact with Cobalt Strike and execute functionality typically only accessible via Sleep/GUI.
  • Compyler: A set of functions to compile various payloads from platform or cross-platform.
  • Artifactor: A set of functions to inspect and review artifacts and collect and track IoCs.
  • Sleepy: A set of functions to help facilitate a bridge between Sleep objects and Python objects.
  • Detemplate: An incomplete idea of mine to automate the population of template files based on YAML configurations. Meant to be used with more complex payloads with multiple replacements and/or embedding.

Other associated work and credits:

TODO:

  • Add additional error checking, specifically for application dependencies
  • Expand compyler to include remote builds and mingw
  • Add email functionality to Striker
  • Add extraction of profile for OPSEC checks

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%