Installation takes approximately 30-60 minutes, depending on your internet speed.
wget https://download.phishing-server.com/dl/lucy-latest/install-20.04.sh
wget https://download.phishing-server.com/dl/lucy-latest/install-22.04.sh
Overview of install_script.sh
This script is a comprehensive Bash installation and management script for deploying a Lucy server, which uses Docker containers.
High-Level Overview
Pre-Installation Checks:
Verifies system prerequisites like kernel version, system architecture, and necessary ports availability. The script uses set -e
to exit on any error.
Docker Installation and Configuration:
Checks for existing Docker installation and installs it if absent.
Handles specific configurations like storage types and network ports.
Manages and configures Docker containers specifically for Lucy, setting up necessary volumes and ports.
Lucy Installation:
Checks for sufficient disk space.
Pulls the Lucy Docker image and runs it with necessary parameters.
Configures system settings within the Docker container to integrate Lucy effectively.
Notes
This script is highly specific to systems compatible with Docker and expects certain Linux kernel versions and architectures.
It provides extensive error handling and user prompts to ensure that installations and changes are made explicitly with user consent and awareness.
We supply preconfigured virtual images for VMware and VirtualBox.
Simply download the image and deploy it in your preferred solution.