diff options
| author | Michael <[email protected]> | 2017-08-02 10:23:13 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-08-02 10:23:13 -0400 |
| commit | 37cf129165916101ba665891d157c85ea9c37383 (patch) | |
| tree | bc184d6be19bdf1258faba51a1323bfeec676502 /ShiftOS.Frontend/Properties | |
| parent | 10d2c0bbaa2b5c933a37056c784d3de84fa82eaf (diff) | |
| download | shiftos_thereturn-37cf129165916101ba665891d157c85ea9c37383.tar.gz shiftos_thereturn-37cf129165916101ba665891d157c85ea9c37383.tar.bz2 shiftos_thereturn-37cf129165916101ba665891d157c85ea9c37383.zip | |
The first loot!
Diffstat (limited to 'ShiftOS.Frontend/Properties')
| -rw-r--r-- | ShiftOS.Frontend/Properties/Resources.Designer.cs | 31 | ||||
| -rw-r--r-- | ShiftOS.Frontend/Properties/Resources.resx | 3 |
2 files changed, 28 insertions, 6 deletions
diff --git a/ShiftOS.Frontend/Properties/Resources.Designer.cs b/ShiftOS.Frontend/Properties/Resources.Designer.cs index 05b50c6..a9086e6 100644 --- a/ShiftOS.Frontend/Properties/Resources.Designer.cs +++ b/ShiftOS.Frontend/Properties/Resources.Designer.cs @@ -81,13 +81,13 @@ namespace ShiftOS.Frontend.Properties { /// { /// FriendlyName: "FTP Exploit", /// ExploitName: "ftpwn", - /// EffectiveAgainstPort: "FileServer" + /// EffectiveAgainstPort: "FileServer", /// }, /// { /// FriendlyName: "SSH Exploit", /// ExploitName: "sshardline", /// EffectiveAgainstPort: "SSHServer", - /// Dependencies: "sploitset_sshardline" + /// Dependencies: "sploitset_sshardline", /// } ///]. /// </summary> @@ -176,7 +176,7 @@ namespace ShiftOS.Frontend.Properties { /// FriendlyName: "FTP Payload", /// PayloadName: "ftpull", /// EffectiveAgainstFirewall: 1, - /// EffectiveAgainst: "FileServer" + /// EffectiveAgainst: "FileServer", /// }, /// { /// FriendlyName: "Force Heartbeat", @@ -184,7 +184,7 @@ namespace ShiftOS.Frontend.Properties { /// EffectiveAgainstFirewall: 1, /// EffectiveAgainst: "SSHServer", /// Function: 1, - /// Dependencies: "sploitset_keepalive" + /// Dependencies: "sploitset_keepalive", /// } ///]. /// </summary> @@ -233,13 +233,13 @@ namespace ShiftOS.Frontend.Properties { /// <summary> /// Looks up a localized string similar to [ - /// } + /// { /// Name: "sploitset_keepalive", /// Cost: 1000000000, /// Description: "lolyouarentsupposedtobeabletobuythis", /// Dependencies: "thisupgradeshouldneverexistever;sploitset_sshardline", /// }, - /// } + /// { /// Name: "sploitset_sshardline", /// Cost: 1000000000, /// Description: "lolyouarentsupposedtobeabletobuythis", @@ -254,6 +254,25 @@ namespace ShiftOS.Frontend.Properties { } /// <summary> + /// Looks up a localized string similar to /* ShiftOS setup data file + /// * + /// * This file holds information used by a ShiftOS "Installer" for setting up a system component. + /// * + /// */ + /// + /// { + /// Name: "Sploitset Force Heartbeat exploit", + /// Description: "This is an exploit for the sploitset system exploitation utility which causes the remote system to force the connection to stay alive by sending heartbeat requests even after the firewall has timed out the connection. Useful against those pesky connection timers...", + /// SourceType: "ShiftoriumUpgrade", + /// So [rest of string was truncated]";. + /// </summary> + public static string sploitset_keepalive { + get { + return ResourceManager.GetString("sploitset_keepalive", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to { /// "{SUBMIT}":"Bestätigen", /// diff --git a/ShiftOS.Frontend/Properties/Resources.resx b/ShiftOS.Frontend/Properties/Resources.resx index 5a92cc4..5b11c39 100644 --- a/ShiftOS.Frontend/Properties/Resources.resx +++ b/ShiftOS.Frontend/Properties/Resources.resx @@ -151,4 +151,7 @@ <data name="Exploits" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\Exploits.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> </data> + <data name="sploitset_keepalive" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\sploitset_keepalive.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value> + </data> </root>
\ No newline at end of file |
