Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Osmnx | 4,216 | 16 | 47 | 5 days ago | 50 | June 16, 2022 | 4 | mit | Python | |
OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap. | ||||||||||
Xray | 1,792 | 9 months ago | May 26, 2021 | 4 | gpl-3.0 | Go | ||||
XRay is a tool for recon, mapping and OSINT gathering from public networks. | ||||||||||
Network Mapper | 410 | a day ago | 2 | apache-2.0 | Go | |||||
Map Kubernetes in-cluster traffic and export as text, intents, or an image | ||||||||||
React Network Diagrams | 150 | 10 months ago | 27 | May 13, 2021 | 16 | other | JavaScript | |||
Contains ESnet network mapping and circuit rendering code, as used in the ESnet portal. | ||||||||||
Inet256 | 123 | 3 | 5 days ago | 23 | December 12, 2022 | 5 | gpl-3.0 | Go | ||
Identity Based Network API with 256-Bit Addresses | ||||||||||
Conditionalstylegan | 83 | 4 years ago | 9 | Python | ||||||
Conditional implementation for NVIDIA's StyleGAN architecture | ||||||||||
Citylines | 62 | 2 months ago | 32 | mit | Ruby | |||||
Citylines.co is a collaborative platform for mapping the transit systems of the world! | ||||||||||
Nodeatlas | 51 | 9 years ago | 17 | June 02, 2014 | 32 | gpl-3.0 | Go | |||
Federated node mapping for mesh networks | ||||||||||
Intunedrivemapping | 50 | a year ago | 2 | mit | C# | |||||
Generate PowerShell scripts to map network drives on Intune managed Windows 10 devices | ||||||||||
Zabbix Nut Template | 39 | 5 months ago | 2 | apache-2.0 | Shell | |||||
Zabbix Template for NUT(Network UPS Tools) |
A network mapper / scanner for improving the pentesters/admin/engineers knowledge of local networks (maybe public soon).
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.
admin / password
git clone [email protected]:gbnk0/nmt.git
curl https://get.docker.com/|sudo sh
pip3 install docker-compose
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
pip3 install -r requirements.txt
cd core/
docker-compose -f docker/docker-compose.yml up #( add -d for background )
pip3 install sanic-admin
sanic-admin api.py
cd sensor/
python3 sensor.py
( Soon with docker-compose UP)
cd web/
npm install # (wait...)
npm start