AdrMXR / KitHack

Hacking tools pack & backdoors generator.
https://adrmxr.github.io/KitHack/
MIT License
1.63k stars 212 forks source link
android apktool backdoor bash information-gathering metasploit-framework msfvenom ngrok passwords-attacks payload-generator phishing python spoofing web-attacks wifi-attacks windows

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.

Advertencia

Actualmente múltiples personas están haciéndose pasar sobre mi persona, difamando que ellos son los creadores de la herramienta KitHack Framework, lo cual es completamente falso. También se dedican a estafar a la gente ofreciendo servicios de hacking en mi nombre, quiero dejar en claro que el objetivo de este proyecto jamás ha sido con fines de comerciabilidad, tal como lo redacto en el apartado final de la web de KitHack, si quieres consultarlo, da click aquí. Mi único perfil real lo pueden consultar dando click aquí.

Distribuciones compatibles con KitHack:

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

Instalación:

# 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

Dependencias:

Novedades:

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.

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.

Algunas APK vulnerables:

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

Screenshots:

Menu principal Generador de backdoors
Index f

Videos:

Demo 1 Demo 2

## Menu: - [Android](https://github.com/AdrMXR/KitHack/blob/master/docs/TOOLS.md#android) - [Windows](https://github.com/AdrMXR/KitHack/blob/master/docs/TOOLS.md#windows) - [Phishing](https://github.com/AdrMXR/KitHack/blob/master/docs/TOOLS.md#phishing) - [Wifi Attacks](https://github.com/AdrMXR/KitHack/blob/master/docs/TOOLS.md#wifi-attacks) - [Passwords Attacks](https://github.com/AdrMXR/KitHack/blob/master/docs/TOOLS.md#passwords-attacks) - [Web Attacks](https://github.com/AdrMXR/KitHack/blob/master/docs/TOOLS.md#web-attacks) - [Spoofing](https://github.com/AdrMXR/KitHack/blob/master/docs/TOOLS.md#spoofing) - [Information Gathering](https://github.com/AdrMXR/KitHack/blob/master/docs/TOOLS.md#information-gathering) - [Others](https://github.com/AdrMXR/KitHack/blob/master/docs/TOOLS.md#others) - [Backdoors with msfvenom](https://github.com/AdrMXR/KitHack/blob/master/docs/TOOLS.md#backdoors-with-msfvenom) ## Bug? Si encuentra algun fallo en la herramienta siga los siguientes pasos: 1. Tomar un screenshot y que el fallo se aprecie detalladamente. 2. Contactarme mediante el siguiente correo: kithacking@gmail.com 3. Mandar el screenshot y explicar su problemática con ese fallo. ## Contribuidores: - Ironpuerquito - C1b0rk ## Licencia: MIT License Copyright (c) 2019 Adrián Guillermo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 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 THE SOFTWARE.