ShiftOS_TheReturn/ShiftOS.Frontend/Resources/Payloads.txt

20 lines
379 B
Text
Raw 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-07-27 23:35:17 +00:00
FriendlyName: "FTP Payload",
2017-07-28 00:27:31 +00:00
PayloadName: "ftpull",
2017-07-27 23:34:27 +00:00
EffectiveAgainstFirewall: 1,
2017-07-28 00:27:31 +00:00
EffectiveAgainst: "FileServer",
},
{
FriendlyName: "Ping Spam",
PayloadName: "keepalive",
EffectiveAgainstFirewall: 1,
EffectiveAgainst: "SSHServer",
2017-07-27 23:34:27 +00:00
}
]