etter.mdns (ettercap-0.8.3) | : | etter.mdns (ettercap-0.8.3.1) | ||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
# or for SRV query (either IPv4 or IPv6): # | # or for SRV query (either IPv4 or IPv6): # | |||
# service._tcp|_udp.domain SRV 192.168.1.10:port # | # service._tcp|_udp.domain SRV 192.168.1.10:port # | |||
# service._tcp|_udp.domain SRV [2001:db8::3]:port # | # service._tcp|_udp.domain SRV [2001:db8::3]:port # | |||
# # | # # | |||
# NOTE: the wildcarded hosts can't be used to poison the PTR requests # | # NOTE: the wildcarded hosts can't be used to poison the PTR requests # | |||
# so if you want to reverse poison you have to specify a plain # | # so if you want to reverse poison you have to specify a plain # | |||
# host. (look at the www.microsoft.com example) # | # host. (look at the www.microsoft.com example) # | |||
# # | # # | |||
############################################################################ | ############################################################################ | |||
################################ | ||||
# microsoft sucks ;) | ||||
# redirect it to www.linux.org | ||||
# | ||||
microsoft.com A 198.182.196.56 | ||||
*.microsoft.com A 198.182.196.56 | ||||
www.microsoft.com PTR 198.182.196.56 # Wildcards in PTR are not allowed | ||||
########################################## | ||||
# normally .local is dedicated use for mDNS | ||||
# try to redirect the router admin | ||||
router.local A 192.168.0.25 | ||||
router.local AAAA 2001:db8::25 # our router supports also IPv6 | ||||
router.local PTR 192.168.0.25 | ||||
router.local PTR 2001:db8::25 | ||||
############################################### | ||||
# some service discovery examples | ||||
xmpp-server._tcp.jabber.org SRV 192.168.1.10:5269 | ||||
domain._udp.local SRV [2001:db8:c001:beef::1]:53 | ||||
# vim:ts=8:noexpandtab | # vim:ts=8:noexpandtab | |||
End of changes. 1 change blocks. | ||||
24 lines changed or deleted | 0 lines changed or added |