Releases: InjectionSoftwareandSecurityLLC/lupo
Releases · InjectionSoftwareandSecurityLLC/lupo
v1.0.8
v.1.0.7
v1.0.6
v1.0.5.2
- Fixed bug in Lupo Server that caused the
updateinterval
command 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
- 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
v1.0.4
- 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
v1.0.2
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
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