Skip to content

v1.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 18:45
· 191 commits to main since this release
a5bce5a

AWS

  • Updates
    • Inventory - Inventory's rows are now dynamic. It will only show you rows if at least one of that resource type exists. Also added a bunch of new resources to inventory!
    • Caching - Continued to transfer more functions to cached versions.

Azure

  • Updates
    • Global - Updated the -t tentant and -s subscription to accept common names for subscription ID and tentant ID in addition to the ID's themselves. Should make for a much better user experience.
    • Global -Completely reworked the logging directory structure to use the common names for subscription and ID, and to nest subscriptions within their tentants.
    • vms - Renamed the instances command to vms command to be more inline with azure terminology
    • vms - Added user-data extraction to the vms command

Commits

  • 471da59: Updated ecs-tasks and eni to use cached functions (sethsec-bf) #46
  • 602332a: Updated ecs-tasks and eni to use cached functions (sethsec-bf) #46
  • 06a7e7e: Updated sdk package to do the gob initializations in self contained init functions (sethsec-bf) #46
  • 659b2e7: Completed inventory migration to use sdk, also finally removed need for second global table (sethsec-bf) #46
  • fc52e01: updated tests, added new sdk functions, added started the migration of keeping all mocks in _mocks.go files (sethsec-bf) #46
  • e88cb77: updated inventory to include more ec2, ecs, and ecr resources (sethsec-bf) #46
  • cef1aa3: updated inventory to include more ec2, ecs, and ecr resources (sethsec-bf) #46
  • 60daff3: updated inventory to include more redshift, route53, updated route53 to use new cached functions and to include CNAME records in loot (sethsec-bf) #46
  • 00ed8a7: Added many new resources to inventory. Made inventory rows dynamic. Only non-empty rows will print (sethsec-bf) #46
  • d94fafe: go get -u (sethsec-bf) #46
  • 3a19fdb: reworking the tenant/subscription file structure (sethsec-bf) #46
  • 102b91e: Got rbac working with the new directory stucture and accepting common names for tentant and subscirption as input params (sethsec-bf) #46
  • 08b5cd1: renamed rbac and storage, and converted instances and storage over to user names in addition to IDs as input params. (sethsec-bf) #46
  • 5132622: updated azure to use same home directory logic as the aws command (sethsec-bf) #46
  • 01d320d: inventory now supports tenant mode, both merged and split. fixed all tests (sethsec-bf) #46
  • 5aab3b4: updated logging path for tenant data to make it more clear (sethsec-bf) #46
  • aa42c8b: renamed azure instances -> vms, got userdata loot working on azure vms command (sethsec-bf) #46
  • 8221b5f: bumped version to 1.12.0 (sethsec-bf) #46