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
diff --git a/ShiftOS.Frontend/Resources/Payloads.txt b/ShiftOS.Frontend/Resources/Payloads.txt
index 926a23f..1c7ff2d 100644
--- a/ShiftOS.Frontend/Resources/Payloads.txt
+++ b/ShiftOS.Frontend/Resources/Payloads.txt
@@ -6,7 +6,7 @@
[
{
- FriendlyName: "FTP Exploit",
+ FriendlyName: "FTP Payload",
PayloadName: "ftpull"
EffectiveAgainstFirewall: 1,
EffectiveAgainstPort: "FileServer",
diff --git a/ShiftOS.Frontend/ShiftOS.Frontend.csproj b/ShiftOS.Frontend/ShiftOS.Frontend.csproj
index 5d05320..5f3d18a 100644
--- a/ShiftOS.Frontend/ShiftOS.Frontend.csproj
+++ b/ShiftOS.Frontend/ShiftOS.Frontend.csproj
@@ -64,8 +64,8 @@
-
-
+
+
@@ -101,7 +101,7 @@
- ResXFileCodeGenerator
+ PublicResXFileCodeGenerator
Resources.Designer.cs
@@ -189,6 +189,10 @@
+
+
+
+