Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named bs4 #46

Open
GonzaDOD opened this issue Apr 30, 2022 · 1 comment
Open

No module named bs4 #46

GonzaDOD opened this issue Apr 30, 2022 · 1 comment
Labels
import_error Module not installed

Comments

@GonzaDOD
Copy link

Información

  1. Version de KitHack utilizada: (v1.3.2)
  2. Distribución Linux utilizada: (Raspbian)
  3. Asunto del problema: (Error en instalación de kwetza)

Stack trace

=========Tool===================================Information================================
01) Backdoor-apk        Agrega una puerta trasera a cualquier archivo APK.
02) Evil-Droid          Genera puertas traseras para Android.
03) Spade               Script en python que genera una puerta trasera a cualquier APK.
04) AhMyth              Herramienta de administración remota de Android.
05) Andspoilt           Ejecuta exploits interactivos de Android en Linux.
06) Kwetza              Inyecta malware en aplicaciones android existentes.
07) Termux              Emulador de terminal Android basada en Linux.
08) Android-Exploits    Coleccion de exploits y hacks Android.
09) Grabcam             Permite piratear la cámara de nuestras victimas con una página falsa.
10) Androidpatternlock  Permite obtener el patrón de bloqueo en dispositivos Android.
 0) Back
KitHack >> 6

[*] Downloading tool...
Cloning into 'kwetza'...
remote: Enumerating objects: 84, done.
remote: Total 84 (delta 0), reused 0 (delta 0), pack-reused 84
Receiving objects: 100% (84/84), 35.01 KiB | 676.00 KiB/s, done.
Resolving deltas: 100% (45/45), done.
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: beautifulsoup4 in /usr/lib/python3/dist-packages (4.9.3)
Requirement already satisfied: soupsieve>1.2 in /usr/lib/python3/dist-packages (from beautifulsoup4) (2.2.1)

[✔] Done.
Herramienta guardada en /home/pi/KitHack/tools/Android/kwetza

[!] ¿Desea ejecutarla? (y/n)
KitHack >> y
Traceback (most recent call last):
  File "kwetza.py", line 5, in <module>
    from bs4 import BeautifulSoup as Soup
ImportError: No module named bs4
root@raspberrypi:/home/pi/KitHack# 

Questions

  1. ¿Que soluciones has tratado de aplicar? .
  2. ¿Tienes todo tu sistema de paquetes actualizado? (apt update && apt upgrade) SI
  3. ¿Cuando instalaste kithack? Hace poco, esta actualizado en la ultima version

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

@AdrMXR
Copy link
Owner

AdrMXR commented Apr 30, 2022

Es una librería faltante, trate de instalarla manualmente con el siguiente comando:
pip3 install BeautifulSoup4

Si el error persiste, pruebe con el comando:
sudo apt-get install python3-bs4

Otra alternativa extra por si los dos anteriores no funcionan...
sudo python3 -m pip install bs4

@AdrMXR AdrMXR added the import_error Module not installed label Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
import_error Module not installed
Projects
None yet
Development

No branches or pull requests

2 participants