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-2020-3452 — Test vulnerability of CVE-2020-3452 | Kitploit
Tools/GitHubGitHub/aviksaikat/cve-2020-3452
Vulnerability ScannersExploitationWeb SecurityPenetration TestingLearning & Education
GitHubaviksaikat/cve-2020-3452

CVE-2020-3452

Test vulnerability of CVE-2020-3452

View Repository
14 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-2020-3452

Unauthenticated file read in Cisco ASA & Cisco Firepower

Saikat Karmakar | Nov : 2021


  • This will test if the given host is vulnerable to CVE 2020-3452 or not Requirements:
root@kitploit:~
requests
termcolor

Usage:

root@kitploit:~
dark_lord@kali: python3 cve-2020-3452.py -h

usage: cve-2020-3452.py [-h] [-u U] [-f F]

CVE-2020-3452 Vulnerability Test

optional arguments:
  -h, --help  show this help message and exit
  -u U        url to exploit
  -f F        pass the file containing urls

P.S. This script is for educational purpose only

TODO:

  • Threading for large amount of hosts
  • Test if it works on every vulnerable url
Download Tool