diff options
| author | william341 <[email protected]> | 2017-07-28 21:38:44 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-07-28 21:38:44 -0700 |
| commit | 56a3080c7bcf5a836de817807cda64216c184659 (patch) | |
| tree | ad0da162a44d519fce7c822962f527d5eecc1d88 /ShiftOS.Frontend/Resources | |
| parent | 669bd3c0901929339cfc14bce0256659499151ae (diff) | |
| download | shiftos_thereturn-56a3080c7bcf5a836de817807cda64216c184659.tar.gz shiftos_thereturn-56a3080c7bcf5a836de817807cda64216c184659.tar.bz2 shiftos_thereturn-56a3080c7bcf5a836de817807cda64216c184659.zip | |
loot kinda works lol
Diffstat (limited to 'ShiftOS.Frontend/Resources')
| -rw-r--r-- | ShiftOS.Frontend/Resources/Exploits.txt | 4 | ||||
| -rw-r--r-- | ShiftOS.Frontend/Resources/Hackables.txt | 2 | ||||
| -rw-r--r-- | ShiftOS.Frontend/Resources/Payloads.txt | 4 | ||||
| -rw-r--r-- | ShiftOS.Frontend/Resources/Shiftorium.txt | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/ShiftOS.Frontend/Resources/Exploits.txt b/ShiftOS.Frontend/Resources/Exploits.txt index a3fa2fc..463ce67 100644 --- a/ShiftOS.Frontend/Resources/Exploits.txt +++ b/ShiftOS.Frontend/Resources/Exploits.txt @@ -8,12 +8,12 @@ { FriendlyName: "FTP Exploit", ExploitName: "ftpwn", - EffectiveAgainstPort: "FileServer" + EffectiveAgainstPort: "FileServer", }, { FriendlyName: "SSH Exploit", ExploitName: "sshardline", EffectiveAgainstPort: "SSHServer", - Dependencies: "sploitset_sshardline" + Dependencies: "sploitset_sshardline", } ]
\ No newline at end of file diff --git a/ShiftOS.Frontend/Resources/Hackables.txt b/ShiftOS.Frontend/Resources/Hackables.txt index ca09057..b2fadcc 100644 --- a/ShiftOS.Frontend/Resources/Hackables.txt +++ b/ShiftOS.Frontend/Resources/Hackables.txt @@ -13,7 +13,7 @@ WelcomeMessage: "Don't make fun of SpamSyndicate web design.", FirewallStrength: 0, LootRarity: 1, - LootAmount: 4, + LootAmount: 2, ConnectionTimeoutLevel: 4, SystemType: "FileServer, SSHServer", diff --git a/ShiftOS.Frontend/Resources/Payloads.txt b/ShiftOS.Frontend/Resources/Payloads.txt index d203158..7e74ba8 100644 --- a/ShiftOS.Frontend/Resources/Payloads.txt +++ b/ShiftOS.Frontend/Resources/Payloads.txt @@ -9,7 +9,7 @@ FriendlyName: "FTP Payload", PayloadName: "ftpull", EffectiveAgainstFirewall: 1, - EffectiveAgainst: "FileServer" + EffectiveAgainst: "FileServer", }, { FriendlyName: "Force Heartbeat", @@ -17,6 +17,6 @@ EffectiveAgainstFirewall: 1, EffectiveAgainst: "SSHServer", Function: 1, - Dependencies: "sploitset_keepalive" + Dependencies: "sploitset_keepalive", } ]
\ No newline at end of file diff --git a/ShiftOS.Frontend/Resources/Shiftorium.txt b/ShiftOS.Frontend/Resources/Shiftorium.txt index 55368b3..1d31dcf 100644 --- a/ShiftOS.Frontend/Resources/Shiftorium.txt +++ b/ShiftOS.Frontend/Resources/Shiftorium.txt @@ -1,11 +1,11 @@ [ - } + { Name: "sploitset_keepalive", Cost: 1000000000, Description: "lolyouarentsupposedtobeabletobuythis", Dependencies: "thisupgradeshouldneverexistever;sploitset_sshardline", }, - } + { Name: "sploitset_sshardline", Cost: 1000000000, Description: "lolyouarentsupposedtobeabletobuythis", |
