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.
- NMap XML Output
- Freemind v1.0.1
- Python 3
pip install NMapify
git clone https://github.com/Parimal-shaw/NMapify.git
cd NMapify
pip install -r requirements.txt
The generated output can be opened using Freemind.
python NMapify.py -f nmap-output.xml -o output.mm