bqm 1.5.0 → 1.5.2
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
- data/LICENSE +3 -2
- data/bin/bqm +3 -0
- data/data/query-sets.json +2 -2
- metadata +11 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b8087308620720bd5bdccfb6203f45d3e1e36bc68a19117854cccb2d255a764
|
4
|
+
data.tar.gz: 12a87083332eb39d06f6047e61549c47880219ff9c14d08102be357bf5192d9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a85b5b769d33e8f5d4ed6ce9f96014530fb27d57c978627241dc4c47adf47db0f2e6958baac75154f57e9a830594227e0b27e3d1b2c65f2bffb405eba8d90e41
|
7
|
+
data.tar.gz: 5b32222084b8e8a550c36dd39ba19c2d7619f993257886079029034d9a858407bdaef145021e937fedaa3f045c1d0ea72dca408b7c2e51798d3d75487af6a670
|
data/LICENSE
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
MIT License
|
2
2
|
|
3
|
-
Copyright (c)
|
3
|
+
Copyright (c) 2024 Alexandre ZANNI (independent)
|
4
|
+
Copyright (c) 2022-2024 Alexandre ZANNI at ACCEIS
|
4
5
|
|
5
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
7
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -18,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
19
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
20
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
21
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
SOFTWARE.
|
22
|
+
SOFTWARE.
|
data/bin/bqm
CHANGED
@@ -23,6 +23,9 @@ def merge_remote(source, verbose: false)
|
|
23
23
|
data = JSON.parse(customqueries)
|
24
24
|
queries += data['queries']
|
25
25
|
puts " [*] File merged: #{s}" if verbose
|
26
|
+
rescue JSON::ParserError
|
27
|
+
# Handle the JSON parsing error
|
28
|
+
puts " [!] JSON parsing error for #{s}"
|
26
29
|
end
|
27
30
|
queries
|
28
31
|
end
|
data/data/query-sets.json
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"sets": [
|
3
|
-
"https://raw.githubusercontent.com/ly4k/Certipy/main/customqueries.json",
|
4
3
|
"https://raw.githubusercontent.com/CompassSecurity/BloodHoundQueries/master/BloodHound_Custom_Queries/customqueries.json",
|
5
4
|
"https://raw.githubusercontent.com/hausec/Bloodhound-Custom-Queries/master/customqueries.json",
|
6
5
|
"https://raw.githubusercontent.com/awsmhacks/awsmBloodhoundCustomQueries/master/customqueries.json",
|
@@ -12,6 +11,7 @@
|
|
12
11
|
"https://raw.githubusercontent.com/egypt/customqueries/master/customqueries.json",
|
13
12
|
"https://raw.githubusercontent.com/trustedsec/CrackHound/main/customqueries.json",
|
14
13
|
"https://raw.githubusercontent.com/aress31/bloodhound-utils/main/customqueries.json",
|
15
|
-
"https://raw.githubusercontent.com/ThePorgs/Exegol-images/main/sources/bloodhound/customqueries.json"
|
14
|
+
"https://raw.githubusercontent.com/ThePorgs/Exegol-images/main/sources/assets/bloodhound/customqueries.json"
|
16
15
|
]
|
17
16
|
}
|
17
|
+
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bqm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexandre ZANNI
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-07-04 00:00:00.000000000 Z
|
12
11
|
dependencies: []
|
13
12
|
description: Deduplicate custom BloudHound queries from different datasets and merge
|
14
13
|
them in one customqueries.json file.
|
@@ -22,17 +21,17 @@ files:
|
|
22
21
|
- LICENSE
|
23
22
|
- bin/bqm
|
24
23
|
- data/query-sets.json
|
25
|
-
homepage: https://github.com/
|
24
|
+
homepage: https://github.com/noraj/bqm
|
26
25
|
licenses:
|
27
26
|
- MIT
|
28
27
|
metadata:
|
29
|
-
bug_tracker_uri: https://github.com/
|
30
|
-
changelog_uri: https://github.com/
|
31
|
-
documentation_uri: https://
|
32
|
-
homepage_uri: https://github.com/
|
33
|
-
source_code_uri: https://github.com/
|
28
|
+
bug_tracker_uri: https://github.com/noraj/bqm/issues
|
29
|
+
changelog_uri: https://github.com/noraj/bqm/releases
|
30
|
+
documentation_uri: https://noraj.github.io/bqm/
|
31
|
+
homepage_uri: https://github.com/noraj/bqm
|
32
|
+
source_code_uri: https://github.com/noraj/bqm/
|
33
|
+
funding_uri: https://github.com/sponsors/noraj
|
34
34
|
rubygems_mfa_required: 'true'
|
35
|
-
post_install_message:
|
36
35
|
rdoc_options: []
|
37
36
|
require_paths:
|
38
37
|
- lib
|
@@ -40,7 +39,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
40
39
|
requirements:
|
41
40
|
- - ">="
|
42
41
|
- !ruby/object:Gem::Version
|
43
|
-
version:
|
42
|
+
version: 3.1.0
|
44
43
|
- - "<"
|
45
44
|
- !ruby/object:Gem::Version
|
46
45
|
version: '4.0'
|
@@ -50,8 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
49
|
- !ruby/object:Gem::Version
|
51
50
|
version: '0'
|
52
51
|
requirements: []
|
53
|
-
rubygems_version: 3.
|
54
|
-
signing_key:
|
52
|
+
rubygems_version: 3.6.2
|
55
53
|
specification_version: 4
|
56
54
|
summary: Download BloudHound query lists, deduplicate entries and merge them in one
|
57
55
|
file.
|