Hi everyone,
I just started learning from hackthebox and I am already stuck in Starting Point Foothold section.
I am running the command as below and pasted the error followed by the command.
python3 mssqlclient.py ARCHETYPE/sql_svc@10.10.10.27 -windows-auth
Traceback (most recent call last):
File “/home/root/Downloads/impacket/examples/mssqlclient.py”, line 24, inmodule>
from impacket.example import logger
ModuleNotFoundError: No module named ‘impacket.example’
I have downloaded the file from github and it’s unedited.
Can anyone help please ?
Thank you for your time in advance!