Andrew Imeson Posted December 27, 2019 Share Posted December 27, 2019 I just got my Bash Bunny today. Running the updater from macOS Catalina required a workaround. Steps to reproduce: Download the Bunny Updater to /Volumes/BashBunny Extract it by using Finder (important: Extracting it via the `unzip` lead to an unlaunchable .app) Right click the BunnyUpdater app and click "Open" (this is important to get the security prompt to allow you to open it) It launches in Terminal.app with this message My workaround was to add this to my Zsh profile EXPECTED_LOCATION=/Volumes/BashBunny if [[ -d $EXPECTED_LOCATION ]]; then export BUNNYPATH=$EXPECTED_LOCATION fi My guess is macOS security improvements broke this, but that's just a guess. Link to comment Share on other sites More sharing options...
kuyaya Posted January 21, 2020 Share Posted January 21, 2020 Great that you got the solution by yourself. Does it work when you upgrade it manually? I mean by putting the firmware in to the /root and the unplug and plug it back in. (firmware is here https://downloads.hak5.org/bunny) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.