Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/auxiliary/spoof/mdns/mdns_response.md
Views: 11705
This module will listen for mDNS multicast requests on 5353/udp for A and AAAA record queries, and respond with a spoofed IP address (assuming the request matches our regex).
Vulnerable Application
To use mdns_response, be on a network with devices/applications that can make mDNS multicast requests on 5353/udp for A and AAAA record queries.
Verification Steps
use auxiliary/spoof/mdns/mdns_response
set INTERFACE network_iface
set SPOOFIP4 10.x.x.x
run
Options
The SPOOFIP4 option
IPv4 address with which to spoof A-record queries
The SPOOFIP6 option
IPv6 address with which to spoof AAAA-record queries
The REGEX option
Regex applied to the mDNS to determine if spoofed reply is sent
The TTL option
Time To Live for the spoofed response (in seconds)
Scenarios
On Victim Machine
(IP address should resolve to spoofed address)