Created
June 7, 2021 01:01
-
-
Save StudioEtrange/4a4e2137394f67f612f2cde52df3c213 to your computer and use it in GitHub Desktop.
launch_docker_airgeddon_remotely.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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