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
mantra — 「🔑」A tool used to hunt down API key leaks in JS files and pages | Kitploit
Tools/GitHubGitHub/brosck/mantra
Vulnerability ScannersInformation GatheringWeb SecuritySecret Detection
GitHubbrosck/mantra

mantra

「🔑」A tool used to hunt down API key leaks in JS files and pages

View RepositoryWebsite
923955 months 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

「🔑」 About Mantra

The tool in question was created in Go and its main objective is to search for API keys in JavaScript files and HTML pages.

It works by checking the source code of web pages and script files for strings that are identical or similar to API keys. These keys are often used for authentication to online services such as third-party APIs and are confidential and should not be shared publicly.

By using this tool, developers can quickly identify if their API keys are leaking and take steps to fix the problem before they are compromised. Furthermore, the tool can be useful for security officers, who can use it to verify that applications and websites that use external APIs are adequately protecting their keys.

In summary, this tool is an efficient and accurate solution to help secure your API keys and prevent sensitive information leaks.

Help

Usage

Install

From go:

root@kitploit:~
go install github.com/Brosck/mantra@latest

From source code:

root@kitploit:~
git clone https://github.com/brosck/mantra
cd mantra
make
./build/mantra-amd64-linux -h

Results

Firebase API Key Leak: image

Buy me a coffee?



Download Tool