Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run error #9

Open
Ak74-577 opened this issue Jun 24, 2020 · 3 comments
Open

run error #9

Ak74-577 opened this issue Jun 24, 2020 · 3 comments

Comments

@Ak74-577
Copy link

C:\Tools>mssqlclient_windows.exe test/webadm:@192.168.151.131 -port 1433 -db master -windows-auth
Traceback (most recent call last):
File "mssqlclient.py", line 25, in
File "C:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 391, in load_module
exec(bytecode, module.dict)
File "impacket\version.py", line 11, in
File "site-packages\pkg_resources_init_.py", line 535, in get_distribution
File "site-packages\pkg_resources_init_.py", line 415, in get_provider
File "site-packages\pkg_resources_init_.py", line 943, in require
File "site-packages\pkg_resources_init_.py", line 829, in resolve
pkg_resources.DistributionNotFound: The 'impacket' distribution was not found and is required by the application
[5204] Failed to execute script mssqlclient

@kildonan5
Copy link

kildonan5 commented Jun 25, 2020

Also seeing this same error running smbexec and ntlmrelayx (though i read after the fact that ntlmrelayx has its own issues) from Linux.

root@b284decbb1b3:/vt-cli# ./smbexec_linux_x86_64
Traceback (most recent call last):
  File "smbexec.py", line 44, in <module>
  File "/tmp/pip-install-sgiO4X/pyinstaller/PyInstaller/loader/pyimod03_importers.py", line 395, in load_module
  File "impacket/version.py", line 11, in <module>
  File "site-packages/pkg_resources/__init__.py", line 479, in get_distribution
  File "site-packages/pkg_resources/__init__.py", line 355, in get_provider
  File "site-packages/pkg_resources/__init__.py", line 898, in require
  File "site-packages/pkg_resources/__init__.py", line 784, in resolve
pkg_resources.DistributionNotFound: The 'impacket' distribution was not found and is required by the application
[49] Failed to execute script smbexec

@XingYun-Cloud
Copy link

C:\domain>getST.exe -dc-ip 192.168.137.100 -spn krbtgt/xy.local -impersonate Administrator xy.local/alex:du-a-123
Traceback (most recent call last):
File "getST.py", line 51, in
File "C:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 391, in load_module
File "impacket\version.py", line 11, in
File "site-packages\pkg_resources_init_.py", line 535, in get_distribution
File "site-packages\pkg_resources_init_.py", line 415, in get_provider
File "site-packages\pkg_resources_init_.py", line 943, in require
File "site-packages\pkg_resources_init_.py", line 829, in resolve
pkg_resources.DistributionNotFound: The 'impacket' distribution was not found and is required by the application
[2808] Failed to execute script getST

@hawaii67
Copy link

hawaii67 commented Aug 7, 2020

Same error here.........0.9.22.dev-binaries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants