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
Tools/GitHubGitHub/reket99/cisco_cve-2023-20198
ReconnaissanceVulnerability ScannersExploitationWeb SecurityNetwork SecurityPenetration Testing
GitHubreket99/cisco_cve-2023-20198

Cisco_CVE-2023-20198

Python script to scan networks for Cisco IOS XE devices vulnerable to CVE-2023-20198, detecting implants via HTTP status and response analysis.

View Repository
22 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

CVE-2023-20198

CVE-2023-20198 Checkscript based on:

  • Technical analysis: https://blog.talosintelligence.com/active-exploitation-of-cisco-ios-xe-software/
  • First script version: https://github.com/Atea-Redteam/CVE-2023-20198/

Thanks to Atea Redteam for their work.

Requires:

  • Python3.7+
  • Python libs: ipaddress, requests, subprocess, re, argparse

Different ways to launch the script:

  • Scan a subnet with CIDR notation: ./CVE-2023-20198.py -c 172.16.0.0/8

  • Scan a single IP address: ./CVE-2023-20198.py -a 172.16.0.254

  • Scan multiple IP addresses included into a file: ./CVE-2023-20198.py -f ips.txt

IPs with status code 200, suspicious length, and malicious impant confirmed: ['172.16.0.254']

IPs with status code 200, but doesn't seems to be pwned: []

Results will be added into results.csv as well.

Download Tool