Releases: degenerat3/meteor
Releases · degenerat3/meteor
Beta Hotfix 1
Add gomod so dependency changes don't blow up the project. ...whoops.
Beta Release
New and improved! Python is gone, it's golang time.
Current Functionality:
- Teamserver that tracks hosts, groups, actions, results
- Teamserver controller - Daddy Tops, includes simple auth mechanisms
- Agents/Listeners for TCP (basic socket) and HTTP
- Nest - Web service for building/hosting agents
Some technical changes:
- All API endpoints and agent/listener comms (excluding Nest) are done via protocol buffers
- Python is dead. No more SQL Alchemy or Flask. Now using Go for all APIs/services
- Agent and listener logic was reworked, no more external metcli package (that was dumb)
Alpha Release
Alpha Release
Communication Channels
- web
- tcp
DaddyTops
- a rudimentary interactive CLI has been created
- auth has been implemented
- host builder, user creation, etc has been scripted
Random notes
- we can have multiple groups per host (one box can be in "web", "linux", "team1", etc)
- there's a
build.sh
script for compiling clients - documentation is pretty lacking
- logging is pretty lacking or nonexistent