Skip to content

Jawsh29/Python-Secret-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python-Secret-Scanner

Python CLI to scan documents for hardcoded passwords and secrets

The purpose of this scanner is to improve security when creating software and projects. Run this program before committing to GitHub, sharing files with others, etc.

To use run "python SecretScanner.py --dir ./test_docs --ext all -v" in command line to test files for secrets

Arguments --dir : specify what directory youd would like to scan --ext: Specify what file extensions you would like to scan. To scan all file types in a file location run "--ext all" -v: displays what secrets were founs during scan

About

Python CLI to scan documents for hardcoded passwords and secrets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published