You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.
Traceback (most recent call last):
File "SMBRelay.py", line 22, in
from fingerprint import RunSmbFinger
File "../fingerprint.py", line 22, in
from packets import SMBHeader, SMBNego, SMBNegoFingerData, SMBSessionFingerData
File "../packets.py", line 21, in
from odict import OrderedDict
ImportError: cannot import name OrderedDict
test env: kali && ubuntu
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Traceback (most recent call last):
File "SMBRelay.py", line 22, in
from fingerprint import RunSmbFinger
File "../fingerprint.py", line 22, in
from packets import SMBHeader, SMBNego, SMBNegoFingerData, SMBSessionFingerData
File "../packets.py", line 21, in
from odict import OrderedDict
ImportError: cannot import name OrderedDict
test env: kali && ubuntu
The text was updated successfully, but these errors were encountered: