epi052 / feroxbuster

A fast, simple, recursive content discovery tool written in Rust.
https://epi052.github.io/feroxbuster/
MIT License
5.84k stars 492 forks source link

[BUG] There is no ARM Mac OS X release #1149

Closed wikamp-collaborator closed 3 months ago

wikamp-collaborator commented 4 months ago

Describe the bug There is no ARM Mac OS X release. There is only x86_64 release for Mac OS X however Intel Macs are note produced for many years.

epi052 commented 4 months ago

There are two arm variants. One of them should work on Mac (aarch64 I think). Lmk if neither work

sectroyer commented 4 months ago

Here: https://github.com/epi052/feroxbuster/releases/tag/v2.10.3 there is aarch64 and armv7 release for linux but for Mac OS X there is only x86_64

epi052 commented 4 months ago

Is homebrew an option for you?

https://formulae.brew.sh/formula/feroxbuster

sectroyer commented 4 months ago

I don't use home-brew myself but I used cargo so I was able to compile it. However I think it's still good idea to support modern Macs :)

epi052 commented 4 months ago

Yea, rustup supports it at tier 2 now, I can add a build action for it. Didn't realize it was missing, thanks !

sectroyer commented 4 months ago

No problem. Glad I could help 👍

epi052 commented 3 months ago

added a build step for arm on mac. give it a whirl. if it runs on your machine, ill add the pipeline to the main branch

https://github.com/epi052/feroxbuster/actions/runs/9433072060