blst-security / cherrybomb

Stop half-done APIs! Cherrybomb is a CLI tool that helps you avoid undefined user behaviour by auditing your API specifications, validating them and running API security tests.
https://www.blstsecurity.com/cherrybomb
Apache License 2.0
1.08k stars 78 forks source link

support arm cpu #136

Open egege opened 11 months ago

egege commented 11 months ago

I used this command to install cherrybomb on the m2 mac.

curl https://cherrybomb.blstsecurity.com/install | /bin/bash

But zsh hints:

zsh: bad CPU type in executable: cherrybomb

I think it is better to add an arm cpu adaptation does not require rosetta 2, as there will be other mac users who will also encounter it.

nikolay commented 7 months ago

Please add all proper architecture targets. Thanks!