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
attackmapper — attackmapper | Kitploit
Tools/GitHubGitHub/baymaxpop23/attackmapper
ReconnaissanceNetwork MappingVulnerability AnalysisPenetration TestingCloud SecurityThreat IntelligenceRed Teaming
GitHubbaymaxpop23/attackmapper

attackmapper

attackmapper

View Repository
26 months 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


AttackMapper
AttackMapper

Attack Path Visualization & Threat Intelligence Platform

Python 3.9+ MITRE ATT&CK License: MIT Threat Intel

Features • Installation • Usage • Threat Intel • Contributing

AttackMapper Dashboard


Overview

AttackMapper is a CLI tool for red team operations that generates attack paths, maps techniques to the MITRE ATT&CK framework, and integrates real-time threat intelligence. Generate interactive HTML reports with attack flow visualizations.

Features

Supported Infrastructure

root@kitploit:~
┌─────────────────┬─────────────────────────────────────────┐
│ Active Directory│ Kerberos, ADCS, GPO, DCSync, Golden Ticket│
│ AWS             │ IAM, S3, Lambda, EC2 privilege escalation │
│ Azure           │ Entra ID, Key Vault, Managed Identities   │
│ GCP             │ IAM, Cloud Functions, Service Accounts    │
│ Network         │ Traditional network attack vectors        │
└─────────────────┴─────────────────────────────────────────┘

Installation

root@kitploit:~
# Clone the repository
git clone https://github.com/Sai-Jagadeesh/attackmapper.git
cd attackmapper

# Install
pip install -e .

# Verify
attackmapper --help

Usage

Generate Attack Paths

root@kitploit:~
# Active Directory
attackmapper ad

# Cloud Infrastructure
attackmapper aws
attackmapper azure
attackmapper gcp

# Network
attackmapper network

Generate HTML Reports

root@kitploit:~
# Full attack chain report
attackmapper full-chain --infra ad --output report.html --format html

# Filter by attack phase
attackmapper ad --category credential_access

Threat Intelligence

root@kitploit:~
# Update threat feeds
attackmapper update-intel

# View threat intel
attackmapper threat-intel --infra ad

Threat Intelligence

AttackMapper integrates live threat intelligence from multiple sources:

SourceData
CISA KEVKnown Exploited Vulnerabilities
AlienVault OTXOpen Threat Exchange feeds
CVE DatabaseReal-time vulnerability tracking

Configuration

root@kitploit:~
cp .env.example .env
root@kitploit:~
# AlienVault OTX API Key (free at otx.alienvault.com)
OTX_API_KEY=your_api_key_here

Commands

Contributing

root@kitploit:~
# Fork and clone
git checkout -b feature/your-feature
git commit -m 'Add feature'
git push origin feature/your-feature
# Open a Pull Request

License

MIT License


Disclaimer

Warning This tool is intended for authorized security testing and red team engagements only. Always obtain proper authorization before scanning any systems you do not own. The authors are not responsible for misuse of this tool.


Built for Red Team Operations

Download Tool
FeatureDescription
Attack Path MappingVisualize complete kill chains from reconnaissance to impact
MITRE ATT&CK IntegrationTechniques mapped to official ATT&CK framework
Live Threat IntelReal-time CVEs, threat actors, and trending TTPs
Multi-InfrastructureAD, AWS, Azure, GCP, and Network attack paths
Interactive ReportsModern HTML dashboards with filtering and search
CommandDescription
attackmapper adActive Directory attack paths
attackmapper awsAWS cloud attack paths
attackmapper azureAzure cloud attack paths
attackmapper gcpGCP cloud attack paths
attackmapper networkNetwork attack paths
attackmapper full-chainGenerate complete attack chain
attackmapper threat-intelView threat intelligence
attackmapper update-intelUpdate threat intel feeds