aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend/Resources
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-07-27 19:36:46 -0700
committerwilliam341 <[email protected]>2017-07-27 19:37:00 -0700
commitf4e39bb9117a692c543ecf17e79ed98c95ffc70e (patch)
treead5f80b83dcd66bfc0c057a9020ea3993159281f /ShiftOS.Frontend/Resources
parentb2e3a661ee6ab3308968efeb275e457776abebc3 (diff)
downloadshiftos_thereturn-f4e39bb9117a692c543ecf17e79ed98c95ffc70e.tar.gz
shiftos_thereturn-f4e39bb9117a692c543ecf17e79ed98c95ffc70e.tar.bz2
shiftos_thereturn-f4e39bb9117a692c543ecf17e79ed98c95ffc70e.zip
hacking works like actually it does kindof
Diffstat (limited to 'ShiftOS.Frontend/Resources')
-rw-r--r--ShiftOS.Frontend/Resources/Exploits.txt5
-rw-r--r--ShiftOS.Frontend/Resources/Hackables.txt2
-rw-r--r--ShiftOS.Frontend/Resources/Payloads.txt6
3 files changed, 12 insertions, 1 deletions
diff --git a/ShiftOS.Frontend/Resources/Exploits.txt b/ShiftOS.Frontend/Resources/Exploits.txt
index 45b0250..4ad6caf 100644
--- a/ShiftOS.Frontend/Resources/Exploits.txt
+++ b/ShiftOS.Frontend/Resources/Exploits.txt
@@ -9,5 +9,10 @@
FriendlyName: "FTP Exploit",
ExploitName: "ftpwn",
EffectiveAgainstPort: "FileServer",
+ },
+ {
+ FriendlyName: "SSH Exploit",
+ ExploitName: "sshardline",
+ EffectiveAgainstPort: "SSHServer",
}
] \ No newline at end of file
diff --git a/ShiftOS.Frontend/Resources/Hackables.txt b/ShiftOS.Frontend/Resources/Hackables.txt
index 1c82394..ca09057 100644
--- a/ShiftOS.Frontend/Resources/Hackables.txt
+++ b/ShiftOS.Frontend/Resources/Hackables.txt
@@ -11,7 +11,7 @@
Password: "h0ldy0urc0l0ur",
PasswordHint: "Prepare to hold your colour...",
WelcomeMessage: "Don't make fun of SpamSyndicate web design.",
- FirewallStrength: 1,
+ FirewallStrength: 0,
LootRarity: 1,
LootAmount: 4,
ConnectionTimeoutLevel: 4,
diff --git a/ShiftOS.Frontend/Resources/Payloads.txt b/ShiftOS.Frontend/Resources/Payloads.txt
index 1ce0f43..bb85d74 100644
--- a/ShiftOS.Frontend/Resources/Payloads.txt
+++ b/ShiftOS.Frontend/Resources/Payloads.txt
@@ -10,5 +10,11 @@
PayloadName: "ftpull",
EffectiveAgainstFirewall: 1,
EffectiveAgainst: "FileServer",
+ },
+ {
+ FriendlyName: "Ping Spam",
+ PayloadName: "keepalive",
+ EffectiveAgainstFirewall: 1,
+ EffectiveAgainst: "SSHServer",
}
] \ No newline at end of file