aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend/Resources
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-07-27 16:34:27 -0700
committerwilliam341 <[email protected]>2017-07-27 16:34:27 -0700
commit18079c6f43981f1bf9fc093b3c5b68873fe90348 (patch)
tree7be93f2caeaca5208a02be627cb50d36e718cad1 /ShiftOS.Frontend/Resources
parent86dde20529e926ee75af2b1e3a574f6729bd8771 (diff)
downloadshiftos_thereturn-18079c6f43981f1bf9fc093b3c5b68873fe90348.tar.gz
shiftos_thereturn-18079c6f43981f1bf9fc093b3c5b68873fe90348.tar.bz2
shiftos_thereturn-18079c6f43981f1bf9fc093b3c5b68873fe90348.zip
hacking p1
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