Skip to content

Client UI

Spencer McIntyre edited this page Jul 23, 2015 · 7 revisions

Keyboard Shortcuts

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

Text Tables

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.

Setting An SFTP Client

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" ...

SFTP Client Arguments

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.