
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.
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

$ claude mcp add NMapify \
-- python -m otcore.mcp_server <graph>