rex-bin_tools 0.1.8 → 0.1.9
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/bin_tools/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: bfcf5dcc710b3f36bf6ef6e99ede3adde37b4a4f386086d7f050ce17139d5712
|
|
4
|
+
data.tar.gz: 64c12741903af828f7de8477d95cfb2811510ee74def028ff55ecfd70e5b4a56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85416fd330d50048623ec92a818ffae40393022f22ddcb81eb0bed579a3b73689fc079b9abd10cae670229c6cbf47b29f8f6decccdc223f6855243059d756334
|
|
7
|
+
data.tar.gz: 3083aa4cf4957f04b68b3e67ee1d4633fe2530bd9e87e26371340cfaca5b0b273cdff145e6d402d24de06000d8631b2e547e4eb1a7ba0c626463bddb3b928c6c
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/cortex.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
info:
|
|
3
|
+
title: Rex Bin Tools
|
|
4
|
+
description: Created by David Maloney via the GitHub Connector
|
|
5
|
+
x-cortex-git:
|
|
6
|
+
github:
|
|
7
|
+
alias: r7org
|
|
8
|
+
repository: rapid7/rex-bin_tools
|
|
9
|
+
x-cortex-tag: rex-bin-tools
|
|
10
|
+
x-cortex-type: service
|
|
11
|
+
x-cortex-domain-parents:
|
|
12
|
+
- tag: metasploit
|
|
13
|
+
openapi: 3.0.1
|
|
14
|
+
servers:
|
|
15
|
+
- url: "/"
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rex-bin_tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
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
|
|
@@ -217,6 +217,7 @@ files:
|
|
|
217
217
|
- bin/msfelfscan
|
|
218
218
|
- bin/msfmachscan
|
|
219
219
|
- bin/msfpescan
|
|
220
|
+
- cortex.yaml
|
|
220
221
|
- data/identify.txt
|
|
221
222
|
- lib/rex/assembly/nasm.rb
|
|
222
223
|
- lib/rex/bin_tools.rb
|
|
@@ -267,8 +268,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
267
268
|
- !ruby/object:Gem::Version
|
|
268
269
|
version: '0'
|
|
269
270
|
requirements: []
|
|
270
|
-
|
|
271
|
-
rubygems_version: 2.7.10
|
|
271
|
+
rubygems_version: 3.1.4
|
|
272
272
|
signing_key:
|
|
273
273
|
specification_version: 4
|
|
274
274
|
summary: Ruby Exploitation(rex) Library containing a suite of binary reading and manipulation
|
metadata.gz.sig
CHANGED
|
Binary file
|