bqm 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{bqm.rb → bin/bqm} +3 -3
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a5db1e5c2c64eb8339793506974b53317aa2d81e743d64910ee77ff34e05a91
|
4
|
+
data.tar.gz: 36f14254d9eda6add05ef3f60b65f47e37f199f4a8db51580702183e682bb6ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0217a279021f076e5b6ccb1ccf1f4c689cfbae0b53f64e6f35bf20c1fcd622d7dad8096de21a38dea4c4fbffea15e7346a0b4708acd79f888e15bfbeaec63dd7
|
7
|
+
data.tar.gz: c2f08b515894f474476c8ed473dc877261d4f88454b198b0a7f3afa897bdf57725cb036d875b663b689091218c4d3607ee63937331d7d47a56fbac3a31caf635
|
data/{bqm.rb → bin/bqm}
RENAMED
@@ -54,11 +54,11 @@ if __FILE__ == $PROGRAM_NAME
|
|
54
54
|
require 'optparse'
|
55
55
|
options = {}
|
56
56
|
OptionParser.new do |parser|
|
57
|
-
parser.banner = 'Usage: bqm
|
57
|
+
parser.banner = 'Usage: bqm [options]'
|
58
58
|
|
59
59
|
parser.on('-o', '--output-path PATH', 'Path where to store the query file')
|
60
60
|
parser.separator ''
|
61
|
-
parser.separator 'Example: bqm
|
61
|
+
parser.separator 'Example: bqm -o ~/.config/bloodhound/customqueries.json'
|
62
62
|
end.parse!(into: options)
|
63
63
|
|
64
64
|
out = options[:'output-path']
|
@@ -68,6 +68,6 @@ if __FILE__ == $PROGRAM_NAME
|
|
68
68
|
file.write(json)
|
69
69
|
end
|
70
70
|
else
|
71
|
-
puts 'Help: bqm
|
71
|
+
puts 'Help: bqm -h'
|
72
72
|
end
|
73
73
|
end
|
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bqm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexandre ZANNI
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
9
|
+
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2022-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
@@ -14,13 +14,12 @@ description: Deduplicate custom BloudHound queries from different datasets and m
|
|
14
14
|
them in one customqueries.json file.
|
15
15
|
email: alexandre.zanni@europe.com
|
16
16
|
executables:
|
17
|
-
- bqm
|
17
|
+
- bqm
|
18
18
|
extensions: []
|
19
19
|
extra_rdoc_files: []
|
20
20
|
files:
|
21
|
-
- "./bqm.rb"
|
22
21
|
- LICENSE
|
23
|
-
- bqm
|
22
|
+
- bin/bqm
|
24
23
|
- data/query-sets.json
|
25
24
|
homepage: https://github.com/Acceis/bqm
|
26
25
|
licenses:
|