aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend/Resources
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Frontend/Resources')
-rw-r--r--ShiftOS.Frontend/Resources/Exploits.txt13
-rw-r--r--ShiftOS.Frontend/Resources/Payloads.txt14
2 files changed, 27 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/Resources/Exploits.txt b/ShiftOS.Frontend/Resources/Exploits.txt
new file mode 100644
index 0000000..0e0dd64
--- /dev/null
+++ b/ShiftOS.Frontend/Resources/Exploits.txt
@@ -0,0 +1,13 @@
+/* ShiftOS Exploits data file
+ *
+ * This file contains information about all exploits in the game's campaign.
+ *
+ */
+
+[
+ {
+ FriendlyName: "FTP Exploit",
+ ExploitName: "ftpwn"
+ EffectiveAgainstPort: "FileServer",
+ }
+] \ No newline at end of file
diff --git a/ShiftOS.Frontend/Resources/Payloads.txt b/ShiftOS.Frontend/Resources/Payloads.txt
new file mode 100644
index 0000000..926a23f
--- /dev/null
+++ b/ShiftOS.Frontend/Resources/Payloads.txt
@@ -0,0 +1,14 @@
+/* ShiftOS Payloads data file
+ *
+ * This file contains information about all payloads in the game's campaign.
+ *
+ */
+
+[
+ {
+ FriendlyName: "FTP Exploit",
+ PayloadName: "ftpull"
+ EffectiveAgainstFirewall: 1,
+ EffectiveAgainstPort: "FileServer",
+ }
+] \ No newline at end of file