-
Notifications
You must be signed in to change notification settings - Fork 547
Client UI
The King Phisher client offers a number of key board shortcuts for quick and convenient access to useful operations. The latest keyboard shortcuts are listed in the technical documentation.
Tables of text are used throughout the client for displaying a variety of useful
information. Users can copy information out of the table by selecting the
desired row and using right click to open the context menu. Copying information
out of rows using Ctrl+C
works as well. Additionally some tables, such as
those used in the Campaign tab, support multi-row selection. In this case copying
information from these tables will result in multiple lines being copied to the
clipboard.
The client can be configured to launch an external SFTP client which can be helpful for uploading content to the King Phisher server. By default, Filezilla is configured as the SFTP client and will be used if it is available. An arbitrary SFTP program can be configured in the Preferences dialog under the Client section.
NOTICE: Windows users will need to change the setting to include the full path to Filezilla in quotes such as:
"C:\Program Files\FileZilla FTP Client\filezilla.exe" ...
Variables are available for use in the command used to launch the SFTP client.
When used variables must be surrounded by brackets such as:
filezilla sftp://{username}@{server}/
.
The following variables are available:
Name | Value |
---|---|
server | The King Phisher server to connect to. |
username | The user that is logged into the server. |
web_root | The web root directory on the server. |