-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
mahdialemi edited this page Jun 12, 2026
·
1 revision
-
Nmap 7.0+ — must be installed and accessible in your system PATH
- Download Nmap
- Verify:
nmap --version
- Go to the Releases page
- Download the binary for your OS (nexusmap-linux, nexusmap.exe, nexusmap-macos)
- Make it executable (Linux/Mac):
chmod +x nexusmap - Run it
git clone https://github.com/mahdialemi/NexusMap.git
cd NexusMap
go build -o nexusmap .# Start the server (default port 9090)
./nexusmapNexusMap v1.0.0
Server started on http://localhost:9090
Open http://localhost:9090 in your browser.
| Field | Value |
|---|---|
| Username | admin |
| Password | changeme! |
Change the password immediately after first login.
- Create a project — click "New Project", give it a name
-
Run a scan — go to the "New Scan" tab, select a profile (e.g.
quick-tcp), enter a target (e.g.192.168.1.0/24), click "Run Scan" - View results — click the scan to see open ports and services
- Explore topology — switch to the "Topology" tab to see the network graph
- Consolidate — run multiple scans, then use the "Consolidated" tab for a merged view
Press Ctrl+C in the terminal.