rex-exploitation 0.1.18 → 0.1.19
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 +2 -2
- data/lib/rex/exploitation/version.rb +1 -1
- metadata +1 -1
- 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: 430d6b48945fae1895854f635edfb566ef2f001f
|
|
4
|
+
data.tar.gz: 6abf2b49f2cbdd8b56823ff62368e30700d5217d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd3e788376e6278f369fc2ef46e52bc0f1729efa22cd671a0a376abc82f10df6189ad9580490c38029df035ba6f1f55e5d975293fd2cbe23837d439beeb20df8
|
|
7
|
+
data.tar.gz: a87ed63347bbd50fae78c82e4673d3835fe1d5862dae7e51f74adc3ba22b8ae9209e32ddd110725b01daab53fddc52927c97995c4dc253f2aa37e2099fd6ecd9
|
checksums.yaml.gz.sig
CHANGED
|
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
|
|
133
|
-
return cmds if opts[:
|
|
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.
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|