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
cve-2023-20198 — 1vere$k POC on the CVE-2023-20198 | Kitploit
Tools/GitHubGitHub/iveresk/cve-2023-20198
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubiveresk/cve-2023-20198

cve-2023-20198

1vere$k POC on the CVE-2023-20198

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

Description.

1vere$k POC on the CVE-2023-20198 based on the Blog. Also including a check on hexademical response according to the original Cisco article.

The script works in the two modes:

  • check mode which is just makes a connection for the particular URL and checks a response code. If it is 200OK and in the same time response is less then 32 symbols it is a possibility your device is compromised.
  • exploit mode. For the particular one you should define username, password, compromised configuration.
  • added http/https schemas support as recommended in the Cisco article.
  • for getting help just use -h flag.

Example:

root@kitploit:~
git clone https://github.com/iveresk/cve-2023-20198.git
cd cve-2023-21098
pip install -r requirements.txt
python3 cve-2023-21098.py -m check -s https -t <target>

For the help:
python3 cve-2023-21098.py -h

Contact

You are free to contact me via Keybase for any details.

Download Tool