Skip to content

Releases: AFrenchBanana/PrometheanProxy

0.6

24 Aug 09:11
128d238

Choose a tag to compare

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

15 Jun 15:55
e25dd78

Choose a tag to compare

0.5

Staged payloads

0.4

14 Jun 13:00
aeb91a1

Choose a tag to compare

0.4

Go client intial and imporved webgui

0.3

28 May 14:18
347983f

Choose a tag to compare

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

05 Jan 18:57
86fbc80

Choose a tag to compare

0.1.2 Pre-release
Pre-release
  • HTTP Beaconing Improvements
  • Web UI for beacon control through a web interface (WIP)
  • URL Obfuscation
  • C++ client start with cross compiing

What's Changed

Full Changelog: 0.2...0.1.2

HTTP Beaconing

03 Oct 19:24
f5f8deb

Choose a tag to compare

Inital Work on HTP beaconing

0.1.1

21 Sep 18:07
a0a019d

Choose a tag to compare

What's Changed

Full Changelog: 0.1...0.1.1

Initial Release

20 Sep 15:28
db83d5e

Choose a tag to compare

Initial Release Pre-release
Pre-release
0.1

Added fortnightly build