Jbin Website Secret Scraper

screenshot of Jbin Website Secret Scraper
flask

Jbin will gather all the URLs from the website and then it will try to expose the secret data from them such as API keys, API secrets, API tokens and many other juicy information.

Overview

Jbin is an innovative tool aimed at extracting secret data from various URLs and JavaScript links within a website. Its functionality allows users to not only gather these links but also search for specific strings or perform custom regex searches, making it a versatile tool for developers and security professionals alike. With a new report generation feature, users can easily understand the findings of their scraping sessions.

This application runs on Python and employs Flask, providing an intuitive setup and usage experience. Whether you're looking to run the tool synchronously or prefer an asynchronous approach with Gunicorn, Jbin gives you the flexibility to choose your method depending on your needs.

Features

  • Comprehensive URL Scanning: Jbin collects all URLs and JS links from a specified website, ensuring no potential secret data is overlooked.
  • Custom Regex Support: Users can input specific strings or regex patterns to hone in on particular data within the scraped content.
  • Informative Reporting: The tool generates detailed reports on the data it collects, providing users with an overview of the findings.
  • Asynchronous Capability: For those needing faster performance, Jbin offers an asynchronous mode via Gunicorn.
  • User-friendly Setup: Installation is straightforward, requiring only Python and Flask, with easy-to-follow commands to get started.
  • Error Feedback Mechanism: Users are encouraged to report issues they encounter, creating a community-driven improvement loop for the application.
  • Legacy Version Availability: For users who prefer the older version of Jbin, it remains accessible from the release section.
flask
Flask

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.