ShiftOS_TheReturn/ShiftOS.Frontend/Resources/Payloads.txt
2017-07-28 21:38:44 -07:00

22 lines
No EOL
439 B
Text

/* 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",
}
]