Skip to content

1.2.0 馃寪

Compare
Choose a tag to compare
@kingkundo kingkundo released this 08 Mar 04:31
· 49 commits to main since this release

The third major release of Super Payload Launcher. This latest release is characterised mainly by the new ability to automatically download and inject payloads like Fusee or Hekate with only a single button press.

The project is maturing into a very useful piece of software, and in particular is meeting it's goal of trying to be the most user friendly and low-fuss payload injector available.

New features

  • Ability to download and inject Fusee or Hekate with only a single button click. Of course you can still launch payloads from the file system as before.
  • Removed the 'third step' of the application. Payloads are now injected automatically once selected, rather than requiring a pointless extra button click.
  • Stability fixes and optimisations.

How to launch

Windows

Simply extract the Super.Payload.Launcher-win32-x64.zip file to any location and run Super Payload Launcher.exe.

MacOS

Extract Super Payload Launcher.app from Super.Payload.Launcher-MacOS.zip into your Applications folder and launch it from there.

Linux

No build for Linux is currently available. You will have to compile from source for right now.

Help internationalise the code

If you're so inclined, you can pull down the master branch and create a new language file under src/locales with translated strings, sourced from en.json.

These new json files should be named after the language you're translating into. For example fr.json for French. Make a pull request once done and it'll be verified!

Future plans

  • Drag and drop instant payload launch.
  • Full logging system.
  • Try and drop down file size. As an Electron app it skews large, but there must be optimisations to be had.
  • Get a signing certificate so I can properly sign the application to avoid annoying security warnings on Windows and MacOS.