From 2d5b566da493c8669d05df2e8004f7ba6a2d29d5 Mon Sep 17 00:00:00 2001 From: william341 Date: Thu, 27 Jul 2017 17:27:31 -0700 Subject: hacking p2 --- ShiftOS.Frontend/Resources/Exploits.txt | 2 +- ShiftOS.Frontend/Resources/Payloads.txt | 4 ++-- ShiftOS.Frontend/Resources/Ports.txt | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 ShiftOS.Frontend/Resources/Ports.txt (limited to 'ShiftOS.Frontend/Resources') 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 -- cgit v1.2.3