Skip to content

This PowerShell script scans all drives on your system for potential sensitive information, such as credit card numbers, social security numbers, email addresses, and API keys. The results are saved to a file (`C:\ScanResults.txt`).

License

Notifications You must be signed in to change notification settings

emin-eren-erdem/ScanSensitiveData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sensitive Data Scanner

This PowerShell script scans all drives on your system for potential sensitive information, such as credit card numbers, social security numbers, email addresses, and API keys. The results are saved to a file (C:\ScanResults.txt).

Features

  • Scans all logical drives on your system, matches common patterns for credit card numbers, social security numbers, email addresses, and more.
  • Saves results to a specified output file. Filters only text-based files.

Usage

  1. Clone repository, open PowerShell with administrative privileges.

  2. Run the script using the following command:

    .\ScanSensitiveData.ps1
    
  3. Once the scan is complete, review the results in the C:\ScanResults.txt file.

About

This PowerShell script scans all drives on your system for potential sensitive information, such as credit card numbers, social security numbers, email addresses, and API keys. The results are saved to a file (`C:\ScanResults.txt`).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published