Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
MalScan — A Simple PE File Heuristics Scanners | Kitploit
Tools/GitHubGitHub/ice3man543/malscan
Static AnalysisVulnerability AnalysisMalware Analysis
GitHubice3man543/malscan

MalScan

A Simple PE File Heuristics Scanners

View Repository
52168 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

MalScan

MalScan is a simple PE File Heuristics Scanners written in python that you can use to quickly analyze a PE file and find out whether anything suspicious exists. It is a simple tool so doesn't offers much fancy features. You are free to extend it or do whatever you want with it.

Things Supported

  • Information About file such as MD5, SHA1, Timestamp
  • PEiD Signature Check
  • Custom Yara Rules Integration
  • Section, Imports, Exports, Resources and TLS Callbacks Overview
  • Provides some custom heuristics :-)

Installing

You need to have Python 2.7 installed on your machine. The additional requirement is yara-python.

root@kitploit:~
git clone https://github.com/Ice3man543/MalScan.git .
cd MalScan
python malscan.py

Usage

Simply run with the name of file you want to check.

tool_in_action

Development

Want to contribute? Great!

You can add more featrues or recommend any changes to the existing ones. Any kind of help is appreciated.

License

BSD 2-Clause "Simplified" License

Contact

Meet me on Twitter: @Ice3man543

Credits

  • The Awesome PEiD project
  • Malware Analysts Cookbook
  • Any other malware resource that this tool contains code from :-)
Download Tool