Skip to main content

Ephemeral software tunneling and delivery system

Project description

Heist creates network tunnels for distributing and managing agents. While it has been originally built to deploy and manage Salt Minions, it can be used to distribute and manage other agents or plugins if extended to do so.

Using Heist is very easy, Start by downloading Heist. Just install via pip:

pip install heist

Heist Manager

In order to run Heist you will need to specify a Heist manager. An example of a heist manager is salt.minion but this will require a user to install the heist-salt project:

pip install heist-salt

Making Your Roster

A Roster is a file used by Heist to map login information to the systems in your environment. This file can be very simple and just needs to tell Heist where your systems are and how to log into them via ssh. Open a file called roster.cfg and add the data needed to connect to a remote system via ssh:

system_name:
  host: 192.168.4.4
  username: fred
  password: freds_password

The roster files typically all live inside of a roster directory. But to get started we will execute a single roster file with Heist using the salt.minion Heist manager:

heist salt.minion -R roster.cfg

Assuming your roster is correct, heist will now connect to the remote system and deploy the salt.minion binary.

Tear Down

Heist is able to automatically clean up as well! Just soft kill your heist application and it will reach out to all connections, tell them to remove the deployed artifacts from the target systems and stop the service! Like a proper heist these should be no evidence left behind!

Using Heist to Deploy Salt Minions

If you want to use Heist to deploy and manage Salt, you will need to install heist-salt.

Additional Documentation

If you want to read more about how to use Heist and its internals please take a look at Heist’s documentation here: https://heist.readthedocs.io/en/latest/

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

heist-6.2.0.tar.gz (22.3 kB view details)

Uploaded Source

Built Distribution

heist-6.2.0-py3-none-any.whl (27.2 kB view details)

Uploaded Python 3

File details

Details for the file heist-6.2.0.tar.gz.

File metadata

  • Download URL: heist-6.2.0.tar.gz
  • Upload date:
  • Size: 22.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.13

File hashes

Hashes for heist-6.2.0.tar.gz
Algorithm Hash digest
SHA256 dfa16e49a508b3ac43f92a52d9a0d1b57fb1c2f7762f69e8529470d3ce54e6c0
MD5 1951f48a6a3937269ea3bf2bc2d42f9e
BLAKE2b-256 0c3b8fb5e67281cea4a59ae3176635a6e87c5533aec698ee3386c354ec4bbf13

See more details on using hashes here.

File details

Details for the file heist-6.2.0-py3-none-any.whl.

File metadata

  • Download URL: heist-6.2.0-py3-none-any.whl
  • Upload date:
  • Size: 27.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.13

File hashes

Hashes for heist-6.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d2499bb66bdf851570f18f8197e83e37dc15e5373d91f7db68a2cd64de4dda79
MD5 c0381784de805496c75e3c0d39812e05
BLAKE2b-256 5b6fdba2919c8d13b9120581c35e075d93c426b89505f1bfc378c49f3569c5f0

See more details on using hashes here.

Supported by

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