Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
jsecret — Fast Go-based static scanner for detecting sensitive data (API keys, tokens, passwords) in JavaScript files and source code using regex patterns. | Kitploit
Tools/GitHubGitHub/raoufmaklouf/jsecret
Static AnalysisVulnerability AnalysisCode AnalysisInformation GatheringSecret Detection
GitHubraoufmaklouf/jsecret

jsecret

Fast Go-based static scanner for detecting sensitive data (API keys, tokens, passwords) in JavaScript files and source code using regex patterns.

View Repository
411162 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

jsecret

simple and fast tool to detect sensitive data in the source code such as javascript files or others

install

go install -v github.com/raoufmaklouf/jsecret@latest

Usage

cat jsfiles.txt | jsceret

echo http://test.tld/main.js | jsecret

Big thank to https://twitter.com/medmahmoudi_619 for helpful help with regex

Download Tool