From f4e39bb9117a692c543ecf17e79ed98c95ffc70e Mon Sep 17 00:00:00 2001 From: william341 Date: Thu, 27 Jul 2017 19:36:46 -0700 Subject: hacking works like actually it does kindof --- ShiftOS.Frontend/Resources/Exploits.txt | 5 +++++ ShiftOS.Frontend/Resources/Hackables.txt | 2 +- ShiftOS.Frontend/Resources/Payloads.txt | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) (limited to 'ShiftOS.Frontend/Resources') 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 -- cgit v1.2.3