Releases: AFrenchBanana/PrometheanProxy
Releases · AFrenchBanana/PrometheanProxy
0.6
0.6 (#29) * Implement multiplayer user management and server functionality - Added `mp_users.py` to handle user creation, authentication, and password management using bcrypt. - Introduced `multiplayer.py` to extend socket functionality for multiplayer capabilities. - Removed obsolete WebUI files (`beacon.py`, `index.py`, `session.py`, `utils.py`) to streamline the codebase. - Updated `config.toml` to include multiplayer settings such as `multiplayer`, `multiplayerListenAddress`, and `multiplayerPort`. - Modified `server.py` to initialize and start the multiplayer server if enabled in the configuration. * feat: Implement multiplayer functionality with user management and connection handling * fix: Update URLPort to 8080 and modify command handling in multiplayer client * bunch of new features * feat(system_info): Add system information plugin in Go and Python - Implemented a new Go plugin for gathering system information including OS, CPU, memory, network interfaces, and storage details. - Created a corresponding Python module to handle system info commands for beacon and session contexts. - Added necessary Go module files (go.mod, go.sum) for dependency management. - Developed a template for future command plugins in Go. - Introduced a minimal setup script for building the server on Windows using py2exe. * feat(server): Enhance server setup with embedded asset extraction and update module location * Add system_info plugin for gathering system metrics - Implemented a Go plugin for system information retrieval, including OS details, CPU, memory, network interfaces, and storage. - Added Python integration for beacon and session commands to request system info. - Created necessary Go module files for the new plugin. - Updated server configuration paths for certificates and implant data. - Enhanced server startup process to ensure proper extraction of embedded assets and plugins. - Added new binary files for Windows debug and release versions of the system_info plugin. * server compiling * feat(plugins): remove deprecated netstat and system_info plugins for Linux and Windows * dynamic server * obfuscated work * wokring on obfuscation * obfuscated beacons * Refactor code structure for improved readability and maintainability * Enhance platform compatibility in shell command execution and improve obfuscation mapping handling * binary and windows * whoami command * update * readme --------- Co-authored-by: RyanD <ryan@gmail.com>
0.5
Staged payloads
0.4
Go client intial and imporved webgui
0.3
Can now view Dir traversal (windows only) on the web page and click on files for info about the file
0.1.2
- HTTP Beaconing Improvements
- Web UI for beacon control through a web interface (WIP)
- URL Obfuscation
- C++ client start with cross compiing
What's Changed
- Feature/C++ Client by @AFrenchBanana in #12
- URL Obfuscation by @AFrenchBanana in #13
- server side changes by @AFrenchBanana in #14
- allow live beacon to be configured by @AFrenchBanana in #15
- Feature/web UI by @AFrenchBanana in #16
- Beacon Improvements and UI by @AFrenchBanana in #17
Full Changelog: 0.2...0.1.2
HTTP Beaconing
Inital Work on HTP beaconing
0.1.1
What's Changed
- Feature/more tests by @AFrenchBanana in #3
- Windows Files by @AFrenchBanana in #4
- Update ReadMe by @AFrenchBanana in #6
- Feature/more unit tests by @AFrenchBanana in #7
Full Changelog: 0.1...0.1.1
Initial Release
0.1 Added fortnightly build