nmap2md icon indicating copy to clipboard operation
nmap2md copied to clipboard

A little utility to convert nmap xml results to markdown tables

Results 1 nmap2md issues
Sort by recently updated
recently updated
newest added

Expected ports should be in ascending order by lowest => highest; however, the script organizes them in an arbitrary format. (Example) ```bash ─$nmap2md.py ./internal/nmap/script-version.xml -c "Port,State,Service,Version,Notes" --sort=Port;asc --hs 5 --rc...