Skip to content

Python script for recursively searching files in a directory for secrets and API keys using regular expressions.

Notifications You must be signed in to change notification settings

abd-4fg/SecretsRegexFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Apikeys-and-tokens-Finding via regexes

The script can be used to search for list of apikeys and secrets via a regexes, in all the files inside a specified directory and return the found matches in response.

Note:

  • In above finder.py script , modify the paths of regex.txt file and the directory of files to search in , to actual paths in your system.

The script can be slow to process high number of files inside a directory.

About

Python script for recursively searching files in a directory for secrets and API keys using regular expressions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages