Sign inSign up

thelittlefireman/nmapnetworkinventorycontainer

By thelittlefireman

Updated almost 8 years ago

A Docker Container To Continually Scan Your Network And Display Findings Cleanly.

Image
0

271

thelittlefireman/nmapnetworkinventorycontainer repository overview

NMap Network Inventory Container

Have you ever wanted up-to-date NMap scan data in an easily understandable format? Have you noticed how hard it is to get that? So did I! So I hacked together a docker container to continually scan (about every 2 Hours) your network and display the findings cleanly using Debian, Namp Grepable Output, A bash script to convert it to a CSV and some D3.js code.

Build and Run Instructions

Clone

git clone https://github.com/thelittlefireman/NMapNetworkInventoryContainer

Run

docker run --name nmap-inventory -t -p 1337:1337 inventory

You can add -e OPTIONS "-sV" and -e TARGETS "192.168.1.0/24" and change by what you want

Enjoy

After the first run is complete (it will take a while) you can access the website here.

It will look like this: Screenshot

Important Notice

I likely don't know what I am doing and this could be done faster, better and simpler some other way. Also make sure you have permission to NMap something before you do!

Tag summary

Content type

Image

Digest

Size

74.3 MB

Last updated

almost 8 years ago

docker pull thelittlefireman/nmapnetworkinventorycontainer