diff options
| author | william341 <[email protected]> | 2017-07-27 17:27:31 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-07-27 17:27:31 -0700 |
| commit | 2d5b566da493c8669d05df2e8004f7ba6a2d29d5 (patch) | |
| tree | b06f1e9918a929db0c1d457eb9eb73e859115553 /ShiftOS.Frontend/Resources | |
| parent | e5aec8a0531fe78dcc881a11b589b5a19338e503 (diff) | |
| download | shiftos_thereturn-2d5b566da493c8669d05df2e8004f7ba6a2d29d5.tar.gz shiftos_thereturn-2d5b566da493c8669d05df2e8004f7ba6a2d29d5.tar.bz2 shiftos_thereturn-2d5b566da493c8669d05df2e8004f7ba6a2d29d5.zip | |
hacking p2
Diffstat (limited to 'ShiftOS.Frontend/Resources')
| -rw-r--r-- | ShiftOS.Frontend/Resources/Exploits.txt | 2 | ||||
| -rw-r--r-- | ShiftOS.Frontend/Resources/Payloads.txt | 4 | ||||
| -rw-r--r-- | ShiftOS.Frontend/Resources/Ports.txt | 32 |
3 files changed, 35 insertions, 3 deletions
diff --git a/ShiftOS.Frontend/Resources/Exploits.txt b/ShiftOS.Frontend/Resources/Exploits.txt index 0e0dd64..45b0250 100644 --- a/ShiftOS.Frontend/Resources/Exploits.txt +++ b/ShiftOS.Frontend/Resources/Exploits.txt @@ -7,7 +7,7 @@ [ { FriendlyName: "FTP Exploit", - ExploitName: "ftpwn" + ExploitName: "ftpwn", EffectiveAgainstPort: "FileServer", } ]
\ No newline at end of file diff --git a/ShiftOS.Frontend/Resources/Payloads.txt b/ShiftOS.Frontend/Resources/Payloads.txt index 1c7ff2d..1ce0f43 100644 --- a/ShiftOS.Frontend/Resources/Payloads.txt +++ b/ShiftOS.Frontend/Resources/Payloads.txt @@ -7,8 +7,8 @@ [ { FriendlyName: "FTP Payload", - PayloadName: "ftpull" + PayloadName: "ftpull", EffectiveAgainstFirewall: 1, - EffectiveAgainstPort: "FileServer", + EffectiveAgainst: "FileServer", } ]
\ No newline at end of file diff --git a/ShiftOS.Frontend/Resources/Ports.txt b/ShiftOS.Frontend/Resources/Ports.txt new file mode 100644 index 0000000..4813496 --- /dev/null +++ b/ShiftOS.Frontend/Resources/Ports.txt @@ -0,0 +1,32 @@ +/* ShiftOS Ports data file + * + * This file contains information about all ports in the game's campaign. + * + */ + +[ + { + FriendlyName: "SMTP mailserver (unencrypted)", + AttachTo: "EmailServer", + Value: 25, + Name: "smtp", + }, + { + FriendlyName: "File Transfer Protocol", + AttachTo: "FileServer", + Value: 21, + Name: "ftp", + }, + { + FriendlyName: "ShiftSSH server", + AttachTo: "SSHServer", + Value: 22, + Name: "ssh", + }, + { + FriendlyName: "MySQL server", + AttachTo: "Database", + Value: 3306, + Name: "sql", + } +]
\ No newline at end of file |
