Payloads and functions for the TitanFall dropper system. These modules are for adding low hanging fruit on a system and are things that are meant to be found by the blueteam
-
Payload files are one or more functions that get called directly by the dropper.
-
Function files contain a single function that will not get run unless it is called by a payload.
All payload files will be found in the payloads
folder. Function files should
be placed in the functions
folder.
If you are a blue teamer just trying to quickly misconfigure your machine for practice and learning, download the latest release which is ready to go and run it on a VM.
bash TrainingWheelsProtocol.sh
If you are trying to learn the TitanFall framework as a redteamer, see the TitanFall README.