Skip to content
forked from jor6PS/DrawNmap

Friendly graphical output of the nmap tool that allows filtering by open ports

Notifications You must be signed in to change notification settings

5l1v3r1/DrawNmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrawNmap

Descripción

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.

Usage

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

Rquisitos

# pip3 install plotly
# pip3 install ipaddress
# pip3 install dash
# pip3 install networkx
# pip3 install pandas
# pip3 install subprocess

Apariencia

Alt text

About

Friendly graphical output of the nmap tool that allows filtering by open ports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%