Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/trustedsec/SeeYouCM-Thief


https://github.com/trustedsec/SeeYouCM-Thief

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# SeeYouCM Thief

Simple tool to automatically download and parse configuration files from Cisco phone systems searching for SSH credentials

## Usage

Sometimes the CUCM server supplys a list of hostnames. Without specifying a phone IP address the script will attempt to
download every config in the listing.

`./thief.py -H [--verbose]`

OR

if that doesnt work try using the --phone setting which will parse the web interface for the CUCM address and will do a reverse lookup for other phones in the same subnet.

`./thief.py --phone [--verbose]`

OR

if that doesnt work you can specify a subnet to scan with reverse lookups using

`./thief.py --subnet [--verbose]`

## Setup
`python3 -m pip install -r requirements.txt`

## Docker
`docker build . -t name thief:latest`

`docker run thief:latest`