JavaScript Intelligence & Attack Surface Discovery Engine
Project description
JSEye v2.0 - Ultimate JavaScript Intelligence & Attack Surface Discovery Engine
JSEye is an enterprise-grade, fully automated attack surface discovery and JavaScript analysis engine designed for elite bug bounty hunters and red teamers.
Going far beyond simple regex crawling, JSEye silently orchestrates a high-performance, 6-tool Go pipeline (gau, waybackurls, hakrawler, subfinder, katana, mantra) combined with headless browser rendering and Abstract Syntax Tree (AST)-level parsing. It automatically extracts hidden endpoints, hardcoded credentials, obsolete library CVEs, and Swagger/OpenAPI specifications from deeply obfuscated and minified JavaScript.
⚡ Zero-Touch Automated Setup
Forget manually configuring binary paths and installing dependencies. JSEye handles its own environment.
On your first run, JSEye performs a pre-flight check across Linux, Windows, and macOS. If any required external OS tools are missing, it natively compiles and installs them via Go before the scan even begins.
Installation
JSEye natively bundles its requirements into a clean pip package. Install globally in seconds:
pip install jseye
Required: Python 3.8+. Go is recommended for the initial transparent tool installation pipeline.
🧠 Core Capabilities
- Zero-Touch Tool Orchestration: Installs and multiplexes
subfinder,katana,gau,waybackurls,hakrawler, andmantraasynchronously. - Deep JS AST Analysis: Employs headless browser rendering and AST decomposition to extract dynamically loaded parameters and endpoints that defeat standard static regex parsing.
- Swagger / OpenAPI Mapping: Scans over 200+ known endpoints and dynamically parses OpenAPI/Swagger specifications (v2/v3), yielding fully qualified API routes directly from the target infrastructure.
- Vulnerability & CVE Mapping: Identifies obsolete library versions mapping them dynamically to CVSS/CVE databases (NVD/OSV).
- Intelligent Noise Filtering: Context-aware prioritization engine filters out "dead" frameworks and focuses only on high-value, actionable assets.
- Advanced Export Engineering: Generates immediate tactical outputs: ffuf brute-force configurations, cURL pipelines, Burp Suite XML sitemaps, and custom Nuclei templates.
- Interactive Reporting: Generates sleek, filterable JSON and HTML reports, including an Executive Summary for compliance tracking.
🏗️ Deep Architecture Pipeline
JSEye executes in an 8-phase parallelized pipeline to maximize speed and coverage.
graph TD
A[Input Target] --> B[Tool Installer Pre-Flight]
B --> C{Verify & Auto-Install Missing Go Tools}
C -->|subfinder, katana, gau...| D[Parallel Discovery Phase]
D --> E[SubFinder & Katana Dynamic Crawls]
D --> F[Archive/Wayback Historical Fetch]
D --> G[Hakrawler Depth Scan]
E --> H[Consolidated JS Files]
F --> H
G --> H
H --> I[AST & Regex Parsers]
I --> J[Secret Detection Engine / Mantra]
I --> K[Swagger/API Extractor]
I --> L[Vulnerability / CVE Engine]
J --> M[Prioritization Engine]
K --> M
L --> M
M --> N[Exporters: Wordlists, Nuclei, ffuf, cURL]
M --> O[Interactive HTML & JSON Reports]
🎯 Advanced Usage & Scenarios
JSEye works seamlessly against a single host, an entire CIDR, or a local file folder of previously scraped assets.
Basic Reconnaissance
Execute a highly optimized scan with smart defaults (ideal for initial recon):
jseye target.com
Ultimate Hunter Mode (--all)
Enable every specialized crawler, headless browser rendering, exhaustive API finding, AST parsing, and automatically generate all export formats (Nuclei, ffuf, etc.) in one command:
jseye target.com --all
Actionable & Aggressive Filtering
Focus only on high-fidelity, exploitable findings (removes 95% of standard framework noise):
jseye target.com --actionable --aggressive-filter
Continuous Attack Surface Monitoring (CI/CD)
Compare a fresh scan against a baseline report to spot newly added endpoints, APIs, or leaked secrets in real-time. Extremely powerful when running in cron jobs:
jseye target.com --compare previous_report.json --json --silent
Exporting Tactical Artifacts
Generate specific outputs for downstream toolchains:
# Generate a Nuclei template for custom fuzzing
jseye target.com --export-nuclei custom_nuclei.yaml
# Generate ffuf commands tailored to the discovered parameters
jseye target.com --export-ffuf ffuf_commands.sh
# Export a Burp Suite sitemap for manual API testing
jseye target.com --export-burp sitemap.xml
Speed & Stealth Operations
Bypass heavy sub-processors to maintain stealth or dramatically increase speed:
# Provide multiple targets via file, disable historical archive scraping
jseye targets.txt --no-gau --no-wayback
# Run silently for direct file output parsing
jseye targets.txt --silent -o /tmp/jseye_out/
🛠️ Building From Source
For developers looking to modify the engine, JSEye includes automated build scripts to construct local pip distributions.
# Windows
.\build.ps1
# Linux / macOS
./build.sh
These wrapper scripts securely clean legacy artifacts, upgrade your Python build layer, compile the wheel, and force-install the native binary directly into your path.
🤝 Contribution & License
Contributions are welcome! JSEye is actively maintained to map the modern JavaScript threat landscape.
This project is licensed under the MIT License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jseye-3.0.1.tar.gz.
File metadata
- Download URL: jseye-3.0.1.tar.gz
- Upload date:
- Size: 160.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14d5de01759dcd8481052abf3536ac76292cd0a4e1e98c2221722c24e479839d
|
|
| MD5 |
23fd527f3998df9354e092a767ec1002
|
|
| BLAKE2b-256 |
1cefbb1f935615f6e8f4460ac7ce2213585209e34dbea5706017297dddef529f
|
File details
Details for the file jseye-3.0.1-py3-none-any.whl.
File metadata
- Download URL: jseye-3.0.1-py3-none-any.whl
- Upload date:
- Size: 184.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
701a13b33ec5366574d8860a2bb8a7c95cc901e2d9f97dc49b87a4422854bb9c
|
|
| MD5 |
4efd154f990103515984652cc16188fb
|
|
| BLAKE2b-256 |
b527dd485af2fee33831241ccdc8598a8d992e6c0b54002c4f144f39024f7248
|