Let's take a look at creating a social engineering campaign for a penetration test. In this campaign, we will target Office 365 users using Modlishka.
Creating a social engineering campaign
Installing Modlishka
In order to use Modlishka, we need to install the Go Language within Kali Linux. Perform the following steps to install it:
- From a Terminal window within Kali Linux, issue the apt-get install golang command. This will install the Go language. We need to define a GOPATH using the export GOPATH=$HOME/Downloads/GO command. To confirm the path that we have set, we can use the echo $GOPATH command:
Figure 3: Installing Go and defining the GOPATH
- Next, we need to download Modlishka into the GO folder. We do this...