Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 2.01 KB

INSTALL.md

File metadata and controls

49 lines (41 loc) · 2.01 KB

Install GitHub Downloads

The King Phisher client is supported on Windows and Linux, while the King Phisher server is only supported on Linux.

Linux (Client & Server)

For installation on supported Linux distros:

wget -q https://github.com/securestate/king-phisher/raw/master/tools/install.sh && \
sudo bash ./install.sh

This process may result in errors being displayed. In this case, allow the installation process to continue as it will attempt to address as many of them as it can.

Windows (Client Only)

Download the latest Windows build here.

Windows 10 Subsystem For Linux (WSL)

This is recommend for windows users as this will provide faster performance and more features.

  • Enable WSL
    • When choosing your linux distro select Ubuntu 18.04 or Kali
  • Download and install a X Window System Server. The two below are the most popular
  • From powershell run bash to get your linux terminal
  • run echo "export DISPLAY=127.0.0.1:0.0" >> ~/.bashrc
  • Install King Phisher with the commands from the Linux (Client & Server) section above
  • Change working directory to King Phisher and start client
    • cd /opt/king-phisher
    • ./KingPhisher

Getting Started