forked from r00t-3xp10it/venom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathetter.dns
87 lines (60 loc) · 2.91 KB
/
etter.dns
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
############################################################################
# #
# ettercap -- etter.dns -- host file for dns_spoof plugin #
# #
# Copyright (C) ALoR & NaGA #
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
############################################################################
# #
# etter.dns changed to be used in venom.sh #
# #
# shell/aux/setup.sh its used to config this file embbebing attackers #
# ip adress so we can redirect domains to our apache2 webserver #
############################################################################
#######################################
# venom domain name redirection #
# redirect mega-upload.com to apache2 #
#######################################
mega-upload.com A IpAdDr
*.mega-upload.com A IpAdDr
www.mega-upload.com PTR IpAdDr # Wildcards in PTR are not allowed
######################################
# To redirect all .com domains too #
# un-comment the follow lines #
######################################
#.com A IpAdDr
#*.com A IpAdDr
#.com PTR IpAdDr # Wildcards in PTR are not allowed
######################################
# To redirect all .org domains too #
# un-comment the follow lines #
######################################
#.org A IpAdDr
#*.org A IpAdDr
#.org PTR IpAdDr # Wildcards in PTR are not allowed
##########################################
# no one out there can have our domains...
#
www.alor.org A 127.0.0.1
www.naga.org A 127.0.0.1
###############################################
# one day we will have our ettercap.org domain
#
www.ettercap.org A 127.0.0.1
ettercap.sourceforge.net A 216.136.171.201
###############################################
# some MX examples
#
alor.org MX 127.0.0.1
naga.org MX 127.0.0.1
###############################################
# This messes up NetBIOS clients using DNS
# resolutions. I.e. Windows/Samba file sharing.
#
LAB-PC* WINS 127.0.0.1
# vim:ts=8:noexpandtab