mirror of https://github.com/MISP/misp-modules
fix: [documentation] Fixed some description & logo
parent
d998368dea
commit
aa56248110
|
@ -3,7 +3,7 @@
|
|||
"logo": "logos/docx.png",
|
||||
"requirements": ["docx python library"],
|
||||
"input": "Attachment attribute containing a .docx document.",
|
||||
"output": "Freetext parsed from the document.",
|
||||
"output": "Text and freetext parsed from the document.",
|
||||
"references": [],
|
||||
"features": "The module reads the text contained in a .docx document. The result is passed to the freetext import parser so IoCs can be extracted out of it."
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"description": "Module to access GreyNoise.io API",
|
||||
"logo": "greynoise.png",
|
||||
"logo": "logos/greynoise.png",
|
||||
"requirements": [],
|
||||
"input": "An IP address.",
|
||||
"output": "Additional information about the IP fetched from Greynoise API.",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"description": "Module to process some optical character recognition on pictures.",
|
||||
"requirements": ["The OpenCV python library."],
|
||||
"requirements": ["cv2: The OpenCV python library."],
|
||||
"input": "A picture attachment.",
|
||||
"output": "Text and freetext fetched from the input picture.",
|
||||
"references": [],
|
||||
|
|
Loading…
Reference in New Issue