Skip to content

TitanFall modules for adding low hanging fruit on a system

Notifications You must be signed in to change notification settings

RITRedteam/TrainingWheelsProtocol

Repository files navigation

TrainingWheelsProtocol

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 vs Function files

  • 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.

Using Training Wheels Protocol

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.