rex-exploitation 0.1.16 → 0.1.17
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/printf.rb +6 -1
- 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: 2dce05a6062934fe3c29743ee34a5d188bca2897
|
|
4
|
+
data.tar.gz: 72d102c4fece5f4749a6e3b9f551f3c9ed94bacf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b744e44e70ce037432022debb830587cbbcf64404992cab410afd92b8eca481c95bb30136eb2598115c18fbf6dea18dd348ed5f359a94598ac4bd600baab680
|
|
7
|
+
data.tar.gz: 3dd8b1846c1c37843170970b01e440f088eb88dfb8058120d29c75e1ce6b3f0359743653384672f525b81cc065a103974e1e93e181383829b42d315ef97639f2
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
|
@@ -102,7 +102,12 @@ class CmdStagerPrintf < CmdStagerBase
|
|
|
102
102
|
cmds = []
|
|
103
103
|
# Make it all happen
|
|
104
104
|
cmds << "chmod +x #{@tempdir}#{@var_elf}"
|
|
105
|
-
|
|
105
|
+
|
|
106
|
+
if opts[:background]
|
|
107
|
+
cmds << "#{@tempdir}#{@var_elf} & echo"
|
|
108
|
+
else
|
|
109
|
+
cmds << "#{@tempdir}#{@var_elf}"
|
|
110
|
+
end
|
|
106
111
|
|
|
107
112
|
# Clean up after unless requested not to..
|
|
108
113
|
unless opts[:nodelete]
|
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.17
|
|
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:
|
|
91
|
+
date: 2018-02-22 00:00:00.000000000 Z
|
|
92
92
|
dependencies:
|
|
93
93
|
- !ruby/object:Gem::Dependency
|
|
94
94
|
name: bundler
|
metadata.gz.sig
CHANGED
|
Binary file
|