Post Installation

Using the setup script

Access your Lucy container and execute the setup script:

Lucy version 5.2.1 and below:

docker exec -it lucy python /opt/phishing/current/tools/setup/setup.py

Lucy version 5.3 and above:

docker exec -it lucy python3 /opt/phishing/current/tools/setup/setup.py

You can also run the setup script at any time from within the container using:

sudo python /opt/phishing/current/tools/setup/setup.py
OR
sudo python3 /opt/phishing/current/tools/setup/setup.py

The script starts with this menu:

Create an Administrative user

Select Users (6), then select Add User (2).

Configure the administrative domain

Select Base Task (5) and enter a domain you own.

Ensure all relevant DNS records are pointing to your Lucy server.


Get your server licensed

Licensing restrictions currently limit some configuration options on your Lucy server. To start the licensing process, please contact your Account Manager and provide your Lucy workstation ID.

Once a license has been assigned to your workstation, you can sync the details by going to Support -> Update and clicking Check Update.


Initial Lucy configuration


Uninstall LUCY

  1. Legacy Installation (Debian OS, Lucy <= v4.8.7):

    • List installed packages:

 awk '/^Selecting/ {gsub(/\./,""); print $5}' /var/log/apt/term.log
  • Remove packages accordingly.

  1. Docker Installation:

    • Stop the container:

docker stop lucy
  • Remove the container:

docker container rm lucy

Support

For installation assistance, please get in touch with our Technical Support team.

Last updated

Was this helpful?