Skip to content

Bond-o/vnum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VNUM

alt text MIT license

Enumerates Cisco CallManager LDAP Users.

ABOUT

VNUM is a Python3 script that enumerates Cisco CallManager LDAP users with AXL or UDS API connectivity.

USAGE

usage: vnum.py [-h] -t TARGET [-p PORT] [-a {1,2} API]

optional arguments:
  -h, --help            show this help message and exit

required arguments:
  -t TARGET, --target TARGET
                        Target CUCM Host IP Address
  -p PORT, --port PORT  Target CUCM TCP Port
  -a {1,2} API, --api API
                        Choose one of the following:
                        1 = CUCM AXL API
                        2 = CUCM UDS API

Examples

./vnum.py -t 192.168.1.10 -p 443 -a 2

Disclaimer

This project is intended for network administrators, security researchers, and penetration testers and should not be used for any illegal activities.

About

Cisco CallManager User Enumeration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages