Skip to content

Releases: BC-SECURITY/Starkiller

v2.3.2

12 Jun 03:44
Compare
Choose a tag to compare

[2.3.2] - 2023-05-22

  • Some improvements to the release flow

[2.3.1] - 2023-05-22

[2.3.0] - 2023-05-17

  • Add a script import button to the agent page
  • Add a script command checkbox to the agent page
  • Modules with a 'file' type option now get a file selector/uploader instead of a text box

v2.2.0

30 Apr 18:45
Compare
Choose a tag to compare

[2.2.0] - 2023-03-31

  • Move Agent Tasks under the Agents page
  • Add a Plugin Tasks view under the Plugins page
  • Add a Plugin Tasks view under the Plugin Execution page

v2.1.1

29 Mar 04:50
Compare
Choose a tag to compare

[2.1.1] - 2023-03-29

[2.1.0] - 2023-03-01

  • Hide the module checkboxes if the module is not selected
  • ESLint update - allow unused vars that start with an underscore

v2.0.5

21 Feb 01:35
Compare
Choose a tag to compare

[2.0.5] - 2023-02-20

  • Update the GitHub actions to remove usages of deprecated ::set-output function

[2.0.4] - 2023-02-14

  • Add warnings when clipboard copy fails
  • Use module_id instead of module_slug for agent task endpoint

[2.0.3] - 2023-02-04

[2.0.2] - 2023-02-04

[2.0.1] - 2023-02-04

  • Small tweaks to the Agents UI. Fix scroll on the agents view tab
  • Auto-merge private-main to downstream main branches using a label

[2.0.0] - 2023-01-14

  • Added an obfuscation page to manage keyword obfuscation and global obfuscation
  • Added the ability to view archived (deleted) agents
  • Added advanced filtering to the reporting page
  • Added warning on agent page for modules that are not opsec safe
  • Added the ability to turn listeners on and off
  • Added the ability to modify listener options
  • Added a button the Listener View top bar that prefills a stager form with the listener's id
  • Added a downloads page
  • Added a "literal" checkbox to shell commands to bypass built-in aliases
  • Added the ability to configure bypasses language
  • Added options for ignoring the check for elevated permissions and the agent language version when executing a module
  • Sort file browser correctly
  • Updated "InfoViewer" component to display the description up top, format the comments better, and display the new author info added in Empire 5.0
  • Technique chips can now link to sub-techniques
  • Rename Reporting to Tasks
  • Upgrade Dependencies
  • Migrate from Webpack to Vite
  • Update all -api files to use v2 api
  • General UI changes
  • Reporting page and agent task page more performant utilizing server-side pagination and sorting provided by the v2 api. Option to expand input, download inputs, outputs, joined downloads, and view images
  • Upgrade stager storage to utilize server side storage with the new v2 api
  • Remove Electron. Starkiller is now a plain old web app!
  • Remove agent command viewer sidebar in favor of the tasks tab
  • Removed API Token from settings, since the v2 api uses JWT

v1.12.0

17 Dec 19:35
1b8f935
Compare
Choose a tag to compare

[1.12.0] - 2022-12-17

[1.11.0] - 2022-03-15

  • Added malleable profile management pages (Thank you to our Sponsors!)
    • Create, delete, edit, and view malleable profiles

v1.10.0

17 Mar 00:30
Compare
Choose a tag to compare
  • Added bypass management pages (Thank you to our Sponsors!)
    • Create, delete, edit, and view bypasses

v1.9.0

28 Sep 04:37
Compare
Choose a tag to compare
  • Reimplement splitpanes on agent page with a new library
  • Fix broken refresh button on agent list page
  • Update "View" tab on agents page to display agent properties in a more readable manner and allow for updating fields like name, sleep, kill date, etc
  • Add a "validate" step to listener creation so that 2-step listeners like onedrive will work
  • CredID Autocomplete shows previews of the creds instead of just the numeric ids
  • Zip folders from the file browser menu for Powershell agents
  • Upload files from the file browser menu

v1.8.0

27 Jul 04:16
0dc0ff2
Compare
Choose a tag to compare
  • Refactor all forms pages for new 4.0 features
    • Autosuggestions for fields with suggestedValues and strict
    • Switches for "boolean" fields
    • A multi-select for bypasses field where relevant
    • On listeners page, a dropdown select for malleable listeners
  • Use last seen time instead of check in time on agents list page
  • Dynamic columns on the agents list page
  • New 'Copy' feature for Listeners, Stagers, and Credentials
  • Edit and Delete Credentials
  • Better table formatting on all list pages
  • Links to listeners from agents and stagers pages
  • Better error handling for routing to resources that have been deleted and server connection errors
  • Add a 'StarkillerName' field on stagers for better identification
  • Remove dependency on "toast" library, better control over formatting
  • "getResults" for agents utilizes a 4.0 query parameter for better performance by only retrieving what has been recently updated and appending to the page
  • Added a UI "pulse" when a new result shows up on the agents page
  • Default size of the Starkiller window is now maximum
  • Add default localhost URL for brand new installs
  • Use the new socketio topic for async plugin notifications
  • Add a feature to settings for clearing local storage
  • New top bar to show action buttons and better utilize screen real estate
  • New component abstractions to eliminate duplicate code
  • Add chat widget from the sponsors version (15 sponsor goal)
  • Mega dependency upgrades including Electron 6->13
  • Removed electron-icon-builder as a direct dependency since it was directly breaking ARM builds

v1.7.0

31 Mar 05:35
Compare
Choose a tag to compare
  • Thank you to our generous sponsors! The file browser is now available to the Kali/Public builds of Starkiller.
  • Renaming an agent no longer redirects the user to the list page
  • Listeners, stagers, and module forms now have descriptions next to each field where applicable
  • Checkbox on agents list page to hide stale agents. Persists through refreshes and page changes
  • Agent list page refactoring to make the page more responsive to smaller widths.
  • Add a button to the stagers page to delete all stagers.

v1.6.0

21 Feb 18:41
Compare
Choose a tag to compare
  • Added a plugin list page and a plugin execution page
  • Added upload/download functionality to the agent page
  • Converted agents page to be left-right instead of top-bottom
  • Lots of code refactoring on agents