projectdiscovery / subfinder

Fast passive subdomain enumeration tool.
https://projectdiscovery.io
MIT License
10.04k stars 1.26k forks source link

Apple Silicon #1300

Closed n0n0nroot closed 2 months ago

n0n0nroot commented 3 months ago

Running almost all Go-written tools on an ARM64 system ( Kali Linux on a MacBook M2) results in "zsh: exec format error".

n0n0nroot commented 3 months ago

Fixed issue via GOARCH=arm64 GOOS=linux go build -o subfinder but do i need to do each time for installing go tools to M2 chip ?

dogancanbakir commented 3 months ago

What is the current version of Go installed on your system?