File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def activate(self, stoq):
44
44
help = "Password for encrypted file" )
45
45
worker_opts .add_argument ("-t" , "--force-tika" ,
46
46
dest = 'force_tika' ,
47
- action = 'store_false ' ,
47
+ action = 'store_true ' ,
48
48
help = "Force the use of tika for all files" )
49
49
50
50
options = parser .parse_args (self .stoq .argv [2 :])
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Module = iocextract
18
18
19
19
[Documentation]
20
20
Author = Marcus LaFerrera
21
- Version = 0.10
21
+ Version = 0.10.1
22
22
Website = https://github.com/PUNCH-Cyber/stoq-plugins-public
23
23
Description = Utilizes reader/iocregex plugin to extract indicators of compromise from documents
24
24
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "iocextract" ,
5
- version = "0.10" ,
5
+ version = "0.10.1 " ,
6
6
author = "Marcus LaFerrera (@mlaferrera)" ,
7
7
url = "https://github.com/PUNCH-Cyber/stoq-plugins-public" ,
8
8
license = "Apache License 2.0" ,
You can’t perform that action at this time.
0 commit comments