rex-bin_tools 0.1.7 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f3edc508a7b4b89c201799647c85b952330e497453336569ee442a42908287d
4
- data.tar.gz: d733b7dd4697a3f8734d706d2efb4dbfec27627fb5df02ddb01534f90f506ec4
3
+ metadata.gz: bfcf5dcc710b3f36bf6ef6e99ede3adde37b4a4f386086d7f050ce17139d5712
4
+ data.tar.gz: 64c12741903af828f7de8477d95cfb2811510ee74def028ff55ecfd70e5b4a56
5
5
  SHA512:
6
- metadata.gz: bfac65b5a005f69b7982cd9bb1c198afd21397af586ed0d6ede4ae06ee7d536ecde00847e5023cb081d310948ca0a59fa7d82a89d090fe73e9d1e9f7622fd0eb
7
- data.tar.gz: 006fae1afef56ce6dbdbb45711f228a778208078fa223c2331e60039f023a4e983f65aff92b4dfb90527f1d69061be805bdc8d545917ae8f3443b929b8cd48bc
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/data/identify.txt CHANGED
@@ -842,10 +842,6 @@ ep_only = true
842
842
  signature = 55 8B EC 6A FF 68 10 F2 40 00 68 74 9D 40 00 64 A1 00 00 00 00 50 64 89 25 00 00 00 00 83 EC 58
843
843
  ep_only = true
844
844
 
845
- [Armadillo v1.xx - v2.xx]
846
- signature = 55 8B EC 53 8B 5D 08 56 8B 75 0C 57 8B 7D 10 85 F6
847
- ep_only = true
848
-
849
845
  [Armadillo v2.00]
850
846
  signature = 55 8B EC 6A FF 68 00 02 41 00 68 C4 A0 40 00 64 A1 00 00 00 00 50 64 89 25 00 00 00 00 83 EC 58
851
847
  ep_only = true
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module BinTools
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.9"
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-bin_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
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: 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
@@ -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
- rubyforge_project:
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