WebKiller V2 es una herramienta de Information Gathering escrita en Python. Al igual que XCTR, ReconCobra o URL extractor, nos permitirá recopilar información indispensable de cualquier sitio web.
Probado en los siguientes Sistemas Operativos:
- Kali Linux 2020.1
- Windows 10
- Ubuntu 19.10
- Parrot OS 4.7
Instalar Webkiller
Para que WebKiller V2 funciones, debemos tener instalado Python versión 3 junto con pip3
.
En caso tengamos Windows descargamos la herramienta desde Github. Si utilizas Linux ejecuta los siguientes comandos:
git clone https://github.com/ultrasecurity/webkiller.git
cd webkiller
Ahora, tanto si ejecutas Linux o Windows, debes instalar los requerimientos con pip3
y ejecutar la herramienta:
pip3 install -r requirements.txt
python3 webkiller.py


Cómo usar Webkiller V2
La interfaz principal nos permite elegir 2 opciones:
- Information Gathering
- CMS Detection
Elegiré la opción 1
y a continuación, se me mostrará más opciones. Luego, puedes escoger el CMS del sitio web para verificar su información. Soporta WordPress, Drupal, Joomla:


Por último, escribes el sitio web objetivo y la data de información será mostrada en la terminal:

Contenido relacionado:
- XCTR Hacking Tools: Information Gathering todo en uno
- ReconCobra: Completa herramienta Pentesting para Information Gathering
- URLextractor: Information Gathering de Sitios Web
Si te gusta el contenido y deseas apoyar a la mejora del sitio web, considera hacer una contribución ¡haciendo clic aquí por favor!. ¡NO ES OBLIGATORIO, GRACIAS! :’)
¿Te ha gustado este artículo? Sigue este blog en su fanpage de Facebook, TELEGRAM, Discord, Twitter, Instagram y/o YouTube para que no te pierdas del mejor contenido informático y hacking!