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
·
lc avatar

lc/subjs

0
View on GitHub↗
854 estrellas·109 forks·Go·MIT·1 vista

Subjs

Fetches javascript file from a list of URLS or subdomains.

Features

  • JavaScript and API Analysis - Extract subdomains from JavaScript files.
  • Reconnaissance Tools - Fetches JavaScript files from lists of URLs.

Historial de estrellas

Gráfico del historial de estrellas de lc/subjsGráfico del historial de estrellas de lc/subjs

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Subjs

Proyectos open-source similares, clasificados según cuántas características comparten con Subjs.
  • gerbenjavado/linkfinderAvatar de GerbenJavado

    GerbenJavado/LinkFinder

    4,390Ver en GitHub↗

    LinkFinder is a security reconnaissance and static analysis tool designed for JavaScript endpoint discovery. It extracts absolute and relative URLs and parameters from JavaScript files to map the attack surface of web applications and identify hidden API routes. The tool operates through static code analysis and regular expression pattern matching to find endpoints without executing the source code. It includes a data processor for importing exported files from Burp Suite, enabling the batch analysis of multiple JavaScript assets in a single execution. The system provides capabilities for do

    Python
    Ver en GitHub↗4,390
  • 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

    Python
    Ver en GitHub↗2,469
  • devanshbatham/paramspiderAvatar de devanshbatham

    devanshbatham/ParamSpider

    3,103Ver en GitHub↗

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

    Python
    Ver en GitHub↗3,103
  • 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

    Pythonapi-fuzzerapi-fuzzingapi-testing
    Ver en GitHub↗6,086
Ver las 30 alternativas a Subjs→

Preguntas frecuentes

¿Qué hace lc/subjs?

Fetches javascript file from a list of URLS or subdomains.

¿Cuáles son las características principales de lc/subjs?

Las características principales de lc/subjs son: JavaScript and API Analysis, Reconnaissance Tools.

¿Qué alternativas de código abierto existen para lc/subjs?

Las alternativas de código abierto para lc/subjs incluyen: m4ll0k/secretfinder — SecretFinder - A python script for find sensitive data (apikeys, accesstoken,jwt,..) and search anything on javascript… sh1yo/x8. devanshbatham/paramspider — Mining URLs from dark corners of Web Archives for bug hunting/fuzzing/further probing. gerbenjavado/linkfinder — LinkFinder is a security reconnaissance and static analysis tool designed for JavaScript endpoint discovery. It… s0md3v/arjun — Arjun is an HTTP parameter discovery tool that identifies valid parameters on web endpoints by testing large… bishopfox/spoofcheck.