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",
|
"logo": "logos/docx.png",
|
||||||
"requirements": ["docx python library"],
|
"requirements": ["docx python library"],
|
||||||
"input": "Attachment attribute containing a .docx document.",
|
"input": "Attachment attribute containing a .docx document.",
|
||||||
"output": "Freetext parsed from the document.",
|
"output": "Text and freetext parsed from the document.",
|
||||||
"references": [],
|
"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."
|
"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",
|
"description": "Module to access GreyNoise.io API",
|
||||||
"logo": "greynoise.png",
|
"logo": "logos/greynoise.png",
|
||||||
"requirements": [],
|
"requirements": [],
|
||||||
"input": "An IP address.",
|
"input": "An IP address.",
|
||||||
"output": "Additional information about the IP fetched from Greynoise API.",
|
"output": "Additional information about the IP fetched from Greynoise API.",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"description": "Module to process some optical character recognition on pictures.",
|
"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.",
|
"input": "A picture attachment.",
|
||||||
"output": "Text and freetext fetched from the input picture.",
|
"output": "Text and freetext fetched from the input picture.",
|
||||||
"references": [],
|
"references": [],
|
||||||
|
|
Loading…
Reference in New Issue