Cisco Switch

CVE-2000-0945 Scan with metasploit

msfconsole
use auxiliary/scanner/http/cisco_device_manager
show actions
    ...actions...
set ACTION < action-name >
show options
    ...show and set options...
run

TIP: On exadata, try user “admin” with default password

Commands (Catalyst switch)

show ?
...
show ethernet ?
show ldap server all
show diagnostic result module

Show device information (model, version)

enable
show version

Show configuration

enable
show running

or

enable
show running config

Switch (Cisco Nexus OS)

Other commands

# Display help for I commands
i?

# Show configuration, check hash and hashing algos
# Check snmp config on public string
show running-config

# Enters configuration mode
config t

# Displays all access lists (ACL)
show ip access-list
show ipv6 access-list

show ip access-list <ACL name>
show ipv6 access-list <ACL name>