All Versions
11
Latest Version
Avg Release Cycle
90 days
Latest Release
1675 days ago

Changelog History
Page 1

  • v1.15.0 Changes

    September 24, 2019
    • โž• Add support to select visible columns for tables in the Campaign tab
    • โž• Add support for printing pipenv running output in real time
    • ๐Ÿ Windows build will now install PyPI requirements for plugins during installation
    • ๐Ÿ›  Multiple bug fixes

    ๐Ÿ— MSI Build Hashes:

    md5: 7b31e812bbb5cff462d8fc6c1ab147b4
    sha1: ae460a46b985a55c9e704006dee12341acd00858
    sha512: 9edff03aeb4755780f6f7c0b8fc926e80e1495b996e42d7a0572ecb63d42e2c0de17d597c26e3d8106b22e7e7703bf51ab034c95b38933a603b593641bae992f
    
  • v1.14.0 Changes

    August 01, 2019
    • โž• Added the Message-ID MIME header to outgoing messages
    • Attempt SSH authentication with all agent-provided SSH keys
    • โœ‚ Deleted Pipfile.lock from repository to prevent hash issues between python interpreter versions
    • โž• Add --three to pipenv install and pipenv --update startup procedures to force use of Python 3
    • โž• Added server support for installing missing plugin requirements during initialization
    • โž• Added asynchronous RPC methods to the client
    • โž• Added GraphQL and database schema documentation
    • ๐Ÿ”„ Changed Target URL to Web Server URL in Campaign Editor
    • โž• Added the ability issue SSL Certificates through certbot

    ๐Ÿ— MSI Build Hashes:

    md5: 1738e4b4fe8c5e4c758a8af60a87ff8d
    sha1: c18702d782bb8ff37b88d3f2dc63d210b993555b
    sha512: 11f803e4f3fed93a0edc0f8a1ec49c6eb9e10a9a663af24ebb3831a345b63fb6
    
  • v1.13.1 Changes

    April 19, 2019
    • ๐Ÿ›  Fixed broken references to start_process
    • ๐Ÿ›  Fixed a KeyError when creating a campaign for the first time (see: #365)
    • โšก๏ธ Updated SQLAlchemy and Jinja2 libraries for security patches

    ๐Ÿ— MSI Build Hashes:

    md5: f9e53a0b282a06d2838557caf848a94d
    sha1: bb81992c45b6dda9bd41f30f0e5222f965f1686b
    sha512: 312a9a3e7b0765a0db439babf50460e1b30a2765189230f3d72a9c3dd67081e57e9d5525d38267c0790bcb7a8f630fb6e82adaa09fb5318f57380795df384b4e
    
  • v1.13.0 Changes

    April 04, 2019
    • โž• Added support for logging MFA tokens with credentials
    • โž• Added support for using regular expressions to validate credentials
    • ๐Ÿ”Œ Automatically try to install plugin dependencies with pip from PyPi
    • โž• Added advanced, rule-based filtering support to the Campaign tabs
    • โž• Added site template metadata
      • Site templates can now include a metadata file for describing their content
      • The Campaign Assistant will help select a target URL based on available templates

    ๐Ÿ— MSI Build Hashes:

    md5: 08ee0dad5a668a9908370f2d24126080
    sha1: 7458c504e9766ae6491b22c40dfd2f6faa361111
    sha512: bb2f864cfb31f797c4582127f49ee00b4a06730dbd89668e76bcbcdad75cc87e
    
  • v1.12.0 Changes

    November 07, 2018
    • โž• Added support for users to set their email address for campaign alerts via email
    • โž• Added additional plugin metadata fields for reference URLs and category classifiers
    • โž• Added additional documentation including an architecture overview for reference
    • ๐Ÿ”Œ Multiple improvements to the client plugin manager
      • There is now an option to update plugins in the menu
      • Plugins can ship with dedicated documentation in markdown files that will be displayed
      • The GUI no longer locks up while tasks like downloading plugins are taking place
    • โž• Added the new fetch Jinja function and fromjson Jinja filter
    • โž• Added campaign-alert-expired and campaign-expired server signals
    • Switched to using Pipenv to manage the environment and dependencies

    ๐Ÿ— MSI Build Hashes:

    md5: fe86670b43eae41f5a1ad3d25eb131ed
    sha1: d2d4dc73e682f3bb7c4d51429637bb27b01eba1a
    sha512: 8ca2bd0c4e34ef71a56c930040712b3bda9ee8c3905b6379f3dd193cdaabf706f5408a1a8b241c377eed6f72f71ec0bfd69975856916885092137dc5731a44ea
    
  • v1.11.0 Changes

    April 12, 2018
    • โšก๏ธ Updated to support matplotlib version 2.2.0
    • โœ‚ Removed docker server support
    • Multiple improvements to the installation script
      • Users can now specify a supported Linux distro when it is not automatically detected
      • The database connection string is kept to avoid PostgreSQL password resets
    • โž• Added support for setting message UID character set options
    • โฌ†๏ธ Bumped the required minimum version of Python to 3.4 and GTK to 3.14
    • โšก๏ธ Update Windows build to use pygi-aio-3.24.1_rev1 PyGObjects
    • ๐Ÿ›  Multiple bug fixes.

    ๐Ÿ— MSI Build Hashes:

    md5: d8b584378d573f26d49a68572b955e26
    sha1: 91d98a8ba324a97e9f4c8a3867a1a45a4ef98ee2
    sha512: 26c1d3efa1ca3429e412fc35a658f376e91070f7f9dccd29878091eb189cc529258600dbccee69e276754c541e271dc00807c9e06e774d6e09acd602c6b7e23e
    
  • v1.10.0 Changes

    March 16, 2018

    โž• Added a campaign-alert server signal for custom alert delivery mechanisms

    ๐Ÿ‘‰ Use GraphQL for loading data instead of the legacy table-based API

    ๐Ÿ‘Œ Support fault-tolerance when dispatching server signals

    ๐Ÿ‘ Allow a country code to be set in users' phone numbers

    Visits will now be tracked if the landing page is any existing type

    Multiple RPC Terminal improvements

    • Fix a bug regarding line wrapping due to the TERM environment variable
    • Use ipython when it's installed

    - Added %graphql and %graphql_file magic commands

    0๏ธโƒฃ Tweaks to the default MIME-encoded HTML message to reduce it's SpamAssassin score

    ๐Ÿšฆ Modified client signals to allow better API control

    • Added message-create and target-create for modifying the respective objects
    • Added message-send and target-send to allow skipping the message and target
    • Removed the send-message and send-target signals in favor of the new ones

    ๐Ÿ— MSI Build Hashes:

    md5: d425bd6f40b5989db1384c3bd86cbb43
    sha1: 3880253db0e56d21fae86477ca88f3114d0e0f7a
    sha512: 42102fa1a4f7f89b11ca2aaf0aebb6bfcf50a7cf2a2f02cb72c3d83095ba21fa01d01c7928ee44fed372ee24941d3c3bfac07805d971029e8ecc565786fd9a81
    
  • v1.9.0 Changes

    November 22, 2017
    • ๐Ÿ‘Œ Support resetting plugins options to their respective defaults
    • ๐Ÿ“‡ Moved Office 2007+ metadata removal to a new plugin
    • โž• Added support for installing plugins from remote sources through the UI
    • โž• Added timeout support for SPF DNS queries
    • ๐Ÿ‘Œ Support for installing on Arch Linux
    • Multiple server improvements
      • Upgrade AdvancedHTTPServer to v2.0.11 to support async SSL handshakes
      • Support using an include directive in the server configuration file
      • Added a request-handle signal for custom HTTP request handlers
      • Removed address support from the server config in favor of addresses
      • Support login as an alias of the username parameter for credentials

    ๐Ÿ— MSI Build Hashes:

    md5: 156b51730e03f0a23c4bb9dc9826d09d
    sha1: f126824cec862ed6431f81f12e5995f0a95c9346
    sha512: e4a4d3ba34d2072345c46904bc7424846044840604619d217798428e1a3ca7193562c84d6838f17157f86ed2861f941dbaa71b73117e47e48566fff33c00d800
    
  • v1.8.0 Changes

    June 06, 2017
    • ๐Ÿš€ Warn Python 2.7 user that this is the last release Python 2.7 will be supported
    • ๐Ÿ The Windows MSI Build is now in Python 3.4
    • ๐Ÿ‘ Install script now supports Red Hat Server 7
    • ๐Ÿ‘Œ Support the client on OS X by using Docker
    • ๐Ÿ‘Œ Support for issuing certificates with acme while the server is running
    • โž• Add a wrapping tool for certbot to make the process easier
    • โšก๏ธ Updated tools/cx_freeze.py to build the King Phisher client in Python 3.4
    • ๐Ÿ“š Updated documentation for the Windows build
    • ๐Ÿ›  Multiple Bug Fixes, and tweaks to make things run smoother

    ๐Ÿ— MSI Build Hashes:

    md5: 7cd7379597f43015d0f5972821c607c7
    sha1: 3ed770dedd0bfce12b443e2fd1e40e90cf1f54e7
    sha512: 199f81dee0cffb29d5b1d441f798e2271f4bbdf6a11aa618123aa41b14e2d9970b1af3db77a1fefb0cc553ed33def57923e7f9c4d921a8e779c072f6d3b3ff77
    
  • v1.7.1 Changes

    April 14, 2017
    • ๐Ÿ› Bug fix in the Windows build for HTTPS connections from the requests package

    ๐Ÿ— MSI Build Hashes:

    md5: d8d5712e821b4e5fb84ecd8745eba0c5
    sha1: 9501b7f6df8dfdba005e0d49f084e0e37490c7eb
    sha512: 517c93b281b9dc56bf2168e4ace4dae7ab6782457406a9c155a07497b5a6fa4fb6dc650376eb7cddd8cde2b6180af631d67cb0dad1998c2c00d8be16bfd09d02