rex-encoder 0.1.5 → 0.1.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e363f84a31a1040f8d5176aee59e2cdfa5abf50172da8eb835c6a09d7e4dd0a
4
- data.tar.gz: 7cbe9b5448300cb1d1ff508ed8fabfa2e5503cb063ce18e690c41b9539404b7e
3
+ metadata.gz: 7846092f61e9e6e4f30097f2e284b857027c6c189c3b5c79799229d243ed1691
4
+ data.tar.gz: df3b696bcb3a55eaaf83faaa5cf909b8b9ad1d1de491f39e1f63da68952d0ae0
5
5
  SHA512:
6
- metadata.gz: 77e434131e54b6bbc8e7fb53e216be836ee5df16c89d1dc042c569a284fc45e1630fb655fb1233208c579779c00eabf93213c638954fff8910eb5dd04c76c9e3
7
- data.tar.gz: 45622a4992f267699352f7c35c59375143875e78ed59563d1f055eaecccf992259e19deeb0273162b183f3fddc5bfa78beecd5ef99faa5b02c7519275fd4a3bc
6
+ metadata.gz: d28a426cff15654eee3983038c735fe987f7464d39bef4ab5c6046b53f044b0ae247a556ee7a8e8dcbf00f128e67df3c4001938a0646d955a958930ce595243e
7
+ data.tar.gz: 4ab65e7f02251b5ced0d2327932bd44a186b20e36af8d1ea61696d131df21caf0b254577b7be98c61f1cf9a48044cdb10365591ee55abb7a15afa0a9416e7268
checksums.yaml.gz.sig CHANGED
Binary file
data/cortex.yaml ADDED
@@ -0,0 +1,16 @@
1
+ ---
2
+ info:
3
+ title: Rex Encoder
4
+ description: Rex library providing the basis for all of the polymorphic encoders
5
+ that Metasploit uses for payload encoding
6
+ x-cortex-git:
7
+ github:
8
+ alias: r7org
9
+ repository: rapid7/rex-encoder
10
+ x-cortex-tag: rex-encoder
11
+ x-cortex-type: service
12
+ x-cortex-domain-parents:
13
+ - tag: metasploit
14
+ openapi: 3.0.1
15
+ servers:
16
+ - url: "/"
@@ -52,7 +52,7 @@ class UnicodeUpper < Generic
52
52
  "TA" + # push esp, NOP
53
53
  "XA" + # pop eax, NOP
54
54
  "ZA" + # pop edx, NOP
55
- "PU" + # push eax, NOP
55
+ "PA" + # push eax, NOP
56
56
  "3" + # xor eax, [eax]
57
57
  "QA" + # push ecx, NOP
58
58
  "DA" + # inc esp, NOP
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Encoder
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rex-encoder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.7
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: 2020-11-30 00:00:00.000000000 Z
96
+ date: 2023-10-04 00:00:00.000000000 Z
97
97
  dependencies:
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: rake
@@ -185,6 +185,7 @@ files:
185
185
  - Rakefile
186
186
  - bin/console
187
187
  - bin/setup
188
+ - cortex.yaml
188
189
  - lib/rex/encoder.rb
189
190
  - lib/rex/encoder/alpha2.rb
190
191
  - lib/rex/encoder/alpha2/alpha_mixed.rb
@@ -235,8 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
235
236
  - !ruby/object:Gem::Version
236
237
  version: '0'
237
238
  requirements: []
238
- rubyforge_project:
239
- rubygems_version: 2.7.10
239
+ rubygems_version: 3.1.4
240
240
  signing_key:
241
241
  specification_version: 4
242
242
  summary: Ruby Exploitation(Rex) library for various polymorphic encoders.
metadata.gz.sig CHANGED
Binary file