Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Endpoints Explorer is a Python script that employs multiple bypass rules to discover sensitive endpoints.

A browser extension for SRC vulnerability mining, collecting sensitive information and suspicious clues from web pages.
Endpoints Explorer is a Python script designed to discover sensitive endpoints by employing multiple bypass rules. It utilizes the aiohttp library to make asynchronous HTTP requests, allowing for highly concurrent scanning of endpoints for sensitive information. The script is capable of attempting various bypass rules and returns results as soon as sensitive information is detected.
results.log file in the current directory.To use the script, install the required Python libraries with:
pip install aiohttp asyncio coloramaThen run the script with:
python3 endpoints_explorer.py <base_url> <normal_paths_dict> <sensitive_files_dict> [-c <concurrency>] [-v] [-e]This script is intended for lawful, authorized security testing activities only. Users are responsible for ensuring they have proper authorization before conducting scans.