Releases: BC-SECURITY/Starkiller
Releases · BC-SECURITY/Starkiller
v2.3.2
[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
v2.1.1
v2.0.5
[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 downstreammain
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
v1.10.0
v1.9.0
- 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
- Refactor all forms pages for new 4.0 features
- Autosuggestions for fields with
suggestedValues
andstrict
- Switches for "boolean" fields
- A multi-select for
bypasses
field where relevant - On listeners page, a dropdown select for malleable listeners
- Autosuggestions for fields with
- 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
- 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.