Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Simple-Ansible-for-CVE-2023-20198 — Ansible playbook to detect and disable HTTP/HTTPS servers on Cisco IOS XE devices, mitigating CVE-2023-20198 vulnerability with automated configuration auditing. | Kitploit
Tools/GitHubGitHub/emomeni/simple-ansible-for-cve-2023-20198
Vulnerability ScannersScripting & AutomationConfiguration AuditingNetwork SecurityDevSecOpsMisconfiguration
GitHubemomeni/simple-ansible-for-cve-2023-20198

Simple-Ansible-for-CVE-2023-20198

Ansible playbook to detect and disable HTTP/HTTPS servers on Cisco IOS XE devices, mitigating CVE-2023-20198 vulnerability with automated configuration auditing.

View Repository
1132 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Simple-Ansible-for-CVE-2023-20198

This is a very simple playbook to detect and disable http/https server to prevent the vulnerability.

Getting started

Simply use the Cisco Always on Sandbox to test example

  1. Log into sandbox router and turn on http/https server
root@kitploit:~
ssh [email protected]

pass=lastorangerestoreball8876
root@kitploit:~
conf t
ip http server
ip http secure-server

  1. Run the http.yml playbook to determine the state of the config and to disable Http/Https server

The syslog output will be empty if the sandbox router hasn't been exploited.

  1. Run Playbook again This time it should skip the third task becuase of the conditional

PSIRT Reference

https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-iosxe-webui-privesc-j22SaA4z

Download Tool