MCPcopy Index your code
hub / github.com/burak0x01/findsecret

github.com/burak0x01/findsecret @v1.0.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.5 ↗ · + Follow
14 symbols 35 edges 1 files 1 documented · 7%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

findsecret

Find secret keys from JS file

Installation

From Source

  1. Install Go on your system (min v17.0.0 and GO111MODULE env should be "on")
  2. go install github.com/burak0x01/findsecret@latest

From Binary

You can download the pre-built binaries from the releases page and run. For example:

unzip findsecret_linux_amd64.zip

mv findsecret /usr/bin

findsecret -h

Usage

Findsecret requires 2 parameters to run: -i (input), -o (output).

Input

findsecret -i https://domain.tld

findsecret -i ./local/path/main.js

findsecret -i https://somedomain/something.js

Output

findsecret -i https://domain.tld -o cli (default)

findsecret -i https://domain.tld -o result.txt

For example

findsecret -i https://findsecret.s3.eu-central-1.amazonaws.com/index.html

Screenshot 2022-07-20 102542

Core symbols most depended-on inside this repo

check
called by 16
findsecret.go
checkOutput
called by 3
findsecret.go
matchSecret
called by 3
findsecret.go
getExternalJsFile
called by 2
findsecret.go
checkSecret
called by 1
findsecret.go
checkInput
called by 1
findsecret.go
downloadSecret
called by 1
findsecret.go
readSecrets
called by 1
findsecret.go

Shape

Function 13
Struct 1

Languages

Go100%

Modules by API surface

findsecret.go14 symbols

For agents

$ claude mcp add findsecret \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page