lgandx/Responder

sqlite3 and netifaces

hakdeejay opened this issue · 0 comments

Kali Version 5.18.0-kali5-amd64 - python3

Command: responder -h
[!] Please install python-sqlite3 extension

Command: python3 ./Responder.py -h
[!] Please install python-sqlite3 extension

Command: sudo python3 ./Responder.py -h
You need to install python-netifaces or run Responder with python3...
Try "apt-get install python-netifaces" or "pip install netifaces"

$ pip3 install netifaces
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: netifaces in /home/user/.local/lib/python3.10/site-packages (0.11.0)

$ pip3 install db-sqlite3
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: db-sqlite3 in /home/user/.local/lib/python3.10/site-packages (0.0.1)
Requirement already satisfied: db in /home/user/.local/lib/python3.10/site-packages (from db-sqlite3) (0.1.1)
Requirement already satisfied: antiorm in /home/user/.local/lib/python3.10/site-packages (from db->db-sqlite3) (1.2.1)

I've purged python 2.7, 3 and pip, re-installed to make sure there was no problem there, I've confirmed all packages are present.
Was wondering what to try next?