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
Starship is a powerful, minimal, and highly customizable cross-shell prompt designed to enhance the terminal…
Lemmy is an innovative, open-source platform designed for link aggregation and discussion, providing a decentralized…
The latest release of ImHex v1.37.0 introduces a host of exciting features and improvements, enhancing…
Ghauri is a cutting-edge, cross-platform tool designed to automate the detection and exploitation of SQL…
Writing tools have become indispensable for individuals looking to enhance their writing efficiency, accuracy, and…
PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…