forked from r00t-3xp10it/morpheus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings
119 lines (79 loc) · 3.08 KB
/
settings
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
##############################################################################
# #
# The following config file will allow you to customize settings within #
# MORPHEUS tool, The lines that Do not have comment code ("#") are the #
# fields you want to toy with. There are additional options, read the #
# comments For additional config settings. #
# #
# CHANGING THIS SETTINGS WILL AFFECT 'morpheus.sh' WAY OF WORKING #
# WARNING: remmenber that values to be changed are case sensitive #
# #
##############################################################################
### prompt displays (morpheus) available
# chose your own 'personalized prompt'.
# -▷ -▶ '>' ☭ ✿ ☯ ☠ ☆ ➽ ♛ ⊶
------------------
PROMPT_DISPLAY=--▷
------------------
### OUTPUT MORPHEUS SCANS TO A LOGFILE?
# this setting will record ettercap
# reports into morpheus/logs folder.
# accepted values are: YES or NO
-----------------
WRITE_LOGFILES=NO
-----------------
### ENABLE IPv6 ARP POISON? (etter.conf)
# by default morpheus lunch arp poison againt IPv6 protocol
# IF your facing a "token (///) Error" then change the next value
# to "DISABLED" to force morpheus framework to run arp againts IPv4.
# accepted values are: ACTIVE or DISABLED
---------------
USE_IPV6=ACTIVE
---------------
### REDIRECT DOMAINS (etter.dns)
# by default morpheus will redirect all .com prefixed
# domains and another one (user choice) the next field
# allow you to config the 2º domain name to be redirected.
# accepted values are: pt | org | ir | etc..
---------
PREFIX=pt
---------
### ETTERCAP INSTALL PATH
# just change the next values to point
# to your ettercap install folders.
-------------------------------------------
ETTER_DNS=/etc/ettercap/etter.dns
ETTER_CONF=/etc/ettercap/etter.conf
ETTER_FIEL=/usr/share/ettercap/etter.fields
-------------------------------------------
### APACHE2 WEBROOT (PATH)
# just change the next values to point
# to your apache2 webroot install folders.
---------------------
AP_PATH=/var/www/html
---------------------
### DSNIFF SUITE (PATH)
# just change the next values to point
# to your dsniff packet install folders.
----------------------------
TCP_KILL=/usr/sbin/tcpkill
URL_SNARF=/usr/sbin/urlsnarf
MSG_SNARF=/usr/sbin/msgsnarf
DRI_NET=/usr/bin/driftnet
----------------------------
### METASPLOIT LOOT FOLDER
# option [12] and [13] requires metasploit.
# just change the next value to point to
# your metasploit loot folder.
------------------------
LOG_MSF=/root/.msf4/loot
------------------------
### METASPLOIT DATABASE LOAD
# option [12] and [13] requires metasploit.
# In some ocasions we need to rebuild msfdb
# to allow msfdb to connect to postgresql.
# set the next value to YES to force msfdb rebuild
-------------
REBUILD_DB=NO
-------------
_EOF