Code Monkey home page Code Monkey logo

nipejs's Introduction

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@latest

☕ 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

nipejs's People

Contributors

i5nipe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.