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
MalwareForge---Advanced-Static-Malware-Analyzer — Advanced Static malware analyzer that reveals 8 injection techniques, critical API calls, hidden strings, exports PE sections (.text, .rdata) as .bin, supports PE/ELF/Mach-O/scripts, and integrates 60+ AV engines via VirusTotal | Kitploit
Tools/GitHubGitHub/kaandemir993/malwareforge---advanced-static-malware-analyzer
Static AnalysisHash AnalysisMalware AnalysisBinary AnalysisThreat Intelligence
GitHubkaandemir993/malwareforge---advanced-static-malware-analyzer

MalwareForge---Advanced-Static-Malware-Analyzer

Advanced Static malware analyzer that reveals 8 injection techniques, critical API calls, hidden strings, exports PE sections (.text, .rdata) as .bin, supports PE/ELF/Mach-O/scripts, and integrates 60+ AV engines via VirusTotal

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
413 days agoNot yet reviewed

🛡️ MalwareForge - Advanced Static Malware Analyzer

MalwareForge is a powerful static malware analysis tool that detects malicious behavior without executing the file.

✨ Features

  • 🦠 Behavior Analysis: Process Injection, Persistence, Network, Stealer, Evasion
  • 💉 8 Injection Techniques: Process Hollowing, APC Injection, Reflective DLL, etc.
  • 📦 Packer Detection: UPX, Themida, VMProtect, ASPack, MPRESS
  • 🔑 Hash Database: Known malware family detection
  • 🛡️ VirusTotal Integration: 60+ antivirus engine results
  • 📝 String Analysis: URL, IP, Registry, Command extraction
  • 📊 Entropy Analysis: Packed/encrypted section detection
  • 💾 Section Export: Extract PE sections as .bin files
  • 🌍 Multi-Format Support: PE, ELF, Mach-O, PowerShell, VBS, JS, MSI, Office Macros, PDF, JAR

📸 Screenshots

Analysis Report

Analysis Report

Imports Tab

Imports Tab

Strings Tab

Strings Tab

Sections Tab

Sections Tab

VirusTotal Integration

VirusTotal

Hash Database

Hash Database

⚠️ Disclaimer / Legal Notice

This tool is intended SOLELY for EDUCATIONAL and LEGITIMATE SECURITY ANALYSIS purposes.** - ✅ You may use this tool to analyze your own files or files for which you have explicit permission to analyze. - ❌ You may NOT use this tool for malicious, illegal, or unauthorized purposes. - ❌ You may NOT use this tool to harm others, steal data, or bypass security controls.

🔴 I ASSUME NO LIABILITY for any misuse, damage, or legal consequences resulting from the use of this software. Use it at your own risk.

By downloading or using this software, you agree to these terms.

🚀 Quick Start

1. Install dependencies

root@kitploit:~
pip install pefile requests
Download Tool