blob: 463ce677221be504805b06e606fabaf00da5cef4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* ShiftOS Exploits data file
*
* This file contains information about all exploits in the game's campaign.
*
*/
[
{
FriendlyName: "FTP Exploit",
ExploitName: "ftpwn",
EffectiveAgainstPort: "FileServer",
},
{
FriendlyName: "SSH Exploit",
ExploitName: "sshardline",
EffectiveAgainstPort: "SSHServer",
Dependencies: "sploitset_sshardline",
}
]
|