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-Cisco-Python-Scanner — Safe Python scanner for CVE-2020-3452 (Cisco ASA/FTD WebVPN Directory Traversal) | Kitploit
Tools/GitHubGitHub/curtishoughton/cve-2020-3452-cisco-python-scanner
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubcurtishoughton/cve-2020-3452-cisco-python-scanner

CVE-2020-3452-Cisco-Python-Scanner

Safe Python scanner for CVE-2020-3452 (Cisco ASA/FTD WebVPN Directory Traversal)

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
43 months agoNot yet reviewed

CVE-2020-3452 Scanner

A safe, non-destructive Python scanner for Cisco ASA / FTD WebVPN Directory Traversal (CVE-2020-3452).

CVE-2020-3452 is a critical unauthenticated path traversal vulnerability that allows remote attackers to read arbitrary files on the Cisco ASA or FTD device.


Overview

This tool tests whether an attacker can read sensitive files (such as portal pages, scripts, and configuration-related files) without authentication by exploiting the directory traversal flaw in the WebVPN translation-table endpoint.

Note: This script only performs GET requests and does not attempt exploitation or write any data.

Vulnerability Details

  • CVE ID: CVE-2020-3452
  • Severity: High (CVSS 7.5)
  • Type: Path Traversal (Directory Traversal)
  • Affected Products: Cisco ASA, Cisco FTD, Cisco Firepower Management Center (with WebVPN enabled)
  • Impact: Unauthenticated remote file disclosure

Features

  • Tests the classic translation-table traversal vector
  • Checks multiple sensitive WebVPN files
  • Clear vulnerability indicators
  • Easy-to-read console output

Installation

root@kitploit:~
git clone https://github.com/curtishoughton/CVE-2020-3452-Cisco-Python-Scanner.git
cd CVE-2020-3452-Cisco-Python-Scanner
pip install requests

Usage

root@kitploit:~
python cve_2020_3452_Python-scanner.py https://target-asa.example.com
Download Tool