DEV Community

Muhammed Shafin P
Muhammed Shafin P

Posted on

Infoscava Plugin Creator: Expanding Analysis Capabilities

The Infoscava Plugin Creator is a user-friendly, GUI-based Python application designed to streamline the creation of .infoscava plugin files for the core Infoscava analysis framework. This valuable sample tool, developed by Muhammed Shafin P (hejhdiss) and made available under the MIT License, facilitates the seamless integration of various popular command-line analysis utilities such as YARA, ExifTool, Strings, and Sigcheck into the Infoscava environment. It offers flexible output options, allowing results to be generated in JSON, HTML, or plain text formats. By automating the base64-encoding of Python analysis functions and providing an intuitive graphical interface for configuring metadata and executable paths, the Plugin Creator serves as an excellent practical demonstration for extending Infoscava's capabilities and standardizing diverse analysis workflows. While explicitly noted as a non-production-ready sample, it's an invaluable resource for educational purposes or internal development. You can explore the Infoscava Plugin Creator project and its source code at: https://github.com/hejhdiss/Infoscava-Sample-Plugin-Creator, and delve into the main Infoscava framework itself at: https://github.com/hejhdiss/Infoscava.

Top comments (0)