Search for Google API keys with RIPgrep
~ $
rg 'AIza[0-9A-Za-z\-_]{35}' -o
Description
Search for Google API keys recursively in the current folder and its sub-folders.
rg 'AIza[0-9A-Za-z\-_]{35}' -o
Search for Google API keys recursively in the current folder and its sub-folders.