Information Gatheringmaltegotransformsnmapsqlmapoffensivereconnaissance

Maltego Teeth

Set of offensive Maltego transforms that enable running nmap, sqlmap, and additional tools directly against entities within Maltego for reconnaissance and vulnerability assessment.

Description

Maltego-Teeth provides a collection of specialized transforms designed for offensive security operations within the Maltego platform. These transforms allow security professionals to execute powerful reconnaissance and testing tools like nmap and sqlmap directly from Maltego entities, streamlining the process of gathering intelligence and identifying vulnerabilities.

The primary use case for maltego-teeth is during penetration testing and red team engagements where analysts need to quickly pivot from entity discovery to active scanning. By integrating command-line tools into Maltego's visual interface, it eliminates the need to switch between multiple applications, maintaining workflow continuity.

This tool is particularly valuable in environments requiring rapid threat assessment, such as incident response or proactive security audits. Its dependency on established tools like metasploit-framework and sqlmap ensures compatibility with existing penetration testing methodologies.

How It Works

Maltego-Teeth operates as a transform set within the Maltego TRX framework, extending the platform's entity manipulation capabilities. When applied to Maltego entities (such as IP addresses, domains, or URLs), the transforms trigger execution of underlying tools like nmap for port scanning and service enumeration, or sqlmap for database vulnerability assessment. The transforms parse entity attributes, construct appropriate command-line parameters, execute the tools via system calls, and parse the output to create new Maltego entities and links, maintaining the graph-based visualization paradigm.

Installation

bash
sudo apt install maltego-teeth

Examples

Deploys the complete set of offensive transforms for Maltego integration
Install the maltego-teeth package
Adds nmap and sqlmap transform capabilities to existing Maltego installation
sudo apt install maltego-teeth
Executes port scanning against discovered IP addresses visualized in Maltego
Right-click IP entity → Run nmap transform (via maltego-teeth)
Tests web application endpoints for SQL injection vulnerabilities
Right-click URL entity → Run sqlmap transform
Automatically runs nmap service version detection on network entities
Entity → maltego-teeth transforms → Service enumeration
Initiates comprehensive scanning workflow against discovered domains
Domain entity → maltego-teeth → Vulnerability scan
Updated 2026-04-16kali.org ↗