Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 621 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 621 Bytes

Twilio-Plugin

The Twilio Plugin is meant to show the possibilities of the Hooks feature implemented in Empire 4.1. It isn't particularly useful in its current state. It sends a text message every time an agent connects.

Install

Prerequisites:

  • Empire >=4.1.0
  1. Add twilioplugin.py to the plugins folder of Empire.
  2. poetry add twilio

Usage

From the Twilio Console, get your Account SID, authentication token, and phone number. Add them to the plugin, and set enabled to True!

Sources