Kithack es un framework diseñado para automatizar el proceso de descarga e instalación de diferentes herramientas para pruebas de penetración, con una opción especial que permite generar puertas traseras multiplataforma mediante Metasploit Framework.
Distribución | Estado |
---|---|
Kali Linux | Compatible |
Ubuntu | Compatible |
Xbuntu | Compatible |
Debian | Compatible |
Raspbian | Compatible |
Deepin | Compatible |
Parrot OS | Compatible |
Arch Linux | En desarrollo |
Termux | En desarrollo |
# Actualice su lista de paquetes
$ sudo apt update
# Instale python3 python3-pip
$ sudo apt install python3 python3-pip
# Clone el repositorio
$ git clone https://github.com/AdrMXR/KitHack.git
# Entre al repositorio
$ cd KitHack
# Instale KitHack
$ sudo bash install.sh
# Inicie KitHack
$ sudo python3 KitHack.py
# También puede ejecutarla desde el atajo
$ kithack
# Cuando desee actualizar ejecute
$ sudo bash update.sh
# Para desinstalar ejecute
$ sudo bash uninstall.sh
1) Depuración de herramientas obsoletas.
2) Integración de nuevas herramientas.
3) Unificación de tipos de Payloads (por etapas y sin etapas).
4) Incorporación de un nuevo método que permite infectar aplicaciones Android legitimas.
5) Generación de conexiones TCP con ngrok.
ngrok.yml
se almacena en KitHack/.config
de manera predeterminada. Si por alguna razon necesita que kithack le solicite nuevamente su authtoken escriba rm .config/ngrok.yml
.6) Automatización de Metasploit.
7) Personalización de payloads para android.
8) Aplicación de persistencia automatizada para cualquier APK.
9) Ejecución de herramientas.
10) Creación de clean.sh
.
tools
y output
, puedes ejecutar el archivo clean.sh
para hacerlo de forma rápida.APK | Versión |
---|---|
FaceApp | 1.00 |
Pou | 1.4.79 |
Google Now Launcher | 1.4.large |
Terminal Emulator | 1.0.70 |
Solitaire | 3.6.0.3 |
RAR | 5.60.build63 |
WPSApp | 1.6.7.3 |
Phone Cleaner | 1.0 |
Ccleaner | 1.19.74 |
AVG Cleaner | 2.0.2 |
Menu principal | Generador de backdoors |
---|---|
Demo 1 | Demo 2 |
---|---|
Si encuentra algun fallo en la herramienta siga los siguientes pasos:
MIT License
Copyright (c) 2019 Adrián Guillermo
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.