Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save StudioEtrange/4a4e2137394f67f612f2cde52df3c213 to your computer and use it in GitHub Desktop.
Save StudioEtrange/4a4e2137394f67f612f2cde52df3c213 to your computer and use it in GitHub Desktop.
launch_docker_airgeddon_remotely.sh
# https://github.com/v1s1t0r1sh3r3/airgeddon
docker run --rm -ti --name airgeddon --net=host --privileged \
-v $HOME/air/io:/io -v $HOME/air/plugins:/opt/airgeddon/plugins \
-e DISPLAY=$(env | grep DISPLAY | awk -F "=" '{print $2}') \
-e AIRGEDDON_WINDOWS_HANDLING=tmux v1s1t0r1sh3r3/airgeddon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment