An open API service indexing awesome lists of open source software.

https://github.com/pklaus/network-scanner

Scans your network and stores the scan result in a structured way.
https://github.com/pklaus/network-scanner

Last synced: 3 months ago
JSON representation

Scans your network and stores the scan result in a structured way.

Awesome Lists containing this project

README

        

# Network Scanner

There is a very good tool to scan networks: it's called nmap.
This software uses nmap and the Python bindings python-nmap
to help you storing and analyzing results in a structured way
in a *shelve file*.

Requires Python3.3+ and python-nmap.

### Resources

* python-nmap, the library I'm using:
* Shelve (for data persistance):