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-2019-6693 — Decrypt FortiGate configuration files and encrypted strings to detect default encryption keys, enabling rapid assessment of CVE-2019-6693 vulnerability. | Kitploit
Tools/GitHubGitHub/real4xor/cve-2019-6693
Encryption/Decryption ToolsVulnerability AnalysisConfiguration AuditingNetwork SecurityPenetration Testing
GitHubreal4xor/cve-2019-6693

CVE-2019-6693

Decrypt FortiGate configuration files and encrypted strings to detect default encryption keys, enabling rapid assessment of CVE-2019-6693 vulnerability.

View Repository
1131 year 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-2019-6693

Have you changed your default FortiGate encryption keys? Run this script and find out! You can provide the entire configuration file dump or individual encrypted values. If the decrypted values aren't complete nonsense or produce a word, then it is likely the encryption key is left as default.

Installation

root@kitploit:~
git clone https://github.com/Real4XoR/cve-2019-6693.git
cd cve-2019-6693
pip3 install -r requirements.txt

Usage

Provide the entire .conf configuration file:

root@kitploit:~
python3 cve-2019-6693.py --config <File>.conf

You can also provide just the encrypted string:

root@kitploit:~
python3 cve-2019-6693.py --string <ENC String>

Kudos

Rework of the below script to make it do a few more things.

https://github.com/saladandonionrings/cve-2019-6693

Download Tool