rex-exploitation 0.1.17 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2dce05a6062934fe3c29743ee34a5d188bca2897
4
- data.tar.gz: 72d102c4fece5f4749a6e3b9f551f3c9ed94bacf
3
+ metadata.gz: 924ffc4e31ff5d4acb4d0f82c2c8782610d4a450
4
+ data.tar.gz: 240e793dc47f1cecfa13e785a52b4d2c8aa15c51
5
5
  SHA512:
6
- metadata.gz: 1b744e44e70ce037432022debb830587cbbcf64404992cab410afd92b8eca481c95bb30136eb2598115c18fbf6dea18dd348ed5f359a94598ac4bd600baab680
7
- data.tar.gz: 3dd8b1846c1c37843170970b01e440f088eb88dfb8058120d29c75e1ce6b3f0359743653384672f525b81cc065a103974e1e93e181383829b42d315ef97639f2
6
+ metadata.gz: 3f8f4b344212c1fa82718e93919e0ffbd8671bb26d1d3399c103c3ac0576721b1d42aa0c942a64cd7ea39ae90cc2d4f47f4b52cd4f200b26a14ff0233f6b3613
7
+ data.tar.gz: 0e37538052502ae62a27a43ec29a8520e5b14533b16ac816a0e9c963ee088be2fa0f964b8a2e01d74df20a9c6a6f3d80d7815c19eb1d262f2f0ac0c7910a4970
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -129,6 +129,9 @@ class CmdStagerBase
129
129
 
130
130
  concat = opts[:concat_operator] || cmd_concat_operator
131
131
 
132
+ # Skip command compression if desired, returning individual commands
133
+ return cmds if opts[:nocompress]
134
+
132
135
  # We cannot compress commands if there is no way to combine commands on
133
136
  # a single line.
134
137
  return cmds unless concat
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Exploitation
3
- VERSION = "0.1.17"
3
+ VERSION = "0.1.18"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rex-exploitation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Maloney
@@ -88,7 +88,7 @@ cert_chain:
88
88
  G+Hmcg1v810agasPdoydE0RTVZgEOOMoQ07qu7JFXVWZ9ZQpHT7qJATWL/b2csFG
89
89
  8mVuTXnyJOKRJA==
90
90
  -----END CERTIFICATE-----
91
- date: 2018-02-22 00:00:00.000000000 Z
91
+ date: 2018-04-11 00:00:00.000000000 Z
92
92
  dependencies:
93
93
  - !ruby/object:Gem::Dependency
94
94
  name: bundler
metadata.gz.sig CHANGED
Binary file