Herramienta desarrollada en Python para mostrar en un diagrama de red el contenido de un escaneo Nmap en formato XML. Los nodos representan cada uno de los activos escaneados en al red con sus puertos abiertos correspondientes. El filtrado de puertos permite mostrar en el gráfico únicamente los dispositivos que tienen habilitado ese puerto.
DESCARGA
# git clone --recurse-submodules https://github.com/jor6PS/DrawNmap.git
COMANDO
# python3 DrawNmap.py <nmap nmap format>
EJEMPLOS
Archivo único
# python3 DrawNmap.py examples/nmap_test.nmap
# pip3 install plotly
# pip3 install ipaddress
# pip3 install dash
# pip3 install networkx
# pip3 install pandas
# pip3 install subprocess
Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…