morpheus icon indicating copy to clipboard operation
morpheus copied to clipboard

Morpheus - settings (configuration file)

Open r00t-3xp10it opened this issue 7 years ago • 0 comments


Download & configurations

Download framework using git clone

git clone https://github.com/r00t-3xp10it/morpheus.git

Config morpheus settings file before runing the tool

cd morpheus && nano settings
  • By default morpheus will store logfiles in .log format (write_logfiles=no), but... If you want a more detailed logfile creation then change the next value to YES and morpheus it will be abble to store logfiles in .ecp format also. (read with etterlog) morpheus

  • Replace [pt] domain by your region code in use (optional setting) and you will be abble to redirect not only [.com] domains but also your region code too morpheus

  • Use 'locate' bash command to find morpheus backend appl install paths example: locate etter.dns (to find the full path of etter.dns file installation) morpheus

  • Chose to use IPV4 or IPV6 attercap ARP poison morpheus



warning use this funtion has last resource

Set this option to YES to force metasploit database to be rebuild. This advanced setting its to be active in situations that your metasploit instance can not connect to database (db_status - postgresql connected to msf)... morpheus

The above funtion will execute the follow msf core commands:

msfdb delete   <---- delete current database configuration (database.yml)
msfdb init     <------- rebuild new database configuration (database.yml)



Runing morpheus framework

chmod -R +x *.sh
chmod -R +x *.py
sudo ./morpheus.sh

r00t-3xp10it avatar Dec 26 '16 15:12 r00t-3xp10it