nipejs

command module
v1.9.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2024 License: MIT Imports: 1 Imported by: 0

README

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.
  • 🔍 Regex Pattern Validation: Ensure pattern accuracy with built-in validation.
  • 🌟 Special Regexs for API Keys: Automatically validate API keys for added convenience.
  • 🔓 Base64 Decryption Patterns: Decrypt Base64-encoded strings to uncover hidden information.

☕ Installation

go install github.com/i5nipe/nipejs@latest

☕ Usage

NipeJS supports various input methods, making it suitable for diverse scenarios, from one-time scans to automated security workflows.

☕ 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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL