Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/h33tlit/jbin-website-secret-scraper
Information GatheringWeb SecuritySecret DetectionCrawler
GitHubh33tlit/jbin-website-secret-scraper

Jbin-website-secret-scraper

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.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
1783084 years agoReviewed by Kitploit
Share

🎖️

Jbin will gather all the URLs from the website and then it will try to expose the secret data from them. It collects both URLs and JS links to scrape secrets out of it. Also if you are looking for a specific string in a page or want to run custom regex then you can do that too now with the new release, It also provides you with a informative report.

How does it work?

image

Third Party Components

  • Wayback API

Installation

Required: Python-3.8.5, Flask

  1. Install flask pip install Flask
  2. Install the requirements pip install -r requirements.txt
  3. Now set the environment variables export FLASK_APP=app.py
  4. Now you can just run the application flask run

Alternative Faster Version

Want Jbin to work asynchronously?

Follow this article - Using gunicorn you can make the whole application asynchronous!

[Note]: Make sure you verify that flask is installed flask --version

Testing

Url: https://peaceful-colden-270bad.netlify.app

Copy the url and put this as a target in the tool, Put AWS Keys/IPV4/IPV6 python regexes to verify it's capabilities

Usage

Now go to http://127.0.0.1:5000/ where by default the application will be launched but if that port is in used you can run this flask run --host=127.0.0.1 --port=ANY PORT NUMBER

Enter your target domain and put your custom regex or string, You can run the tool as per your requirement.

image

image

[Note: Becareful of regex as wrong one can crash the script]

image

image







If you are fine with the old version you can always download it from the release section

Please do create issues if you face any error while using the application

Download Tool