Skip to content

Releases: InjectionSoftwareandSecurityLLC/lupo

v1.0.8

05 Sep 00:30
7a25cec
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Adds support for memory and process injection techniques!

v1.0.5.2

12 Jul 21:29
4219d17
Compare
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
Compare
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
Compare
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
Compare
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.

v1.0.3

08 Nov 20:36
79a69eb
Compare
Choose a tag to compare

What's Changed

v1.0.3 Features:

  • Fixed bug that caused a 431 HTTP Response due to file header size on the HTTP server. This can now handle up to 1 PB files at a time.

v1.0.2

28 Oct 20:58
bafc542
Compare
Choose a tag to compare

What's Changed

v1.0.2 Features:

  • Implement data response and check in status intervals
  • Implement registering custom functions
  • Consider creating a "color" library in core to handle custom colors across the entire application
  • Port finished HTTP server to HTTPs
  • Enhance custom functions
  • Implement TCP listener
  • Implement "wolfpack" teamserver with client binary generation
  • Implement extended functions like upload/download and any other seemingly "universal" switches
  • Implement a web shell handler for bind web shells
  • Consider random PSK generation rather than a default base key
  • Add Exec command to allow local shell interaction while in the Lupo CLI
  • Reformat the ASCII art so it is printed a bit more cleanly
  • Document API
  • Document core features
  • Create demo implants to show off all the feature/functionality
  • Repo art update and open source!
  • Implement config file for lupo server to auto supply configs (done via metasploit-style resource file for simpler automation)
  • Implement optional encryption flag for TCP
  • wolfpack chat
  • fix client local exec logging bug
  • fix resource file session bug

v1.0.1

28 Oct 18:07
21a439e
Compare
Choose a tag to compare

What's Changed

v1.0.1 Features:

  • Implement data response and check in status intervals
  • Implement registering custom functions
  • Consider creating a "color" library in core to handle custom colors across the entire application
  • Port finished HTTP server to HTTPs
  • Enhance custom functions
  • Implement TCP listener
  • Implement "wolfpack" teamserver with client binary generation
  • Implement extended functions like upload/download and any other seemingly "universal" switches
  • Implement a web shell handler for bind web shells
  • Consider random PSK generation rather than a default base key
  • Add Exec command to allow local shell interaction while in the Lupo CLI
  • Reformat the ASCII art so it is printed a bit more cleanly
  • Document API
  • Document core features
  • Create demo implants to show off all the feature/functionality
  • Repo art update and open source!
  • Implement config file for lupo server to auto supply configs (done via metasploit-style resource file for simpler automation)
  • Implement optional encryption flag for TCP
  • wolfpack chat
  • fix client local exec logging bug