ShiftOS_TheReturn/ShiftOS.Frontend/Resources/Payloads.txt

23 lines
465 B
Text
Raw Permalink Normal View History

2017-07-27 23:34:27 +00:00
/* ShiftOS Payloads data file
*
* This file contains information about all payloads in the game's campaign.
*
*/
[
{
2017-08-03 15:55:53 +00:00
FriendlyName: "FTP File Puller Payload",
2017-07-28 00:27:31 +00:00
PayloadName: "ftpull",
2017-07-27 23:34:27 +00:00
EffectiveAgainstFirewall: 1,
2017-07-29 04:38:44 +00:00
EffectiveAgainst: "FileServer",
2017-08-03 15:55:53 +00:00
Function: 2
},
{
2017-07-28 21:26:14 +00:00
FriendlyName: "Force Heartbeat",
PayloadName: "keepalive",
EffectiveAgainstFirewall: 1,
EffectiveAgainst: "SSHServer",
2017-07-28 03:39:51 +00:00
Function: 1,
2017-07-29 04:38:44 +00:00
Dependencies: "sploitset_keepalive",
2017-07-27 23:34:27 +00:00
}
]