
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.
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.

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.