ShiftOS_TheReturn/ShiftOS.Frontend/Resources/Payloads.txt
2017-08-03 11:55:53 -04:00

23 lines
No EOL
465 B
Text

/* ShiftOS Payloads data file
*
* This file contains information about all payloads in the game's campaign.
*
*/
[
{
FriendlyName: "FTP File Puller Payload",
PayloadName: "ftpull",
EffectiveAgainstFirewall: 1,
EffectiveAgainst: "FileServer",
Function: 2
},
{
FriendlyName: "Force Heartbeat",
PayloadName: "keepalive",
EffectiveAgainstFirewall: 1,
EffectiveAgainst: "SSHServer",
Function: 1,
Dependencies: "sploitset_keepalive",
}
]