diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 8ab05e6..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -github: AdrMXR -custom: paypal.me/AdrMXR0 - diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 2a60eb8..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,33 +0,0 @@ -### Información -1. **Version de KitHack utilizada: `(v1.x)`** -2. **Distribución Linux utilizada: `(Kali linux, parrot os, ubuntu, etc)`** -3. **Asunto del problema: `(Error en instalación, problema de ejecución, herramienta no instalada, backdoor no generado, etc)`** - -### Stack trace -``` -Copia y pega el output de tu problema -``` - -### More details -En ese apartado agrega todos los detalles necesarios. Por ejemplo: - -- **Si trataste de instalar una herramienta y no se instaló, inserta su nombre. `(name)`** -- **Si trataste de generar un backdoor y no se generó, inserta el system, payload, LHOST y LPORT configurado.** - - **System: (`system`)** - - **Payload: (`payload`)** - - **LHOST: (`LHOST`)** - - **LPORT: (`LPORT`)** - -### Android -Si trataste de generar una apk msf y personalizar su icono, adjuntelo o inserte su enlace de descarga -- **Icono: `(link icon)`** - -Si trataste de infectar una apk original, adjuntela o inserte su enlace de descarga -- **APK: `(link apk)`** - -### Questions -1. ¿Que soluciones has tratado de aplicar? -2. ¿Tienes todo tu sistema de paquetes actualizado? (`apt update && apt upgrade`) -2. ¿Cuando instalaste kithack? - -**Note:** NUNCA INCLUIR ESPACIOS AL COLOCAR UN NOMBRE DE SALIDA, NI MUCHO MENOS SELECCIONAR ARCHIVOS (APKS O ICONOS) ALMACENADOS EN CARPETAS CON ESPACIOS, LOS ESPACIOS SON IRECONOCIBLES POR KITHACK diff --git a/certificate.keystore b/certificate.keystore deleted file mode 100644 index ea2d155..0000000 Binary files a/certificate.keystore and /dev/null differ diff --git a/install.sh b/install.sh index 92fa6b4..9ad57e7 100755 --- a/install.sh +++ b/install.sh @@ -283,13 +283,13 @@ echo -n [*] Instalando requerimientos de python...= ; sleep 3 & while [ "$(ps a | awk '{print $1}' | grep $!)" ] ; do for X in '-' '\' '|' '/'; do echo -en "\b$X"; sleep 0.1; done; done echo "" echo -e $green -pip3 install requests -pip3 install py-getch -apt-get install python3-tk -pip3 install pathlib -pip3 install zenipy -pip3 install pgrep -apt-get install libatk-adaptor libgail-common +pip3 install requests --break-system-packages +pip3 install py-getch --break-system-packages +sudo apt-get install python3-tk +pip3 install pathlib --break-system-packages +pip3 install zenipy --break-system-packages +pip3 install pgrep --break-system-packages +sudo apt-get install libatk-adaptor libgail-common sudo apt-get purge fcitx-module-dbus # Shortcut for kithack diff --git a/lib/__pycache__/banners.cpython-313.pyc b/lib/__pycache__/banners.cpython-313.pyc new file mode 100644 index 0000000..ad0eaf6 Binary files /dev/null and b/lib/__pycache__/banners.cpython-313.pyc differ diff --git a/lib/__pycache__/kitools.cpython-313.pyc b/lib/__pycache__/kitools.cpython-313.pyc new file mode 100644 index 0000000..3ef54eb Binary files /dev/null and b/lib/__pycache__/kitools.cpython-313.pyc differ diff --git a/lib/__pycache__/network.cpython-313.pyc b/lib/__pycache__/network.cpython-313.pyc new file mode 100644 index 0000000..b9acbcf Binary files /dev/null and b/lib/__pycache__/network.cpython-313.pyc differ diff --git a/tools/Phishing/HiddenEye b/tools/Phishing/HiddenEye new file mode 160000 index 0000000..8467b17 --- /dev/null +++ b/tools/Phishing/HiddenEye @@ -0,0 +1 @@ +Subproject commit 8467b172de3357d091dca7735f2d4c31e2918272