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/pr3r00t/cve-2020-8193-citrix-scanner
Authentication & AuthorizationVulnerability ScannersExploitationWeb Application ExploitationPenetration Testing
GitHubpr3r00t/cve-2020-8193-citrix-scanner

CVE-2020-8193-Citrix-Scanner

Scanning for CVE-2020-8193 - Auth Bypass check

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
83143 years agoNot yet reviewed

CVE-2020-8193-Citrix-Scanner

Scanning for CVE-2020-8193 - Auth Bypass check https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8193

Supporting Documents: https://research.nccgroup.com/2020/07/10/rift-citrix-adc-vulnerabilities-cve-2020-8193-cve-2020-8195-and-cve-2020-8196-intelligence/ https://dmaasland.github.io/posts/citrix.html

Disclaimer: I am not responsible for the use of this tool or any damages, DO NOT USE THIS FOR ILLEGAL PURPOSES. This tool was designed to scan for authorised assets to automate the check for this vulnerability on multiple citrix instances.

Introduction:

This CVE is can be chained with other CVEs found during the initial research found at: https://dmaasland.github.io/posts/citrix.html

I took this script and amended it to take out the LFI payload and allow the user to parse in a file of urls to test against. Thanks to dmaasland

Install:

git clone https://github.com/PR3R00T/CVE-2020-8193-Citrix-Scanner.git

chmod +x scanner.py

amend the urls.txt file with the urls https://XX.XX format.

python3 ./scanner.py urls.txt

Download Tool