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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/rex/exploitation/cmdstager/base.rb +3 -0
- data/lib/rex/exploitation/version.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 924ffc4e31ff5d4acb4d0f82c2c8782610d4a450
|
|
4
|
+
data.tar.gz: 240e793dc47f1cecfa13e785a52b4d2c8aa15c51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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-
|
|
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
|