i5nipe / nipejs

Simplify your life with leak detection in JavaScript. NipeJS streamlines the use of regex, making it effortless to uncover potential leaks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NipeJS

☕ Overview

NipeJS is a powerful tool designed to detect JavaScript leaks through precise regex pattern scanning, streamlining the identification of potential data leaks within code.

alt text

☕ Key Features

  • 💡 Automated Leak Detection: Efficiently scan large codebases for sensitive information.
  • Concurrent Scanning: Process multiple URLs or files simultaneously for faster results.
  • 🌟 Special Regexs for API Keys: Automatically validate API keys for added convenience.
  • 🔓 Base64 Decryption Patterns: Decrypt Base64-encoded strings to uncover hidden information.
  • 🏷️ Custom Regex Categories: Dynamically categorize leaks by associating each regex with a custom category in the regex file.

☕ Additional Information

  • Editing Regexs File: When adding a category to a regex, insert it after 2 tabs (\t\t). Be cautious, as some text editors may replace tabs with spaces.

☕ Installation

go install github.com/i5nipe/nipejs/v2@latest

The binary will be installed in the default Go binary directory. Ensure that this directory is included in your system's PATH variable to execute the nipejs command from any location in the terminal.

export PATH=$PATH:$(go env GOPATH)/bin

☕ Example Commands

  • Scan URLs from STDIN: cat UrlsList | nipejs
  • Scan URLs from a file: nipejs -u urlList.txt
  • Analyze JavaScript files in a directory: nipejs -d /path/to/js/files
  • Analyze JavaScript file: nipejs -d /path/to/js/files.js
  • Specify a custom regex file: nipejs -r regex.txt -d file.js

☕ Contributing

Contributions to NipeJS are welcome! If you have suggestions, feature requests, or bug reports, please open an issue on GitHub.

☕ Acknowledgments

About

Simplify your life with leak detection in JavaScript. NipeJS streamlines the use of regex, making it effortless to uncover potential leaks.

License:MIT License


Languages

Language:Go 100.0%