WBO (WhiteBoPhishReport) is an open-source phishing email analysis and forensics tool that is used to detect and analyze phishing attempts. In this tutorial, we will show you how to install WBO on Alpine Linux.
Before installing WBO, you must have the following installed on your system:
First, install the required packages for installing WBO by running the following command:
$ apk add --no-cache git imagemagick php7 php7-fpm php7-json php7-curl
Next, clone WBO from GitHub by using the following command:
$ git clone https://github.com/lovasoa/whitebophir.git
This command will download the latest version of WBO to your local computer.
Navigate to the WBO directory by running the following command:
$ cd whitebophir
Next, run the following command to install WBO:
$ ./install.sh
This command will install WBO on your Alpine Linux system.
After installing WBO, you need to configure it by editing the configuration file located at /etc/wb.conf:
nano /etc/wb.conf
Edit the configuration file and change the values of the following variables:
$wb_phishing_dir=/var/www/html/phishing
$wb_reports_dir=/var/www/html/reports
Save the changes and close the file.
After configuring WBO, start the web server by running the following command:
$ rc-service php-fpm7 start
You can now access WBO by opening a web browser and navigating to http://localhost/phishing
.
Congratulations! You have successfully installed WBO on Alpine Linux Latest.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!