/* ShiftOS Payloads data file
 *
 * This file contains information about all payloads in the game's campaign.
 *
 */

[
	{
		FriendlyName: "FTP Payload",
		PayloadName: "ftpull",
		EffectiveAgainstFirewall: 1,
		EffectiveAgainst: "FileServer",
	},
	{
		FriendlyName: "Force Heartbeat",
		PayloadName: "keepalive",
		EffectiveAgainstFirewall: 1,
		EffectiveAgainst: "SSHServer",
		Function: 1,
		Dependencies: "sploitset_keepalive",
	}
]