Ankesh054-official / LittleBrother-GUI-

LittleBrother is an information collection tool (OSINT), It is basically a CLI based tool which aims to carry out research on a French, Swiss,Luxembourgish or Belgian person.It provides various modules that allow efficient searches. LittleBrother does not require an API key or login ID. This is a extended version of LittleBrother tool, It is a GUI based tool.We need some of your information to run this tool properly, We promise you not to leak your data and try to make it more secure.
https://ankesh054-official.github.io/LittleBrother-GUI-/
MIT License
17 stars 6 forks source link

No running #3

Open wCh4p opened 2 years ago

wCh4p commented 2 years ago

┌──(kali㉿kali)-[~/LittleBrother-GUI-] └─$ python3 start.py Traceback (most recent call last): File "/home/kali/LittleBrother-GUI-/start.py", line 1, in from Guis.gui import lay File "/home/kali/LittleBrother-GUI-/Guis/gui.py", line 3, in from core import layout_decision, loading File "/home/kali/LittleBrother-GUI-/core/layout_decision.py", line 3, in from Guis import signin_layout,create_account_layout,forgot_password_layout File "/home/kali/LittleBrother-GUI-/Guis/signin_layout.py", line 4, in from core import main File "/home/kali/LittleBrother-GUI-/core/main.py", line 1, in import pyrebase ModuleNotFoundError: No module named 'pyrebase'

(ON LINUX)

Ankesh054-official commented 2 years ago

sudo apt install git python3 #on distributions using APT (like the Debian family) git clone https://github.com/Ankesh054-official/LittleBrother-GUI-.git cd LittleBrother-GUI- python3 -m pip install -r requirements.txt

Try This