├── README.md ├── exploit.py ├── install ├── install.sh └── requirements.txt └── poc.gif /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zteeed/CVE-2018-4407-IOS/HEAD/README.md -------------------------------------------------------------------------------- /exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zteeed/CVE-2018-4407-IOS/HEAD/exploit.py -------------------------------------------------------------------------------- /install/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zteeed/CVE-2018-4407-IOS/HEAD/install/install.sh -------------------------------------------------------------------------------- /install/requirements.txt: -------------------------------------------------------------------------------- 1 | python-nmap 2 | scapy 3 | netifaces 4 | ipaddress 5 | -------------------------------------------------------------------------------- /poc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zteeed/CVE-2018-4407-IOS/HEAD/poc.gif --------------------------------------------------------------------------------