Here's a short shell script to quickly update hak5 software for bashbunny, wifi-pineapple, etc.
- Run the script, like this:
curl https://gist.github.com/nicholasadamou/cf10162d83856c2f344a825eb44ee10f/raw/f92b890c353a286d34b6fa1fdacf422accd9a6cd/update.sh | bash
or
- Add as an alias, like this:
alias h5u="curl https://gist.github.com/nicholasadamou/cf10162d83856c2f344a825eb44ee10f/raw/f92b890c353a286d34b6fa1fdacf422accd9a6cd/update.sh | bash"
And run the script, like this: h5u
.