Skip to content

fix(docker): make GAU compatible with ARM64 (M4 Mac)#63

Open
bogdan-copocean wants to merge 2 commits intoR-s0n:mainfrom
bogdan-copocean:main
Open

fix(docker): make GAU compatible with ARM64 (M4 Mac)#63
bogdan-copocean wants to merge 2 commits intoR-s0n:mainfrom
bogdan-copocean:main

Conversation

@bogdan-copocean
Copy link
Copy Markdown

Problem

GAU scans fail on ARM64 host – tested on my M4 Mac – because the official Docker image sxcurity/gau:latest only supports x86_64.

➜ ars0n-framework-v2 git:(main) ✗ docker run --rm sxcurity/gau:latest <DOMAIN> --providers wayback --json --verbose --subs --threads 10 --timeout 60 --retries 2 

Unable to find image 'sxcurity/gau:latest' locally docker: Error response from daemon: no matching manifest for linux/arm64/v8 in the manifest list entries: no match for platform in manifest: not found Run 'docker run --help' for more information

There is also a discussion topic here.

Copy link
Copy Markdown

@dizzysec dizzysec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did the exact same thing to have gau running on my local mac :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants