Closed theleecher closed 5 years ago
I am having the same issue, I have impacket?
This worked for me, just make sure you are in your target directory.
sudo git clone https://github.com/SecureAuthCorp/impacket.git cd impacket/ sudo pip3 install . sudo python3 setup.py install
if the solution does not work for any one, check your python version and make sure the default is set to pythong3.9
this video works https://www.youtube.com/watch?v=J4DDdOc4_Vg
not working this video @SnoozUlooz and i also try to change source code but failed. i will try and i will try my best , may be i can fix this problem
error in mssqlclient.py
This worked for me, just make sure you are in your target directory.
sudo git clone https://github.com/SecureAuthCorp/impacket.git cd impacket/ sudo pip3 install . sudo python3 setup.py install
its working but i got error
sudo python3 mssqlclient.py ARCHETYPE/sql_svc@{ip} -windows-auth 1 ⨯ Impacket v0.9.25.dev1+20211027.123255.1dad8f7f - Copyright 2021 SecureAuth Corporation
Password:
Traceback (most recent call last):
File "/home/vijay/Desktop/ctf/tools/impacket/examples/mssqlclient.py", line 169, in
:) fix this problem
this video solved my problem https://www.youtube.com/watch?v=GgHYEH8OfEs
Traceback (most recent call last): File "0708.py", line 34, in
from impacket.structure import Structure
ModuleNotFoundError: No module named 'impacket'