Stuck at starting point mssqlclient.py

I’ve followed along until I got the the mssqlclient.py ARCHETYPE/slq_scv@10.10.10.27 -windows-auth command, but it keeps saying mssqlclient.py: command not found.

I’ve tried the command python3 mssqlclient.py ARCHETYPE/slq_scv@10.10.10.27 and it also gives mssqlclient.py: command not found.

I tried locate mssqlclient.py and it tells me it’s in /usr/share/doc/python3-impacket/examples/mssqlclient.py. So I navigated to the folder and ran it anf got mssqlclient.py: command not found.

I’ve even tried redownloading mssqlclient.py from GitHub, putting into Documents, and running the command from there, but it still gives me mssqlclient.py: command not found.

Any ideas, because I’m stumped?

1 Like

Nevermind, I fixed it by typing python3 /usr/share/doc/python3-impacket/examples/mssqlclient.py ARCHETYPE/slq_scv@10.10.10.27 I guess I should have tried that first…

1 Like