{"id":29259271,"url":"https://github.com/hackunderway/webspectre","last_synced_at":"2025-07-04T06:32:42.385Z","repository":{"id":298436704,"uuid":"999958192","full_name":"HackUnderway/webspectre","owner":"HackUnderway","description":"Realiza análisis profundos o rápidos de sitios web, identificando enlaces válidos. ","archived":false,"fork":false,"pushed_at":"2025-06-11T05:20:17.000Z","size":181,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-11T05:26:17.332Z","etag":null,"topics":["pentesting","python","tool","webspectre"],"latest_commit_sha":null,"homepage":"https://hackunderway.com/tienda/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HackUnderway.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-11T04:01:53.000Z","updated_at":"2025-06-11T05:23:57.000Z","dependencies_parsed_at":"2025-06-11T05:26:28.222Z","dependency_job_id":"731b89c8-f6d6-4ec0-85d6-d5e4067db22e","html_url":"https://github.com/HackUnderway/webspectre","commit_stats":null,"previous_names":["hackunderway/webspectre"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HackUnderway/webspectre","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackUnderway%2Fwebspectre","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackUnderway%2Fwebspectre/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackUnderway%2Fwebspectre/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackUnderway%2Fwebspectre/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HackUnderway","download_url":"https://codeload.github.com/HackUnderway/webspectre/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HackUnderway%2Fwebspectre/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263461284,"owners_count":23470088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pentesting","python","tool","webspectre"],"created_at":"2025-07-04T06:30:34.911Z","updated_at":"2025-07-04T06:32:42.374Z","avatar_url":"https://github.com/HackUnderway.png","language":"Python","funding_links":["https://www.patreon.com/c/HackUnderway","https://www.buymeacoffee.com/HackUnderway","https://img.buymeacoffee.com/button-api/?text=Buy"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWebSpectre 🔎\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Escáner web avanzado que permite detectar enlaces válidos de sitios y generar reportes en múltiples formatos.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Python-3.11+-blue.svg\" alt=\"Python version\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Estado-En%20Desarrollo-yellow.svg\" alt=\"Estado\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Reportes-PDF%20%7C%20JSON-green.svg\" alt=\"Formatos de reporte\"\u003e\n\u003c/p\u003e\n\n---\n\n## 🧠 Descripción\n\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.\n\n---\n\n## ⚙️ Instalación\n\nClona el repositorio:\n\n```bash\ngit clone https://github.com/HackUnderway/webspectre.git\n```\n```bash\ncd webspectre\n```\n```bash\npip install -r requirements.txt\n```\n```bash\npython -m webspectre_scanner -h\n```\n```bash\nusage: python -m webspectre_scanner [url] [-h] [-d DEPTH] [-o OUTPUT] [--fast-scan] [--max-pages MAX_PAGES] [--no-verify]\n\nWebSpectre Scanner - Escáner web avanzado con verificación de URLs\n\npositional arguments:\n  url                   URL objetivo a escanear (ej. https://example.com)\n\noptions:\n  -h, --help            show this help message and exit\n  -d, --depth DEPTH     Profundidad máxima de escaneo (predeterminado: 2)\n  -o, --output OUTPUT   Directorio para guardar reportes (se creará si no existe)\n  --fast-scan           Modo rápido (limita páginas por sección y excluye APIs)\n  --max-pages MAX_PAGES\n                        Límite de páginas por sección (predeterminado: 20)\n  --no-verify           Deshabilitar verificación SSL\n\nEjemplos de uso:\n  Escaneo básico: python -m webspectre_scanner https://example.com\n  Escaneo profundo: python -m webspectre_scanner https://example.com -d 3 -o reportes\n  Escaneo rápido: python -m webspectre_scanner https://example.com --fast-scan\n```\n## 🚀 Uso\n##### Escaneo básico\npython -m webspectre_scanner https://example.com\n\n##### Escaneo profundo con reportes\npython -m webspectre_scanner https://example.com -d 3 -o reportes\n\n##### Escaneo rápido\npython -m webspectre_scanner https://example.com --fast-scan\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/WebSpectre.png\" alt=\"WebSpectre\" width=\"600\"/\u003e\n\u003c/p\u003e\n\n\u003e **El proyecto está abierto a colaboradores.**\n\n# DISTRIBUCIONES SOPORTADAS\n|Distribución | Versión verificada | \t¿Soportado? | \tEstado |\n|--------------|--------------------|------|-------|\n|Kali Linux| 2025.1| si| funcionando   |\n|Parrot Security OS| 6.2| si | funcionando   |\n|Windows| 11 | si | funcionando   |\n|BackBox| 9 | si | funcionando   |\n|Arch Linux| 2024.12.01 | si | funcionando   |\n\n# SOPORTE\nPreguntas, errores o sugerencias: info@hackunderway.com\n\n# LICENSE\n- [x] WebSpectre tiene licencia.\n- [x] Consulta el archivo [LICENSE](https://github.com/HackUnderway/webspectre#MIT-1-ov-file) para más información.\n\n# CYBERSECURITY RESEARCHER\n\n* [Victor Bancayan](https://www.offsec.com/bug-bounty-program/) - (**CEO at [Hack Underway](https://www.instagram.com/hackunderway/)**) \n\n## 🔗 ENLACES\n[![PATREON](https://img.shields.io/badge/patreon-000000?style=for-the-badge\u0026logo=Patreon\u0026logoColor=white)](https://www.patreon.com/c/HackUnderway)\n```\nFanpage: https://www.facebook.com/HackUnderway\nX: https://x.com/JeyZetaOficial\nWeb site: https://hackunderway.com\nYoutube: https://www.youtube.com/@JeyZetaOficial\n```\n## 🌞 Suscripciones\nAfíliate:\n\n- [Jey Zeta](https://www.facebook.com/JeyZetaOficial/subscribe/)\n\n[![Kali Linux Badge](https://img.shields.io/badge/Kali%20Linux-1793D1?logo=kalilinux\u0026logoColor=fff\u0026style=plastic)](https://www.kali.org/)\n\nfrom \u003cimg src=\"https://i.imgur.com/ngJCbSI.png\" title=\"Perú\"\u003e made in \u003cimg src=\"https://i.imgur.com/NNfy2o6.png\" title=\"Python\"\u003e with \u003cimg src=\"https://i.imgur.com/S86RzPA.png\" title=\"Love\"\u003e by: \u003cfont color=\"red\"\u003eVictor Bancayan\u003c/font\u003e, if you want Donate \u003ca href=\"https://www.buymeacoffee.com/HackUnderway\"\u003e\u003cimg src=\"https://img.buymeacoffee.com/button-api/?text=Buy me a coffee\u0026emoji=\u0026slug=HackUnderway\u0026button_colour=40DCA5\u0026font_colour=ffffff\u0026font_family=Comic\u0026outline_colour=000000\u0026coffee_colour=FFDD00\" /\u003e\u003c/a\u003e\n\n© 2025\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackunderway%2Fwebspectre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackunderway%2Fwebspectre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackunderway%2Fwebspectre/lists"}