Responder is a LLMNR, NBT-NS and MDNS poisoner, with built-in HTTP/SMB/MSSQL/FTP/LDAP rogue authentication server supporting NTLMv1/NTLMv2/LMv2, Extended Security NTLMSSP and Basic HTTP authentication.
This pull request aims at keeping the same import for non-deprecated python versions (up to 3.6) and improve the import for later versions.
/Responder/tools/SMBFinger/odict.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
from collections import MutableMapping as DictMixin
This pull request aims at keeping the same import for non-deprecated python versions (up to 3.6) and improve the import for later versions.
See https://stackoverflow.com/questions/70870041/cannot-import-name-mutablemapping-from-collections for reference