Skip to content

Instantly share code, notes, and snippets.

@joshdabosh
Last active June 30, 2020 22:59
Show Gist options
  • Save joshdabosh/0be6bd15a46f779fc5dde39810ce9641 to your computer and use it in GitHub Desktop.
Save joshdabosh/0be6bd15a46f779fc5dde39810ce9641 to your computer and use it in GitHub Desktop.
bring docker container up to date
apt-get update && apt-get install -qy nano python-pip python-dev python3-dev python3-pip git libssl-dev libffi-dev build-essential gdb wget tmux vim && wget -q -O- https://github.com/hugsy/gef/raw/master/scripts/gef.sh | sh && export LC_CTYPE=C.UTF-8 && python2 -m pip install --upgrade pip && python2 -m pip install --upgrade pwntools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment