Back to Home
Amier-ge icon

ConsoleHost_Parser_MCP

Verified Safe

by Amier-ge

Overview

Parses PowerShell ConsoleHost_history.txt files from disk images for forensic analysis.

Installation

Run Command
python mcp_server.py

Security Notes

The code uses `pytsk3` and `pyewf` for disk image parsing, which are established forensic libraries. No direct 'eval' or other obvious malicious patterns, hardcoded secrets, or command injection vulnerabilities are present in the provided source code. Input path handling uses `os.path.abspath` and passes paths to the trusted forensic libraries. The primary security considerations would be potential vulnerabilities within the underlying `pytsk3` or `pyewf` libraries themselves, rather than this application's custom logic.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens75000
Stars0
Forks1
Last Update2025-12-13

Tags

PowerShellHistoryForensicsDisk ImageMCP Server