ShiftOS_TheReturn/ShiftOS.Frontend/Resources/Payloads.txt

21 lines
394 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-27 17:27:31 -07:00
EffectiveAgainst: "FileServer",
},
{
FriendlyName: "Ping Spam",
PayloadName: "keepalive",
EffectiveAgainstFirewall: 1,
EffectiveAgainst: "SSHServer",
2017-07-27 20:39:51 -07:00
Function: 1,
2017-07-27 16:34:27 -07:00
}
]