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
sudo apt install maltego-teethExamples
Install the maltego-teeth packagesudo apt install maltego-teethRight-click IP entity → Run nmap transform (via maltego-teeth)Right-click URL entity → Run sqlmap transformEntity → maltego-teeth transforms → Service enumerationDomain entity → maltego-teeth → Vulnerability scan