
Fast Go-based static scanner for detecting sensitive data (API keys, tokens, passwords) in JavaScript files and source code using regex patterns.
simple and fast tool to detect sensitive data in the source code such as javascript files or others
go install -v github.com/raoufmaklouf/jsecret@latest
cat jsfiles.txt | jsceret
echo http://test.tld/main.js | jsecret
Big thank to https://twitter.com/medmahmoudi_619 for helpful help with regex