lgandx / Responder

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DHCP options do not work on macOS

bismark-foofus opened this issue · comments

The latest versions of Responder with the DHCP code do not work on macOS or other BSD based systems. BSD based systems do not support AF_PACKET or PF_PACKET used here in the DHCP poisoner code.

Scapy's BSD supersocket code might be of use.

I'm a python hack so trying to make something work but haven't yet.

Unfortunately Osx is not supported anymore, best way to run Responder would be with a linux VM in VMware fusion, configured in bridge mode.