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/Properties/Resources.Designer.cs | 39 ++++++++++++++++++++++- ShiftOS.Frontend/Properties/Resources.resx | 3 ++ 2 files changed, 41 insertions(+), 1 deletion(-) (limited to 'ShiftOS.Frontend/Properties') diff --git a/ShiftOS.Frontend/Properties/Resources.Designer.cs b/ShiftOS.Frontend/Properties/Resources.Designer.cs index 1d451a1..dfc728e 100644 --- a/ShiftOS.Frontend/Properties/Resources.Designer.cs +++ b/ShiftOS.Frontend/Properties/Resources.Designer.cs @@ -153,7 +153,7 @@ namespace ShiftOS.Frontend.Properties { /// FriendlyName: "FTP Payload", /// PayloadName: "ftpull" /// EffectiveAgainstFirewall: 1, - /// EffectiveAgainstPort: "FileServer", + /// EffectiveAgainst: "FileServer", /// } ///]. /// @@ -163,6 +163,43 @@ namespace ShiftOS.Frontend.Properties { } } + /// + /// Looks up a localized string similar to /* 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" + /// Val [rest of string was truncated]";. + /// + public static string Ports { + get { + return ResourceManager.GetString("Ports", resourceCulture); + } + } + /// /// Looks up a localized string similar to []. /// diff --git a/ShiftOS.Frontend/Properties/Resources.resx b/ShiftOS.Frontend/Properties/Resources.resx index 80ed513..0b514f7 100644 --- a/ShiftOS.Frontend/Properties/Resources.resx +++ b/ShiftOS.Frontend/Properties/Resources.resx @@ -148,4 +148,7 @@ ..\resources\payloads.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + ..\resources\ports.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + \ No newline at end of file -- cgit v1.2.3