Skip to content

Releases: degenerat3/meteor

Beta Hotfix 1

18 Feb 13:37
79e92a1
Compare
Choose a tag to compare

Add gomod so dependency changes don't blow up the project. ...whoops.

Beta Release

28 Jan 16:12
5a50c32
Compare
Choose a tag to compare

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

17 Oct 23:17
3608fde
Compare
Choose a tag to compare

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