rex-nop 0.1.2 → 0.1.3
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/cortex.yaml +15 -0
- data/lib/rex/nop/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- 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: 41ed85cdc77561f0df124b2260e866456d744d4b087c40242dff6053aea9c4e3
|
|
4
|
+
data.tar.gz: 7e8612d71ea8ddec1c953f3a76c4ab20925d0d7b8f905f711dcdfb3dac6024e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c415a87cb1182b71dabfee7a4a691dfb3f6aa2e022d151549b845856a4382d564f84631cafce0b37456fc36317a4fa90af266c4d7cdc847912b2f14a397358f
|
|
7
|
+
data.tar.gz: fc86a53346928eb13367a9636ee1b4f41f0c1092080bfb5669c084964b4a820a30b66519b5dbf0928d8abadedb9400afabb95a81d496a1e18401c9c1294e5ec5
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/cortex.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
info:
|
|
3
|
+
title: Rex Nop
|
|
4
|
+
description: Rex library for dynamic generation of x86 multi-byte NOPs
|
|
5
|
+
x-cortex-git:
|
|
6
|
+
github:
|
|
7
|
+
alias: r7org
|
|
8
|
+
repository: rapid7/rex-nop
|
|
9
|
+
x-cortex-tag: rex-nop
|
|
10
|
+
x-cortex-type: service
|
|
11
|
+
x-cortex-domain-parents:
|
|
12
|
+
- tag: metasploit
|
|
13
|
+
openapi: 3.0.1
|
|
14
|
+
servers:
|
|
15
|
+
- url: "/"
|
data/lib/rex/nop/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rex-nop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
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: 2023-10-04 00:00:00.000000000 Z
|
|
97
97
|
dependencies:
|
|
98
98
|
- !ruby/object:Gem::Dependency
|
|
99
99
|
name: rake
|
|
@@ -158,6 +158,7 @@ files:
|
|
|
158
158
|
- Rakefile
|
|
159
159
|
- bin/console
|
|
160
160
|
- bin/setup
|
|
161
|
+
- cortex.yaml
|
|
161
162
|
- lib/rex/nop.rb
|
|
162
163
|
- lib/rex/nop/opty2.rb
|
|
163
164
|
- lib/rex/nop/opty2_tables.rb
|
|
@@ -181,8 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
181
182
|
- !ruby/object:Gem::Version
|
|
182
183
|
version: '0'
|
|
183
184
|
requirements: []
|
|
184
|
-
|
|
185
|
-
rubygems_version: 2.7.10
|
|
185
|
+
rubygems_version: 3.1.4
|
|
186
186
|
signing_key:
|
|
187
187
|
specification_version: 4
|
|
188
188
|
summary: Ruby Exploitation(REX) library for NOP generation.
|
metadata.gz.sig
CHANGED
|
Binary file
|