Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trustedsec/SeeYouCM-Thief
https://github.com/trustedsec/SeeYouCM-Thief
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/trustedsec/SeeYouCM-Thief
- Owner: trustedsec
- Created: 2022-01-14T20:12:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T01:04:36.000Z (over 1 year ago)
- Last Synced: 2024-11-16T04:22:35.735Z (27 days ago)
- Language: HTML
- Size: 22.5 KB
- Stars: 179
- Watchers: 7
- Forks: 33
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rtc-hacking - SeeYouCM Thief - download and parse configuration files from Cisco phone systems searching for SSH credentials (Open-source tools)
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`