Modular C2 server to tame your pack of wolves.
- v1.0.6 - Version 1.0.6 Release!
v1.0.6 Features:
- Support for process injection commands that deliver shellcode payload data and process identifiers for implants to implement (BYOA - Bring your own allocation)
- Better multi function hook sample provided in the
sample
implant directory - Added
updateinterval
subcommand to Sessions CLI to allow for dynamic updates to implant check-in delays - Added persistence handler updates to all listening modules
- 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
v1.0.6 Bug Fixes:
- Fixed some bugs in errors and text for the UpdateInterval functionality
Road Map:
- Consider Implementing UDP listener (Would be cool to come back to this, it's not hard, just tricky for implants to integrate with cleanly. Needs a seamless standard/API)
- Consider Implementing Proxying (Cool for v2 should be easy with a go revproxy lib)
- Implement Stager support for things like multi staged implants and DLL injection
- Implement Procdump API to support process dumping (can use the stager API)
- Web interface for wolfpack server
- Implement Github Actions to get automated builds for future releases