From 18079c6f43981f1bf9fc093b3c5b68873fe90348 Mon Sep 17 00:00:00 2001 From: william341 Date: Thu, 27 Jul 2017 16:34:27 -0700 Subject: hacking p1 --- ShiftOS.Frontend/Resources/Exploits.txt | 13 +++++++++++++ ShiftOS.Frontend/Resources/Payloads.txt | 14 ++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 ShiftOS.Frontend/Resources/Exploits.txt create mode 100644 ShiftOS.Frontend/Resources/Payloads.txt (limited to 'ShiftOS.Frontend/Resources') 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 -- cgit v1.2.3