mantra
mantra copied to clipboard
「🔑」A tool used to hunt down API key leaks in JS files and pages
just changing the tool repo name from Mantra to mantra in the installation guidancce section for avoiding/fixing installation issues
add BlackArch install steps (I added mantra in this PR https://github.com/BlackArch/blackarch/pull/4056)
I've added cookie support, can be used something like: ``` echo target.tld | mantra -ua 'go-client/1.0' -c 'SESSION=1; admin=false; something=else' ``` Tested using macOS: ``` # terminal1: GOOS=darwin GOARCH=arm64 go...