Nmt

Network mapping tool
Alternatives To Nmt
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Osmnx4,21616475 days ago50June 16, 20224mitPython
OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap.
Xray1,792
9 months agoMay 26, 20214gpl-3.0Go
XRay is a tool for recon, mapping and OSINT gathering from public networks.
Network Mapper410
a day ago2apache-2.0Go
Map Kubernetes in-cluster traffic and export as text, intents, or an image
React Network Diagrams150
10 months ago27May 13, 202116otherJavaScript
Contains ESnet network mapping and circuit rendering code, as used in the ESnet portal.
Inet25612335 days ago23December 12, 20225gpl-3.0Go
Identity Based Network API with 256-Bit Addresses
Conditionalstylegan83
4 years ago9Python
Conditional implementation for NVIDIA's StyleGAN architecture
Citylines62
2 months ago32mitRuby
Citylines.co is a collaborative platform for mapping the transit systems of the world!
Nodeatlas51
9 years ago17June 02, 201432gpl-3.0Go
Federated node mapping for mesh networks
Intunedrivemapping50
a year ago2mitC#
Generate PowerShell scripts to map network drives on Intune managed Windows 10 devices
Zabbix Nut Template39
5 months ago2apache-2.0Shell
Zabbix Template for NUT(Network UPS Tools)
Alternatives To Nmt
Select To Compare


Alternative Project Comparisons
Readme

NMT

A network mapper / scanner for improving the pentesters/admin/engineers knowledge of local networks (maybe public soon).

pipeline status FOSSA Status coverage License: MIT python_version

DOCUMENTATION

Jump to the documentation

QUICK START

cd docker/
docker-compose -f docker-compose-all.yml up --build

Go to localhost:8000 in your browser and login with the default credentials

You can now add the first network to scan and launch the sensor:

sudo pip3 install -r requirements.txt
cd sensor/
python3 sensor.py

The scan process will take a time, depending on your sensor.conf config file.

DEFAULT CREDENTIALS

admin / password

INSTALLATION (DEV)

git clone [email protected]:gbnk0/nmt.git

DEVELOPEMENT ENV REQUIREMENTS

  • Minimum python version: 3.5
  • Install docker:
curl https://get.docker.com/|sudo sh
  • Install docker-compose:
pip3 install docker-compose
  • Install NodeJS 8 LTS:
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
  • Install requirements:
pip3 install -r requirements.txt

CORE API

LAUNCH THE API

  • Move into the core folder:
cd core/
  • The api needs a RethinkDB instance for storing hosts, networks data, we'll use docker-compose for bringing it up:
docker-compose -f docker/docker-compose.yml up #( add -d for background )

  • Now you can install dependencies, and run the api with sanic-admin:
pip3 install sanic-admin
sanic-admin api.py

LAUNCH THE SENSOR

cd sensor/
python3 sensor.py

WEB UI

LAUNCH THE WEB UI (DEV MODE)

( Soon with docker-compose UP)

cd web/
npm install # (wait...)
npm start

License

FOSSA Status

Popular Mapping Projects
Popular Network Projects
Popular Mapping Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Python
Reactjs
Docker
Network
Sensor
Mapping
Pentesting
Rethinkdb
Nmt