mirror of https://github.com/MISP/misp-modules
10 lines
487 B
JSON
10 lines
487 B
JSON
{
|
|
"description": "Module to extract freetext from a PDF document.",
|
|
"logo": "logos/pdf.jpg",
|
|
"requirements": ["pdftotext: Python library to extract text from PDF."],
|
|
"input": "Attachment attribute containing a PDF document.",
|
|
"output": "Text and freetext parsed from the document.",
|
|
"references": [],
|
|
"features": "The module reads the text contained in a PDF document. The result is passed to the freetext import parser so IoCs can be extracted out of it."
|
|
}
|