https://github.com/bc-security/starkiller
Starkiller is a Frontend for PowerShell Empire.
https://github.com/bc-security/starkiller
c2 empire hacktoberfest redteam-infrastructure
Last synced: 28 days ago
JSON representation
Starkiller is a Frontend for PowerShell Empire.
- Host: GitHub
- URL: https://github.com/bc-security/starkiller
- Owner: BC-SECURITY
- License: mit
- Created: 2020-03-09T05:48:58.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T03:30:16.000Z (over 1 year ago)
- Last Synced: 2025-03-25T04:26:13.711Z (over 1 year ago)
- Topics: c2, empire, hacktoberfest, redteam-infrastructure
- Language: Vue
- Homepage: https://www.bc-security.org/post/an-introduction-to-starkiller
- Size: 15.2 MB
- Stars: 1,432
- Watchers: 38
- Forks: 204
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/sponsors/BC-SECURITY)
[](https://bc-security.gitbook.io/empire-wiki/)
[](https://twitter.com/BCSecurity1)
[](https://www.youtube.com/channel/UCIV4xSntF1h1bvFt8SUfzZg)
[](https://discord.gg/P8PZPyf)
[](https://github.com/sponsors/BC-SECURITY)
[](https://www.bc-security.org/blog)
[](https://twitter.com/BCSecurity)
[](https://twitter.com/EmpireC2Project)
[](https://www.youtube.com/channel/UCIV4xSntF1h1bvFt8SUfzZg)
[](https://www.linkedin.com/company/bc-security/)
# Starkiller
Starkiller is a Frontend for [Powershell Empire](https://github.com/BC-SECURITY/Empire/). It is a web application written in VueJS. If you'd like to contribute please follow the [Contribution guide](/CONTRIBUTING.md). If you'd like to request a feature or report a bug, please follow the [Issue template](/.github/ISSUE_TEMPLATE.md).
# Getting Started
As of Empire 5.0 and Starkiller 2.0, you no longer need to install Starkiller or build it from source.
It is prepackaged in Empire as a submodule and served via Empire's API.
## Sponsors
[
](https://www.route4me.com//)
# Sponsorship and extra features
[Sponsoring](https://github.com/sponsors/BC-SECURITY/) at the `Individual` level will give access to extra features.
At the moment, the extra Starkiller sponsorship features include:
## Dashboard
## Graph View
## Process Browser
## Modify Module Scripts
## Enable/Disable modules
## Ip Filtering
There is also a collection of Empire plugins available via sponsorship.
Thanks to our sponsors the following features which started as sponsor features have been moved to the public and kali builds.
- File browser
- Popout windows
- Chat widget
- Bypass management
- Malleable profile management
## Build and run from source
Prerequisites:
- [Node.js](http://nodejs.org/) 16+.
- [Yarn](https://classic.yarnpkg.com/en/docs/install)
Currently it has been tested using Yarn 1.22.
```
yarn
```
### Compile and hot-reload for development
```
yarn dev
```
### Compile and minify for production
```
yarn build
```
## Changelog
Detailed changes for each release are documented in the [changelog](./CHANGELOG.md).
## Stay In Touch
- [Twitter](https://twitter.com/bcsecurity1)
- [Blog](https://bc-security.org/blog)
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2021 BC Security