lgandx/Responder

alternative for kali?

sec13b opened this issue · 0 comments

python3 MultiRelay.py -t 192.168.0.100 –u ALL

Crypto lib is not installed. You won't be able to live dump the hashes.
You can install it on debian based os with this command: apt-get install python-crypto
The Sam file will be saved anyway and you will have the bootkey.

Traceback (most recent call last):
File "/home/kali/Desktop/Responder/tools/SMBFinger/odict.py", line 3, in
from UserDict import DictMixin
ModuleNotFoundError: No module named 'UserDict'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Desktop/Responder/tools/MultiRelay.py", line 49, in
from MultiRelay.RelayMultiCore import *
File "/home/kali/Desktop/Responder/tools/MultiRelay/RelayMultiCore.py", line 41, in
from SMBFinger.Finger import ShowSmallResults
File "/home/kali/Desktop/Responder/tools/SMBFinger/Finger.py", line 21, in
from .odict import OrderedDict
File "/home/kali/Desktop/Responder/tools/SMBFinger/odict.py", line 6, in
from collections import MutableMapping as DictMixin
ImportError: cannot import name 'MutableMapping' from 'collections' (/usr/lib/python3.11/collections/init.py)

└─$ sudo apt-get install python-crypto
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package python-crypto