etter.dns (ettercap-0.8.3) | : | etter.dns (ettercap-0.8.3.1) | ||
---|---|---|---|---|
skipping to change at line 54 | skipping to change at line 54 | |||
# # | # # | |||
# or for TXT query (value must be wrapped in double quotes): # | # or for TXT query (value must be wrapped in double quotes): # | |||
# google.com TXT "v=spf1 ip4:192.168.0.3/32 ~all" [TTL] # | # google.com TXT "v=spf1 ip4:192.168.0.3/32 ~all" [TTL] # | |||
# # | # # | |||
# 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) # | |||
# # | # # | |||
# NOTE: Default DNS TTL is 3600s (1 hour). All TTL fields are optional. # | # NOTE: Default DNS TTL is 3600s (1 hour). All TTL fields are optional. # | |||
# # | # # | |||
# NOTE: IPv6 specific do not work because ettercap has been built without # | ||||
# IPv6 support. Therefore the IPv6 specific examples has been # | ||||
# commented out to avoid ettercap throwing warnings during startup. # | ||||
# # | ||||
############################################################################ | ############################################################################ | |||
################################ | ||||
# microsoft sucks ;) | ||||
# redirect it to www.linux.org | ||||
# | ||||
microsoft.com A 107.170.40.56 1800 | ||||
*.microsoft.com A 107.170.40.56 3600 | ||||
www.microsoft.com PTR 107.170.40.56 # Wildcards in PTR are not allowed | ||||
########################################## | ||||
# no one out there can have our domains... | ||||
# | ||||
www.alor.org A 127.0.0.1 2147483647 # It shall last forever! | ||||
www.naga.org A 127.0.0.1 30 # Or only 30 seconds | ||||
www.naga.org AAAA 2001:db8::2 # Default is 3600 seconds (1 hour) | ||||
########################################## | ||||
# dual stack enabled hosts does not make life easy | ||||
# force them back to single stack | ||||
www.ietf.org A 127.0.0.1 | ||||
www.ietf.org AAAA :: | ||||
www.example.org A 0.0.0.0 | ||||
www.example.org AAAA ::1 | ||||
############################################### | ||||
# one day we will have our ettercap.org domain | ||||
# | ||||
www.ettercap.org A 127.0.0.1 | ||||
www.ettercap-project.org A 127.0.0.1 | ||||
ettercap.sourceforge.net A 23.235.43.133 | ||||
www.ettercap.org PTR ::1 | ||||
############################################### | ||||
# some MX examples | ||||
# | ||||
alor.org MX 127.0.0.1 | ||||
naga.org MX 127.0.0.1 | ||||
example.org MX 127.0.0.2 | ||||
microsoft.com MX 2001:db8::1ce:c01d:bee3 | ||||
############################################### | ||||
# This messes up NetBIOS clients using DNS | ||||
# resolutions. I.e. Windows/Samba file sharing. | ||||
# | ||||
LAB-PC* WINS 127.0.0.1 | ||||
############################################### | ||||
# some service discovery examples | ||||
xmpp-server._tcp.jabber.org SRV 192.168.1.10:5269 | ||||
ldap._udp.mynet.com SRV [2001:db8:c001:beef::1]:389 | ||||
############################################### | ||||
# little example for TXT records | ||||
# | ||||
naga.org TXT "v=spf1 ip4:192.168.1.2 ip6:2001:db8:d0b1:beef::2 -all" | ||||
# vim:ts=8:noexpandtab | # vim:ts=8:noexpandtab | |||
End of changes. 2 change blocks. | ||||
64 lines changed or deleted | 4 lines changed or added |