NMapify

NMapify is a Python tool that creates mind maps to visualize network layouts using Nmap. It also generates test cases for each identified port to assist pentesters in conducting efficient network pentests.


Keywords
NMapify, network, nmap, pentesting, security
License
MIT
Install
pip install NMapify==0.2

Documentation

NMapify

NMapify is a powerful Python-based tool that enables users to generate mind maps for visualizing network layouts using Nmap's XML output. The tool comes with an added advantage of auto-generating test cases on each identified port using HackTricks, which can help in efficient network penetration testing.

Requirements

Installation

Pip Installation

  pip install NMapify

Manual Installation

  git clone https://github.com/Parimal-shaw/NMapify.git
  cd NMapify
  pip install -r requirements.txt

Usage/Examples

The generated output can be opened using Freemind.

python NMapify.py -f nmap-output.xml -o output.mm

Acknowledgements

Screenshot