rex-exploitation 0.1.25 → 0.1.26
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/egghunter.rb +2 -2
- data/lib/rex/exploitation/omelet.rb +1 -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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc43151628d84ae0204908770c68ebed8c01f8c23ab0e255546c36e0bb8864c8
|
|
4
|
+
data.tar.gz: 9ba74b12d52d475331d7257f401d9c98dfc94d61c2ec52ceeeddf2547584b8d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5610c2e42e965d02bec93bb275a3588a0154e0a32ac449c795844e8f932205d0d380755fc57fa3899d42651de37c2d0ac2e58fa6d2c5dbaf2e04ec9548f47729
|
|
7
|
+
data.tar.gz: f94e9dce3166f01cac4417483130baf9852782fd2b1974e8ec3c27f8c45d4a5f030eff851b57efe9c7bf73ef367829fb1eac9d8c03c5dc44ed09c4acd385595d
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
|
@@ -36,7 +36,7 @@ class Egghunter
|
|
|
36
36
|
Alias = "win"
|
|
37
37
|
|
|
38
38
|
module X86
|
|
39
|
-
Alias = ARCH_X86
|
|
39
|
+
Alias = Rex::Arch::ARCH_X86
|
|
40
40
|
|
|
41
41
|
#
|
|
42
42
|
# The egg hunter stub for win/x86.
|
|
@@ -250,7 +250,7 @@ EOS
|
|
|
250
250
|
Alias = "linux"
|
|
251
251
|
|
|
252
252
|
module X86
|
|
253
|
-
Alias = ARCH_X86
|
|
253
|
+
Alias = Rex::Arch::ARCH_X86
|
|
254
254
|
|
|
255
255
|
#
|
|
256
256
|
# The egg hunter stub for linux/x86.
|
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.26
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Metasploit Hackers
|
|
@@ -93,7 +93,7 @@ cert_chain:
|
|
|
93
93
|
EknWpNgVhohbot1lfVAMmIhdtOVaRVcQQixWPwprDj/ydB8ryDMDosIMcw+fkoXU
|
|
94
94
|
9GJsSaSRRYQ9UUkVL27b64okU8D48m8=
|
|
95
95
|
-----END CERTIFICATE-----
|
|
96
|
-
date:
|
|
96
|
+
date: 2021-01-08 00:00:00.000000000 Z
|
|
97
97
|
dependencies:
|
|
98
98
|
- !ruby/object:Gem::Dependency
|
|
99
99
|
name: rake
|
metadata.gz.sig
CHANGED
|
Binary file
|