Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
jshole — Un escáner de vulnerabilidades de componentes JavaScript, basado en RetireJS | Kitploit
Herramientas/GitHubGitHub/callforpapers-source/jshole
Escáneres de VulnerabilidadesSeguridad WebCrawler
GitHubcallforpapers-source/jshole

jshole

Un escáner de vulnerabilidades de componentes JavaScript, basado en RetireJS

Ver Repositorio
3614hace 6 añosRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

jshole

Un escáner simple de vulnerabilidades de componentes JavaScript, basado en RetireJS.

¿Por qué usar JShole en lugar de RetireJS?

Por defecto, RetireJS solo busca en una página, pero JShole intenta rastrear todas las páginas.

Comenzar

Requisitos

  • requests

Instalación

  • git clone https://github.com/callforpapers-source/jshole.git
  • cd jshole
  • pip3 install -r requirements
  • python3 jshole.py
root@kitploit:~
usage: jshole [-h] -u URL [-d] [-l LIMIT] [-t THREAT]
optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     url string
  -d, --debug           Web Scrap debugger(default=false)
  -l LIMIT, --limit LIMIT
                        Search Depth limit(default=1)
  -t THREAT, --threat THREAT
                        The number of links that open per round
Descargar herramienta