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
Herramientas/GitHubGitHub/radityahack/cve-2025-0133
ReconocimientoEscáneres de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebRecopilación de InformaciónPruebas de Penetración
GitHubradityahack/cve-2025-0133

cve-2025-0133

Escáner de CVE-2025-0133 | Comprobador de XSS de Palo Alto GlobalProtect

Ver Repositorio
12hace 2 mesesAún no revisado

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

Escáner CVE-2025-0133

Escáner de vulnerabilidad de XSS reflejado en Palo Alto PAN-OS GlobalProtect.

Características

  • Escaneo de un solo objetivo y masivo
  • Multihilo (configurable)
  • Soporte de proxy (Burp, ZAP, etc.)
  • Salida en color con resumen
  • Guardar las URL vulnerables en un archivo

Instalación

Vía pip (desde GitHub)

root@kitploit:~
pip install git+https://github.com/radityahack/cve-2025-0133.git

Luego úsalo en cualquier lugar:

root@kitploit:~
cve-2025-0133 -u 192.168.1.1

Manual (clonar y ejecutar)

root@kitploit:~
git clone https://github.com/radityahack/cve-2025-0133.git
cd cve-2025-0133
pip install -r requirements.txt
python cve_2025_0133.py -u 192.168.1.1

Instalación editable (para desarrollo)

root@kitploit:~
pip install -e .

Uso

root@kitploit:~
usage: cve_2025_0133.py [-h] (-u URL | -l LIST) [-t THREADS] [--proxy PROXY]
                        [--timeout TIMEOUT] [-o OUTPUT]

CVE-2025-0133 - Palo Alto GlobalProtect XSS Scanner

options:
  -h, --help            show this help message and exit
  -u, --url URL         Single target (IP or URL)
  -l, --list LIST       File containing list of targets
  -t, --threads THREADS Number of threads (default: 10)
  --proxy PROXY         Proxy (e.g. http://127.0.0.1:8080)
  --timeout TIMEOUT     Request timeout in seconds (default: 10)
  -o, --output OUTPUT   Save vulnerable exploit URLs to file

Ejemplos

root@kitploit:~
# Single target
cve-2025-0133 -u 203.0.113.1

# Mass scan from file
cve-2025-0133 -l targets.txt

# With proxy (Burp Suite)
cve-2025-0133 -u https://vpn.target.com --proxy http://127.0.0.1:8080

# 50 threads + save results
cve-2025-0133 -l targets.txt -t 50 -o vulnerable.txt

Salida

root@kitploit:~
╔══════════════════════════════════════════╗
║        CVE-2025-0133 Scanner             ║
║  Palo Alto GlobalProtect XSS Checker     ║
╚══════════════════════════════════════════╝
               @radityahack

[*] Targets loaded: 50
[*] Checking...

  [VULNERABLE] https://203.0.113.1
  [NOT VULN]   https://203.0.113.2
  [TIMEOUT]    https://203.0.113.3

[*] Scan complete.
[*] Total: 50 | Vulnerable: 3 | Not vulnerable: 47

[!] VULNERABLE TARGETS:
  1. https://203.0.113.1/ssl-vpn/getconfig.esp?...

Descargo de responsabilidad

Esta herramienta es únicamente para pruebas de seguridad autorizadas. El escaneo no autorizado de sistemas que no posees o para los que no tienes permiso explícito de pruebas es ilegal. El autor no es responsable del mal uso.

Licencia

MIT

Descargar herramienta