5.7. Software Versions

King Phisher development needs to track the support of critical libraries it uses for compatibility purposes. This information is used to make decisions regarding dropping support for legacy systems.

5.7.1. Reference Table

Last Updated: April 12th, 2018 by Erik Daguerre

Flavor Software Version
Backbox 5.1 GTK3 3.18.9
Python3 3.5.2

Debian 7 (Wheezy)

May 4th 2013

GTK3 3.4.2
Python3 3.2.3

Debian 8 (Jessie)

April 25th 2015

GTK3 3.14.5
Python3 3.4.2

Debian 9 (Stretch)

June 17th 2017

GTK3 3.22.11
Python3 3.5.3
Debian 10 (Buster) GTK3 3.22.29
Python3 3.6.4

Fedora 24

June 21st 2016

GTK3 3.20.6
Python3 3.5.1

Fedora 25

November 15th 2016

GTK3 3.22.2
Python3 3.5.4

Fedora 26

July 11th 2017

GTK3 3.22.16
Python3 3.6.4

Fedora 27

November 14th 2017

GTK3 3.22.24
Python3 3.6.4
Kali Rolling GTK3 3.22.29
Python3 3.5.4

Ubuntu 14.04 (Trusty)

April 17th 2014

GTK3 3.10.8
Python3 3.4.3

Ubuntu 16.04 (Xenial)

April 21st 2016

GTK3 3.18.9
Python3 3.5.2
Windows GTK3 3.18.9
Python3 3.4.4

5.7.2. Information Sources

5.7.2.1. Debian

Search using packages.debian.com.

5.7.2.2. Fedora

# use koji
sudo dnf install koji
# check the version of GTK3 for Fedora24
koji latest-pkg --all f24 | grep -i gtk3

5.7.2.3. Windows

# run KingPhisher in debug mode
cd king-phisher
python KingPhisher -L DEBUG
# The first 7 lines of out put will contain gi.repository version informaiton.
# Get python version
python --version