yahyatoubali / nipejs

Detects JavaScript leaks via regex patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NipeJS

Read a list of JS files and look for sensitive data via regex.

alt text

☕ Install

go install github.com/i5nipe/nipejs@latest

☕ Regular expressions

Download the file "files/regex.txt"

  • You don't need to specify the regex file if you put it in ~/.nipe/regex.txt.

  • This tool has some special regex, e.g. decrypt base64 strings.

  • Automatically test the authenticity of some API keys

☕ Usage examples

nipejs -u jsfile -r regex.txt

nipejs -u ~/Path/to/jsfile -s -r regex.txt

cat jsfile | nipejs -r regex.txt

Credits

About

Detects JavaScript leaks via regex patterns


Languages

Language:Go 100.0%