Skip to content

Releases: AdnaneKhan/gato-x

Gato-X Release v1.3.0

15 Sep 15:06
a63547e

Choose a tag to compare

Release of version v1.3.0

What's Changed

  • Add persistence techniques module for GitHub repository attacks by @Copilot in #188
  • Polish minor doc issues by @AdnaneKhan in #189
  • Bump astral-sh/ruff-action from 3.5.0 to 3.5.1 by @dependabot[bot] in #193
  • Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #191
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #190
  • Prevent duplicate CI runs by @AdnaneKhan in #198
  • Fix self-enumeration to support public_repo scope in addition to repo scope by @Copilot in #195
  • ✨ Set up Copilot instructions for Gato-X repository by @Copilot in #197
  • Fix TOCTOU False Positive by @AdnaneKhan in #199
  • Bump actions/attest-build-provenance from 2 to 3 by @dependabot[bot] in #202
  • Bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #200
  • Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #206
  • Bump softprops/action-gh-release from 2.3.2 to 2.3.3 by @dependabot[bot] in #204
  • feature: Add enumeration capabilities for Fine-Grained GitHub Personal Access Tokens by @AdnaneKhan in #203
  • docs: Add missing finegrained enum doc link by @AdnaneKhan in #207
  • Bump version for 1.3.0 by @AdnaneKhan in #208

Full Changelog: v1.2.2...v1.3.0

Gato-X Release v1.2.2

19 Jul 16:25
Immutable release. Only release title and notes can be modified.
f1f5f9e

Choose a tag to compare

Release of version v1.2.2

What's Changed

  • Add artifact pollution detection by @AdnaneKhan in #153
  • Remove trailing / when listing workflows directory using REST API. by @AdnaneKhan in #156
  • Add uses to StepNode by @adrien-f in #159
  • Allow extra tags on nodes by @adrien-f in #160
  • Bump softprops/action-gh-release from 2.2.2 to 2.3.2 by @dependabot[bot] in #163
  • Correctly Handle Reusable Action Positioning in Graph by @AdnaneKhan in #161
  • Make sure to print runner information for repos when enumerating an org. by @AdnaneKhan in #166
  • fix: Reduce false positives when environment protection rule is calculated using expression by @AdnaneKhan in #167
  • Swap YAML library to keep line numbers for Job/Step nodes by @adrien-f in #168
  • Bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1 by @dependabot[bot] in #169
  • Revert "Swap YAML library to keep line numbers for Job/Step nodes" by @AdnaneKhan in #171
  • update(enumeration): Support discord webhooks by @AdnaneKhan in #173
  • Add sourcemap of lines to Workflow and Composite models by @adrien-f in #174
  • update(enumeration): Push approval gate DFS logic to graph algorithm by @AdnaneKhan in #172
  • fix(node): use parent get_repr() method to display line numbers if available by @adrien-f in #177
  • fix(enum): Don't build source map for invalid workflows. by @AdnaneKhan in #179
  • fix(enum): Reduce number of commit checks for a single repo by @AdnaneKhan in #180
  • Bump astral-sh/ruff-action from 3.4.0 to 3.5.0 by @dependabot[bot] in #181
  • fix(enum): Don't report only one injection sink per start node. by @AdnaneKhan in #178
  • Fix for RoR attack issues in #183 and #176 by @AdnaneKhan in #184
  • Bump version 1.2.2 by @AdnaneKhan in #185

Full Changelog: v1.2.1...v1.2.2

Gato-X Release v1.2.1

07 Jun 17:04
473d070

Choose a tag to compare

Release of version v1.2.1

What's Changed

Full Changelog: v1.2.0...v1.2.1

Gato-X Release v1.2.0

30 May 20:27
60412af

Choose a tag to compare

Release of version v1.2.0

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

Gato-X Release v1.1.1

15 May 18:48
24c8641

Choose a tag to compare

Release of version v1.1.1

What's Changed

Full Changelog: v1.1.0...v1.1.1

Gato-X Release v1.1.0

27 Apr 00:35
7707b59

Choose a tag to compare

Release of version v1.1.0

Gato-X is now build using asyncio. This release doesn't add any new features increases enumeration speed substantially by taking advantage of non-blocking calls when possible and performing graph traversals for each issue class async instead of together.

What's Changed

Full Changelog: v1.0.1...v1.1.0

Gato-X Release v1.0.1

30 Mar 16:15
d311ad5

Choose a tag to compare

Release of version v1.0.1

What's Changed

Full Changelog: v1.0.0...v1.0.1

Gato-X Release v1.0.0

08 Mar 04:09
51c65c6

Choose a tag to compare

Release of version v1.0.0

What's Changed

Full Changelog: v0.6.1...v1.0.0

Gato-X Release v0.6.1

31 Jan 21:31
e86cbfc

Choose a tag to compare

Release of version v0.6.1

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

Gato-X Release v0.6.0

26 Nov 03:24
1f58c12

Choose a tag to compare

Release of version v0.6.0

This version bump includes bug fixes along with improvements to the Runner-on-Runner attack features. The payload only mode is now more flexible because it will create a C2 repository if one is not specified. This will be useful for manual exploitation scenarios and for red teamers who simply want to use the GitHub Actions runner as a C2 implant.

What's Changed

  • Bump actions/setup-python from 4 to 5 by @dependabot in #45
  • Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 by @dependabot in #39
  • Bump psf/black from 24.8.0 to 24.10.0 by @dependabot in #55
  • Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.12.2 by @dependabot in #59
  • Bump softprops/action-gh-release from 2.0.8 to 2.0.9 by @dependabot in #57
  • Fix broken windows RoR and improve attack UX. by @AdnaneKhan in #61
  • Fix inconsistency with environment enumeration by @AdnaneKhan in #63
  • Bump version to 0.6.0 by @github-actions in #64

Full Changelog: v0.5.8...v0.6.0