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.
- Host: GitHub
- URL: https://github.com/pklaus/network-scanner
- Owner: pklaus
- Created: 2014-09-05T07:06:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-10T21:53:05.000Z (over 10 years ago)
- Last Synced: 2024-12-28T15:48:46.561Z (5 months ago)
- Language: Python
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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):