ShiftOS_TheReturn/ShiftOS.Frontend/Resources/Payloads.txt

22 lines
439 B
Text
Raw Normal View History

2017-07-27 16:34:27 -07:00
/* ShiftOS Payloads data file
*
* This file contains information about all payloads in the game's campaign.
*
*/
[
{
2017-07-27 16:35:17 -07:00
FriendlyName: "FTP Payload",
2017-07-27 17:27:31 -07:00
PayloadName: "ftpull",
2017-07-27 16:34:27 -07:00
EffectiveAgainstFirewall: 1,
2017-07-28 21:38:44 -07:00
EffectiveAgainst: "FileServer",
},
{
2017-07-28 14:26:14 -07:00
FriendlyName: "Force Heartbeat",
PayloadName: "keepalive",
EffectiveAgainstFirewall: 1,
EffectiveAgainst: "SSHServer",
2017-07-27 20:39:51 -07:00
Function: 1,
2017-07-28 21:38:44 -07:00
Dependencies: "sploitset_keepalive",
2017-07-27 16:34:27 -07:00
}
]