项目作者: fede947

项目描述 :
Showmap a simple parser of Nmap output
高级语言: Shell
项目地址: git://github.com/fede947/showmap.git
创建时间: 2019-10-24T16:39:39Z
项目社区:https://github.com/fede947/showmap

开源协议:

下载


Showmap

Importante!

Esta herramienta fue migrada a python, revisa el nuevo proyecto en Showmap.py

Install

Run

  1. ./install.sh

Help menu

  1. __..
  2. (__ |_ _ . .._ _ _.._
  3. .__)| )(_) \/\/ | | )(_][_)
  4. |
  5. Showmap parse the xml files obtained with Nmap, generates a summary and more.
  6. Developed by fede947
  7. https://github.com/fede947/showmap
  8. Version: 1.2
  9. Options:
  10. -host Print host summary. By default.
  11. -vuln Print vuln summary.
  12. -ip Print ip/port list
  13. -u Print http url list
  14. -csv Create a csv file
  15. -S Print services using filters.
  16. -nse Search NSE script for Nmap
  17. -help Show this help menu.
  18. Usage:
  19. showmap -host report.xml
  20. showmap -S <filter> report.xml
  21. showmap -csv <path/file> report.xml
  22. showmap -nse smb