> For the complete documentation index, see [llms.txt](https://ttp.parzival.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ttp.parzival.sh/pentesting/fortress/cisco/cisco-smart-install.md).

# Cisco Smart Install

### Enumeration

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

```bash
nmap -p4786 -sV $host

PORT      STATE  SERVICE
4786/tcp  open   smart-install
```

### Exploitation

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