mirror of https://github.com/MISP/misp-modules
corrected typos and unused imports
parent
349dd99d47
commit
78b4aade08
|
@ -5,10 +5,8 @@ Source: https://github.com/0xmilkmix/misp-modules/blob/master/misp_modules/modul
|
|||
|
||||
import base64
|
||||
import json
|
||||
import csv
|
||||
import re
|
||||
|
||||
|
||||
misperrors = {"error": "Error"}
|
||||
|
||||
types_to_use = ['regkey', 'regkey|value', 'mutex', 'windows-service-displayname', 'windows-scheduled-task', 'yara']
|
||||
|
@ -24,7 +22,7 @@ outputFileExtension = 'conf'
|
|||
responseType = 'application/txt'
|
||||
|
||||
|
||||
moduleinfo = {'version': '0.1', 'author': 'Julien Bachmann, Hacknowledge',
|
||||
moduleinfo = {'version': '1.0', 'author': 'Julien Bachmann, Hacknowledge',
|
||||
'description': 'OSQuery query export module',
|
||||
'module-type': ['export']}
|
||||
|
||||
|
|
Loading…
Reference in New Issue