Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

πŸ›‘οΈ SainiON Hacks – JS Recon & Secret Scanner

Python Tkinter Security YouTube

A powerful all-in-one GUI reconnaissance tool for Bug Bounty Hunters and Pentesters.
This tool automates JavaScript recon by pulling historical JS files from the Wayback Machine, scanning them for hardcoded secrets, and extracting hidden endpoints.

Developed by: SainiON Hacks
πŸ“Ί YouTube: https://www.youtube.com/@SainiONHacks


πŸ“Έ Screenshots

πŸ” Secret Scanning (API Keys & Tokens)

image

πŸ”Ž Endpoint Discovery (Recon)

image

✨ Features

  • Wayback Machine (CDX API) integration
  • Smart URL filtering using URO
  • 900+ regex-based secret patterns
  • Shannon Entropy false-positive reduction
  • Endpoint extraction & auto-resolution
  • Tkinter-based professional GUI
  • HTML report export

πŸš€ Installation

Clone

git clone https://github.com/SainiONHacks/Secret_Hunter.git
cd Secret_Hunter

Install

Exe and linux

Run

Windows
Linux

πŸ§ͺ Usage

  1. Enter target domain
  2. Enable URO
  3. Click Start Recon
  4. Analyze Secrets & Endpoints
  5. Export HTML report

πŸ“ Configuration

Secrets are defined in custom_secrets.json

[
  {
    "name": "Google API Key",
    "pattern": "AIza[0-9A-Za-z\-_]{35}",
    "severity": "medium"
  }
]

⚠️ Disclaimer

Educational and authorized testing only.
You are responsible for legal usage.


❀️ Support

YouTube: https://www.youtube.com/@SainiONHacks

About

This tool is designed for educational purposes and authorized security testing only. The developer (SainiON Hacks) is not responsible for any misuse. Always obtain permission before scanning targets.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors