https://github.com/hackunderway/webspectre
Realiza análisis profundos o rápidos de sitios web, identificando enlaces válidos.
https://github.com/hackunderway/webspectre
pentesting python tool webspectre
Last synced: 12 months ago
JSON representation
Realiza análisis profundos o rápidos de sitios web, identificando enlaces válidos.
- Host: GitHub
- URL: https://github.com/hackunderway/webspectre
- Owner: HackUnderway
- License: mit
- Created: 2025-06-11T04:01:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-11T05:20:17.000Z (about 1 year ago)
- Last Synced: 2025-06-11T05:26:17.332Z (about 1 year ago)
- Topics: pentesting, python, tool, webspectre
- Language: Python
- Homepage: https://hackunderway.com/tienda/
- Size: 177 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WebSpectre 🔎
Escáner web avanzado que permite detectar enlaces válidos de sitios y generar reportes en múltiples formatos.
---
## 🧠 Descripción
**WebSpectre** es una herramienta de escaneo web desarrollada en Python. Realiza análisis profundos o rápidos de sitios web, identificando enlaces válidos y generando reportes automáticos en JSON y PDF. Ideal para análisis de seguridad básicos o auditorías web.
---
## ⚙️ Instalación
Clona el repositorio:
```bash
git clone https://github.com/HackUnderway/webspectre.git
```
```bash
cd webspectre
```
```bash
pip install -r requirements.txt
```
```bash
python -m webspectre_scanner -h
```
```bash
usage: python -m webspectre_scanner [url] [-h] [-d DEPTH] [-o OUTPUT] [--fast-scan] [--max-pages MAX_PAGES] [--no-verify]
WebSpectre Scanner - Escáner web avanzado con verificación de URLs
positional arguments:
url URL objetivo a escanear (ej. https://example.com)
options:
-h, --help show this help message and exit
-d, --depth DEPTH Profundidad máxima de escaneo (predeterminado: 2)
-o, --output OUTPUT Directorio para guardar reportes (se creará si no existe)
--fast-scan Modo rápido (limita páginas por sección y excluye APIs)
--max-pages MAX_PAGES
Límite de páginas por sección (predeterminado: 20)
--no-verify Deshabilitar verificación SSL
Ejemplos de uso:
Escaneo básico: python -m webspectre_scanner https://example.com
Escaneo profundo: python -m webspectre_scanner https://example.com -d 3 -o reportes
Escaneo rápido: python -m webspectre_scanner https://example.com --fast-scan
```
## 🚀 Uso
##### Escaneo básico
python -m webspectre_scanner https://example.com
##### Escaneo profundo con reportes
python -m webspectre_scanner https://example.com -d 3 -o reportes
##### Escaneo rápido
python -m webspectre_scanner https://example.com --fast-scan
> **El proyecto está abierto a colaboradores.**
# DISTRIBUCIONES SOPORTADAS
|Distribución | Versión verificada | ¿Soportado? | Estado |
|--------------|--------------------|------|-------|
|Kali Linux| 2025.1| si| funcionando |
|Parrot Security OS| 6.2| si | funcionando |
|Windows| 11 | si | funcionando |
|BackBox| 9 | si | funcionando |
|Arch Linux| 2024.12.01 | si | funcionando |
# SOPORTE
Preguntas, errores o sugerencias: info@hackunderway.com
# LICENSE
- [x] WebSpectre tiene licencia.
- [x] Consulta el archivo [LICENSE](https://github.com/HackUnderway/webspectre#MIT-1-ov-file) para más información.
# CYBERSECURITY RESEARCHER
* [Victor Bancayan](https://www.offsec.com/bug-bounty-program/) - (**CEO at [Hack Underway](https://www.instagram.com/hackunderway/)**)
## 🔗 ENLACES
[](https://www.patreon.com/c/HackUnderway)
```
Fanpage: https://www.facebook.com/HackUnderway
X: https://x.com/JeyZetaOficial
Web site: https://hackunderway.com
Youtube: https://www.youtube.com/@JeyZetaOficial
```
## 🌞 Suscripciones
Afíliate:
- [Jey Zeta](https://www.facebook.com/JeyZetaOficial/subscribe/)
[](https://www.kali.org/)
from
made in
with
by: Victor Bancayan, if you want Donate 
© 2025