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
General Working of a Web Application Firewall (WAF) A Web Application Firewall (WAF) acts as…
How to Send POST Requests Using curl in Linux If you work with APIs, servers,…
If you are a Linux user, you have probably seen commands like chmod 777 while…
Vim and Vi are among the most powerful text editors in the Linux world. They…
Working with compressed files is a common task for any Linux user. Whether you are…
In the digital era, an email address can reveal much more than just a contact…