mirror of https://github.com/MISP/misp-modules
fix: Description fixed
parent
d1000d82c4
commit
08fe0cbe09
|
@ -13,7 +13,7 @@ except ImportError:
|
|||
misperrors = {'error': 'Error'}
|
||||
mispattributes = {'input': ['btc'], 'output': ['text']}
|
||||
moduleinfo = {'version': '0.1', 'author': 'Christian Studer',
|
||||
'description': 'Checks if a BTC address is referenced as a scam.',
|
||||
'description': 'Checks if a BTC address has been abused.',
|
||||
'module-type': ['hover']}
|
||||
moduleconfig = []
|
||||
|
||||
|
|
Loading…
Reference in New Issue