Search Criteria
Package Details: responder 3.1.7.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/responder.git (read-only, click to copy) |
|---|---|
| Package Base: | responder |
| Description: | 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 |
| Upstream URL: | https://github.com/lgandx/responder/ |
| Keywords: | llmnr mdns nbt-ns |
| Licenses: | GPL-3.0-or-later |
| Submitter: | watersalesman |
| Maintainer: | olivierlm (m3thodic) |
| Last Packager: | olivierlm |
| Votes: | 11 |
| Popularity: | 0.018396 |
| First Submitted: | 2017-04-21 20:58 (UTC) |
| Last Updated: | 2025-11-20 12:03 (UTC) |
Dependencies (4)
- python
- python-aioquic
- python-netifaces (python-netifaces-plusAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
y0no commented on 2025-11-14 13:14 (UTC)
Can you add python-aioquic as dependency ? This is to avoid :
You need to install aioquic... Try "apt-get install python-aioquic" or "pip install aioquic"
olivierlm commented on 2022-10-06 21:46 (UTC)
@m3thodic Dependency added, thanks !
m3thodic commented on 2022-10-06 01:47 (UTC)
Please add python-netifaces to dependencies... thanks!
olivierlm commented on 2022-06-09 14:08 (UTC)
@yigits I'm working on it :)
yigits commented on 2022-06-09 14:07 (UTC)
@olivierlm please update the package or respect the request and orphan it again so someone who will maintain the package can adopt it
lordgosub commented on 2021-12-26 14:51 (UTC) (edited on 2021-12-26 14:58 (UTC) by lordgosub)
Running: responder -A -I wlan0
I get this error:
Traceback (most recent call last): File "/usr/share/responder/odict.py", line 3, in <module> from UserDict import DictMixin ModuleNotFoundError: No module named 'UserDict'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/share/responder/Responder.py", line 350, in <module> main() File "/usr/share/responder/Responder.py", line 250, in main from poisoners.LLMNR import LLMNR File "/usr/share/responder/poisoners/LLMNR.py", line 18, in <module> import fingerprint File "/usr/share/responder/fingerprint.py", line 22, in <module> from packets import SMBHeader, SMBNego, SMBNegoFingerData, SMBSessionFingerData File "/usr/share/responder/packets.py", line 25, in <module> from odict import OrderedDict File "/usr/share/responder/odict.py", line 6, in <module> from collections import MutableMapping as DictMixin ImportError: cannot import name 'MutableMapping' from 'collections' (/usr/lib/python3.10/collections/init.py)
Versions: python2 --version Python 2.7.18 python --version Python 3.10.1
If I run 'python /ush/share/responder/Responder.py -I wlan0 -A' I get the same error. If I run python2 '/ush/share/responder/Responder.py -I wlan0 -A' it runs like a charm.
I made it work after editing /bin/responder to use python2.
Kind regards.
watersalesman commented on 2017-10-01 19:44 (UTC)
solsticedhiver commented on 2017-09-27 12:37 (UTC) (edited on 2017-09-27 12:39 (UTC) by solsticedhiver)