From 783144ecf5ebe515fcc21a7710d6f7e3425cd3ad Mon Sep 17 00:00:00 2001 From: william341 Date: Thu, 27 Jul 2017 16:35:17 -0700 Subject: hacking p1 e2 --- ShiftOS.Frontend/Properties/Resources.Designer.cs | 16 ++++++++++++++-- ShiftOS.Frontend/Properties/Resources.resx | 6 ++++++ 2 files changed, 20 insertions(+), 2 deletions(-) (limited to 'ShiftOS.Frontend/Properties') diff --git a/ShiftOS.Frontend/Properties/Resources.Designer.cs b/ShiftOS.Frontend/Properties/Resources.Designer.cs index e21b46e..1d451a1 100644 --- a/ShiftOS.Frontend/Properties/Resources.Designer.cs +++ b/ShiftOS.Frontend/Properties/Resources.Designer.cs @@ -71,7 +71,19 @@ namespace ShiftOS.Frontend.Properties { } /// - /// Looks up a localized string similar to . + /// Looks up a localized string similar to /* ShiftOS Exploits data file + /// * + /// * This file contains information about all exploits in the game's campaign. + /// * + /// */ + /// + ///[ + /// { + /// FriendlyName: "FTP Exploit", + /// ExploitName: "ftpwn" + /// EffectiveAgainstPort: "FileServer", + /// } + ///]. /// public static string Exploits { get { @@ -138,7 +150,7 @@ namespace ShiftOS.Frontend.Properties { /// ///[ /// { - /// FriendlyName: "FTP Exploit", + /// FriendlyName: "FTP Payload", /// PayloadName: "ftpull" /// EffectiveAgainstFirewall: 1, /// EffectiveAgainstPort: "FileServer", diff --git a/ShiftOS.Frontend/Properties/Resources.resx b/ShiftOS.Frontend/Properties/Resources.resx index c0a2cff..80ed513 100644 --- a/ShiftOS.Frontend/Properties/Resources.resx +++ b/ShiftOS.Frontend/Properties/Resources.resx @@ -142,4 +142,10 @@ ..\Resources\LootInfo.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + ..\resources\exploits.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\resources\payloads.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