Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 299 Bytes

cisco-smart-install.md

File metadata and controls

18 lines (10 loc) · 299 Bytes

Cisco Smart Install

Enumeration

The default port for Cisco Smart Install is 4786/tcp and can be discovered via Nmap:

nmap -p4786 -sV $host

PORT      STATE  SERVICE
4786/tcp  open   smart-install

Exploitation

{% embed url="https://github.com/frostbits-security/SIET" %}