Closed davisbug closed 1 week ago
@davisbug you're probably facing https://github.com/golang/go/issues/68088 which is an issue with golang on latest versions of mac and is related to binary signing not working correctly.
As a temporary workaround, you can run the below command to sign the binary yourself
codesign --force --deep --sign - <path-to-katana>
The proper fix is to upgrade the version of golang to go1.22.6+ which solves this issue
Thank you @Ice3man543 , updated my go version to 1.23.3
then updated katana with go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
command. Now works well!
katana version:
Current Behavior:
updated katana using below command. After the update katana failed to start, keeps crashing.
go version
go version go1.22.3 darwin/arm64
go env
Expected Behavior:
Steps To Reproduce:
Anything else: