Recon Tool: Mantra
Reading Time: 2 Minutes
Description
Mantra by MrEmpy, its a Recon tool with the main objective of searching 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 professionals, 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.
See Also: So you want to be a hacker?
Offensive Security and Ethical Hacking Course
Help
Usage
See Also: Offensive Security Tool: Nucleimonst3r
See Also: Offensive Security Tool: Mythic
Install
From go:
go install github.com/MrEmpy/Mantra@latest
From source code:
git clone https://github.com/MrEmpy/Mantra
cd Mantra
make
./build/mantra-amd64-linux -h
Clone the repo from here: GitHub Link