ShiftOS_TheReturn/ShiftOS.Frontend/Resources/Exploits.txt

19 lines
367 B
Text
Raw Permalink Normal View History

2017-07-27 23:34:27 +00:00
/* ShiftOS Exploits data file
*
* This file contains information about all exploits in the game's campaign.
*
*/
[
{
FriendlyName: "FTP Exploit",
2017-07-28 00:27:31 +00:00
ExploitName: "ftpwn",
2017-07-29 04:38:44 +00:00
EffectiveAgainstPort: "FileServer",
},
{
FriendlyName: "SSH Exploit",
ExploitName: "sshardline",
EffectiveAgainstPort: "SSHServer",
2017-07-29 04:38:44 +00:00
Dependencies: "sploitset_sshardline",
2017-07-27 23:34:27 +00:00
}
]