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
Memory-analysis — Contains tools to perform malware and forensic analysis in Memory | Kitploit
Tools/GitHubGitHub/bedazzlinghex/memory-analysis
Memory ForensicsVulnerability AnalysisForensicsMalware AnalysisDigital ForensicsIncident Response
GitHubbedazzlinghex/memory-analysis

Memory-analysis

Contains tools to perform malware and forensic analysis in Memory

View Repository
438 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Memory-analysis

Contains tools to perform malware and forensic analysis in Memory.

Plugins:

  • Dyrescan.py - parses Dyreconfig in memory.
  • Rat9002.py - parses 9002 rat config in memory.
  • plugx.py - parses plugx config in memory (modified to also parse config size: 0x170c).
  • ghostrat.py - parses ghostrat config in memory.

Analysis_Script:

  • vol_analysis.sh - script to automate analysis with volatility
  • common_search_strings.txt - textfile used by vol_analysis.sh to search for common commands used by threat actors. Fill out with your own terms.
  • drv_list.txt - List gathered from the Internet with all known bad and good drivernames. Used by vol_analysis.sh to search for bad drivers.

Irma:

  • Created a python script to interact with IRMA on a localmachine. This script is also used by vol_analysis.sh to submit and scan all files extracted from a memory dump and perform analysis on them with various AV-engines.
  • Usage with vol_analysis script: vol_analysis.sh -p WinXPSP2x86 -f memdump.mem -d /output_path -t CASENAME ** Requires IRMA up and running on your machine and the IRMACL API installed.
Download Tool