Rusthound
Install
MacOs arm
nano Dockerfile
# Change image to "FROM rust:1.82-bullseye"
docker build -t rusthound .
docker run --rm -v ./:/usr/src/rusthound rusthound install
# After all the steps the binary will be in the container along the path /lol/usr/local/cargo/bin/rusthoundLast updated