rex-exploitation 0.1.18 → 0.1.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 924ffc4e31ff5d4acb4d0f82c2c8782610d4a450
4
- data.tar.gz: 240e793dc47f1cecfa13e785a52b4d2c8aa15c51
3
+ metadata.gz: 430d6b48945fae1895854f635edfb566ef2f001f
4
+ data.tar.gz: 6abf2b49f2cbdd8b56823ff62368e30700d5217d
5
5
  SHA512:
6
- metadata.gz: 3f8f4b344212c1fa82718e93919e0ffbd8671bb26d1d3399c103c3ac0576721b1d42aa0c942a64cd7ea39ae90cc2d4f47f4b52cd4f200b26a14ff0233f6b3613
7
- data.tar.gz: 0e37538052502ae62a27a43ec29a8520e5b14533b16ac816a0e9c963ee088be2fa0f964b8a2e01d74df20a9c6a6f3d80d7815c19eb1d262f2f0ac0c7910a4970
6
+ metadata.gz: bd3e788376e6278f369fc2ef46e52bc0f1729efa22cd671a0a376abc82f10df6189ad9580490c38029df035ba6f1f55e5d975293fd2cbe23837d439beeb20df8
7
+ data.tar.gz: a87ed63347bbd50fae78c82e4673d3835fe1d5862dae7e51f74adc3ba22b8ae9209e32ddd110725b01daab53fddc52927c97995c4dc253f2aa37e2099fd6ecd9
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -129,8 +129,8 @@ 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]
132
+ # Skip command concatentation if desired, returning individual commands
133
+ return cmds if opts[:noconcat]
134
134
 
135
135
  # We cannot compress commands if there is no way to combine commands on
136
136
  # a single line.
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Exploitation
3
- VERSION = "0.1.18"
3
+ VERSION = "0.1.19"
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.18
4
+ version: 0.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Maloney
metadata.gz.sig CHANGED
Binary file