DEV Community

MentalistOps
MentalistOps

Posted on

I built a Windows diagnostic tool in Python to detect RATs, persistence, and suspicious logs

Hi Devs ๐Ÿ‘‹

Over the past few months, Iโ€™ve been building a series of lightweight diagnostic tools for Windows, designed for anyone who wants to analyze their system for anomalies, persistence techniques, or potential malware traces.

๐ŸŽฏ System Hunter โ€“ Pro Edition is a modular Python suite that includes:

โ€ข ๐Ÿง  Log Hunter โ€“ Scans system logs for critical or suspicious events
โ€ข ๐Ÿ›ก๏ธ Persistence Hunter โ€“ Detects persistence mechanisms (Run keys, services, WMI)
โ€ข ๐Ÿงน Cleanup Hunter โ€“ Removes temp files, suspicious executables, and RAT leftovers

โœ… No installation required
โœ… Human-readable output
โœ… MIT License + Ethical Disclaimer included

๐Ÿ“ฆ Available on Ko-fi:
๐Ÿ‘‰ https://ko-fi.com/mentalistops


๐Ÿงช Designed for:

โ€ข Personal forensic analysis
โ€ข OSINT and digital investigations
โ€ข Security audits on Windows systems

๐Ÿ’ก Feedback, suggestions, or forks are welcome!


๐Ÿ” This tool is intended for ethical and responsible use only.
Thanks for your support ๐Ÿ™

Top comments (0)