Weekly, multiarch build of the Beef Exploitation Framework using the official Dockerfile from the project.
Here is the Github Action:
https://github.com/heywoodlh/actions/blob/master/.github/workflows/beef-buildx.yml
For ideas on usage, this is a function I use for POSIX-compliant shells:
beef () {
mkdir -pv -p ~/.local/beef
if [[ ! -f ~/.local/beef/config.yaml ]]
then
echo 'Default config not found at ~/.local/beef/config.yaml'
echo 'Downloading config'
sleep 1
curl --silent 'https://gist.githubusercontent.com/heywoodlh/5d503e14f91ff9e5d6d4794aeffda652/raw/cbe20ee227e0b6ddedaf043b753d17bd7a0a45ed/config.yaml' -o ~/.local/beef/config.yaml
fi
docker run -it --rm -p 3000:3000 -p 6789:6789 -p 61985 -p 61986 -v ~/.local/beef/config.yaml:/beef/config.yaml heywoodlh/beef $@
}
Content type
Image
Digest
sha256:693e837d9…
Size
321.9 MB
Last updated
about 3 hours ago
docker pull heywoodlh/beef