diff --git a/.bash_aliases b/.bash_aliases index fb8a419..d9ae315 100755 --- a/.bash_aliases +++ b/.bash_aliases @@ -85,7 +85,7 @@ alias speedTest='curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/m # If you're runnng my exact mastodon setup, this will be useful alias tootctl='docker exec -it -w /app/www mastodon bin/tootctl' # HAHAHA Go for it. Hours of fun and profit or ruining all your stuff -alias hackingtool='docker run -it --net=host --privileged vgpastor/hackingtool' +alias hackingtool='docker run -it --net=host --security-opt seccomp=unconfined --privileged blackarchlinux/blackarch:latest' # Do you need to reboot? Find out here! alias needrs='[ -f /var/run/reboot-required ] && echo "You need to reboot"'