Skip to content

Releases: InjectionSoftwareandSecurityLLC/lupo

v1.2.0

21 Aug 23:24
e0b111c

Choose a tag to compare

  • Fixes bug caused by nested grumble session management. If a user started Lupo and entered the Session sub-shell they would break the Wolfpack server due to a global variable that saved the state of the Session sub-shell in memory even after the shell was destroyed when backing out. This was fixed by introducing a new global that can be managed separately from the server's CLI state.
  • Implements new multi session execution feature - run a command across multiple sessions using the interact cmd sub command. This new sub command allow you execute a command across one, many, or all sessions and can be filtered using comma separated sessions, a range, or by filtering on the Arch (OS) field.
  • Improves automation with the new interact cmd subcommand allowing operators to more easily automate post-exploitation commands using the resource file feature. Previously not possible due to the nested Session sub-shell conflicting with the run automation for the resource file within the Grumble CLI.

v1.1.0

18 Jul 18:38
e3a6ea0

Choose a tag to compare

  • Generates TLS certs automatically, no more clunky bash script
  • Adds new tls-ip flag for alternate interface support

v1.0.9

17 Jul 23:33

Choose a tag to compare

  • Squashes all the race conditions related to structs/mutexes in favor of sync.map

v1.0.8

05 Sep 00:30
7a25cec

Choose a tag to compare

  • Major bug fix: Server would crash due to concurrent map writes causing a race condition when multiple implants checked in. This is now fixed!
  • Meta data check in refinements

v.1.0.7

02 Sep 00:46
8bdd621

Choose a tag to compare

  • Fixed a major bug in parsing HTTP POST Requests to make it more flexible.
  • Fixed a bug in the Download handler that was caused by not URL Decoding the Base64 data.

v1.0.6

13 Jul 02:51
4b55f80

Choose a tag to compare

  • Adds support for memory and process injection techniques!

v1.0.5.2

12 Jul 21:29
4219d17

Choose a tag to compare

  • Fixed bug in Lupo Server that caused the updateintervalcommand to log and send an incorrect cmdString value to the core.ExecuteConnection() function.
  • Minor text fixes to update the updateinterval commands argument descriptions on the Lupo Client and Server.

v1.0.5.1

20 Dec 18:40
c22bdc5

Choose a tag to compare

  • Fixed bug in Lupo Client that prevented certain data from being returned from command execution due to backslashes and newlines not being properly escaped
  • Fixed bug in Wolfpack server that caused the new updatedinterval command to not broadcast correctly from the client to implants due to an improper command string

v1.0.5

19 Dec 19:56
f5e535e

Choose a tag to compare

  • Adds support for new updateinterval subcommand in the Sessions CLI that allows dynamic modification of an implant's update check-in delay

v1.0.4

04 Nov 20:07
15a5cea

Choose a tag to compare

  • Adding persistence handler updates to all listening modules
  • Fixed PSK global variable assignment bug found during feature development. The bug caused an issue where if a user previously set a PSK and made a management change, then a random PSK and would be set while printing a message saying it had not been changed.