Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0-rc1] - 2025-03-09
## [3.0.0] - 2025-03-25

### Added

Expand All @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added plugin settings page
- Added autocomplete to terminal for listeners, suggested values, and bypasses
- Added dynamic options for form fields
- Added autorun tab to listeners page

### Changed

Expand Down Expand Up @@ -410,9 +411,9 @@ Including but not limited to:

- Initial Release

[Unreleased]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v3.0.0-rc1...HEAD
[Unreleased]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v3.0.0...HEAD

[3.0.0-rc1]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.8.2...v3.0.0-rc1
[3.0.0]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.8.2...v3.0.0

[2.8.2]: https://github.com/BC-SECURITY/Starkiller-Sponsors/compare/v2.8.1...v2.8.2

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ At the moment, the extra Starkiller sponsorship features include:

<div align="left"><img width="800" src="https://user-images.githubusercontent.com/9831420/123528242-e7f78c80-d69a-11eb-9e88-3410c151cd20.gif"></div>

## Proxy Management
## Ip Filtering

<div align="left"><img width="800" src="https://user-images.githubusercontent.com/9831420/210124448-4f1107b0-3250-4faa-8ea9-4daec77e277e.gif"></div>
<div align="left"><img width="800" src="https://private-user-images.githubusercontent.com/9831420/424823702-95f90eb6-055d-4847-a1eb-87cb2ee4e9aa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDI0NDcyMzIsIm5iZiI6MTc0MjQ0NjkzMiwicGF0aCI6Ii85ODMxNDIwLzQyNDgyMzcwMi05NWY5MGViNi0wNTVkLTQ4NDctYTFlYi04N2NiMmVlNGU5YWEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDMyMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAzMjBUMDUwMjEyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YmNhYTcyOTQ0ODA2ZTg5YTZhYjJlNWZmYWMyNzI4MjJhMTlkYjFjY2M4MDdmNDc3MGZlYzg4NjExM2Y5MTEyOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.cI0M--nasJDRIRSk1JY-iG370ccUfKmRwQRmJXxHKPA"></div>

There is also a collection of Empire plugins available via sponsorship.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starkiller",
"version": "3.0.0-rc1",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
Loading