awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repositorios

Awesome GitHub RepositoriesJavaScript and API Analysis

Tools for extracting secrets, endpoints, and keys from client-side code.

Explore 7 awesome GitHub repositories matching part of an awesome list · JavaScript and API Analysis. Refine with filters or upvote what's useful.

Awesome JavaScript and API Analysis GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • s0md3v/arjunAvatar de s0md3v

    s0md3v/Arjun

    6,086Ver en GitHub↗

    Arjun is an HTTP parameter discovery tool that identifies valid parameters on web endpoints by testing large dictionaries of parameter names against target URLs. It systematically probes endpoints using GET, POST, JSON, and XML request formats to find which parameters the server accepts, and can detect parameters whose values appear reflected in the response body. The tool distinguishes itself through its multi-method scanning approach, passive parameter collection from public archives like OTX and CommonCrawl, and its ability to detect value-sensitive parameters that only trigger a response

    Discover hidden HTTP parameters for API testing.

    Pythonapi-fuzzerapi-fuzzingapi-testing
    Ver en GitHub↗6,086
  • gerbenjavado/linkfinderAvatar de GerbenJavado

    GerbenJavado/LinkFinder

    4,390Ver en GitHub↗

    LinkFinder es una herramienta de reconocimiento de seguridad y análisis estático diseñada para el descubrimiento de endpoints en JavaScript. Extrae URLs absolutas y relativas y parámetros de archivos JavaScript para mapear la superficie de ataque de aplicaciones web e identificar rutas de API ocultas. La herramienta opera a través de análisis de código estático y coincidencia de patrones de expresiones regulares para encontrar endpoints sin ejecutar el código fuente. Incluye un procesador de datos para importar archivos exportados desde Burp Suite, permitiendo el análisis por lotes de múltiples activos JavaScript en una sola ejecución. El sistema proporciona capacidades para el análisis a nivel de dominio y filtrado específico de dominio para enfocar el descubrimiento en objetivos específicos. También cuenta con notificaciones de detección de palabras clave para alertar a los usuarios cuando cadenas específicas aparecen en los resultados, y soporta la exportación de datos descubiertos en formatos de texto plano o HTML.

    Discover endpoints and paths hidden in JavaScript.

    Python
    Ver en GitHub↗4,390
  • devanshbatham/paramspiderAvatar de devanshbatham

    devanshbatham/ParamSpider

    3,103Ver en GitHub↗

    Mining URLs from dark corners of Web Archives for bug hunting/fuzzing/further probing

    Extract parameters from web pages for testing.

    Python
    Ver en GitHub↗3,103
  • m4ll0k/secretfinderAvatar de m4ll0k

    m4ll0k/SecretFinder

    2,469Ver en GitHub↗

    SecretFinder - A python script for find sensitive data (apikeys, accesstoken,jwt,..) and search anything on javascript files

    Find sensitive information like API keys in JS files.

    Python
    Ver en GitHub↗2,469
  • sh1yo/x8Avatar de Sh1Yo

    Sh1Yo/x8

    2,022Ver en GitHub↗

    High-performance hidden parameter discovery tool.

    Rustbugbountycontent-discoveryrecon
    Ver en GitHub↗2,022
  • lc/subjsAvatar de lc

    lc/subjs

    854Ver en GitHub↗

    Fetches javascript file from a list of URLS or subdomains.

    Extract subdomains from JavaScript files.

    Go
    Ver en GitHub↗854
  • threatunkown/jsubfinderAvatar de ThreatUnkown

    ThreatUnkown/jsubfinder

    279Ver en GitHub↗

    JSubFinder is a tool writtin in golang to search webpages & javascript for hidden subdomains and secrets in the given URL. Developed with BugBounty hunters in mind JSubFinder takes advantage of Go's amazing performance allowing it to utilize large data sets & be easily chained with other tools.

    Find subdomains and secrets within JavaScript files.

    Go
    Ver en GitHub↗279
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. JavaScript and API Analysis