Skip to content

Apollo 2.2.0

Compare
Choose a tag to compare
@djhohnstein djhohnstein released this 27 Mar 04:03
· 325 commits to master since this release

This new release includes:

  • ifconfig command to list network interfaces
  • netstat to list network connections of various types
  • sc enhancements across querying and modifying, with additional information regarding binary paths, running PIDs, etc.
  • Fix for ps where it would report the wrong architecture for processes (was backwards previously)
  • Apollo now reports the process it's residing in on checkin
  • Apollo now has the scarecrow_wrapper in its supported wrapper payload types
  • Dependencies have been shuffled around such that the PS reference assemblies it used to came bundled with are removed, and is now dependent on the PowerShell assemblies being resident on disk

Special thanks to @thespicybyte and @subat0mik for their contributions