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
remote-bitlocker-encryption-report — PowerShell script to mitigate CVE-2018-12038. The script takes a list of PC as input, gets their BitLocker encryption type remotely, and outputs a report as a CSV file | Kitploit
Tools/GitHubGitHub/gdraperi/remote-bitlocker-encryption-report
Cloud Infrastructure SecurityEncryption/Decryption ToolsVulnerability AnalysisScripting & AutomationConfiguration AuditingIncident Response
GitHubgdraperi/remote-bitlocker-encryption-report

remote-bitlocker-encryption-report

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →

PowerShell script to mitigate CVE-2018-12038. The script takes a list of PC as input, gets their BitLocker encryption type remotely, and outputs a report as a CSV file

View Repository
247 years agoNot yet reviewed
Share

remote-bitlocker-encryption-report

This PowerShell script takes a list of PC as input, gets their BitLocker encryption type remotely, and outputs the list as a CSV file to help mitigate against CVE-2018-12038.

Prevent CVE-2018-12038 vulnerability

Description of CVE-2018-12038 from NIST :

An issue was discovered on Samsung 840 EVO and 850 EVO devices (only in "ATA high" mode, not vulnerable in "TCG" or "ATA max" mode), Samsung T3 and T5 portable drives, and Crucial MX100, MX200 and MX300 devices. Absence of a cryptographic link between the password and the Disk Encryption Key allows attackers with privileged access to SSD firmware full access to encrypted data.

More here ...

Along with applying patches on SSD firmware, CERT advises not to use hardware BitLocker encryption.

This script helps network administrators mitigate this vulnerability by generating a CSV report listing computers and their BitLocker encryption method, which can be used to identify workstations that need to have their encryption type changed. Network administrators can then manually change this encryption type or remotely through GPO.

This script does this by taking a text file list of PCs as input, getting their BitLocker encryption type using the manage-bde command remotely and outputing a list of PC and encryption types as a CSV file.

Download Tool