├── .github └── dependabot.yml ├── Exploitation_Explainer.md ├── IOCS.txt ├── README.md ├── iosxe-scanner.py └── targets.txt /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadow0ps/CVE-2023-20198-Scanner/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /Exploitation_Explainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadow0ps/CVE-2023-20198-Scanner/HEAD/Exploitation_Explainer.md -------------------------------------------------------------------------------- /IOCS.txt: -------------------------------------------------------------------------------- 1 |

404 Not Found

2 | openresty 3 | nginx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadow0ps/CVE-2023-20198-Scanner/HEAD/README.md -------------------------------------------------------------------------------- /iosxe-scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadow0ps/CVE-2023-20198-Scanner/HEAD/iosxe-scanner.py -------------------------------------------------------------------------------- /targets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadow0ps/CVE-2023-20198-Scanner/HEAD/targets.txt --------------------------------------------------------------------------------