Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thomasvincent/python-network-discovery-tool

Discovers network devices and configurations (Python).
https://github.com/thomasvincent/python-network-discovery-tool

asyncio devops mysql network-discovery network-management ping python python3 redis snmp ssh

Last synced: 4 days ago
JSON representation

Discovers network devices and configurations (Python).

Awesome Lists containing this project

README

        

auto-discover
=============

A network discovery tool that uses nmap to identify if ssh,ping, and snmp are running on
various connected devices in a network.

Installation
============

```pip install https://github.com/thomasvincent/python-auto-discover/tarball/master```

Usage
=====

Usage: auto-discover
Examples:
auto-discover 10.73.19.0

Output
======
The tool outputs a CSV file named `devices.csv` with the following columns:

| Host | IP | SNMP Group | Alive | SNMP | SSH | MySQL | Username |
|------|----|------------|-------|------|-----|-------|----------|
| ... | ...| ... | ... | ... | ... | ... | ... |