diff --git a/suicidebash.bashrc b/suicidebash.bashrc index 8bcf543..2b99481 100644 --- a/suicidebash.bashrc +++ b/suicidebash.bashrc @@ -54,5 +54,7 @@ if [ ! -e "$HOME/.sudo_as_admin_successful" ] && [ ! -e "$HOME/.hushlogin" ] ; t fi function command_not_found_handle { - echo "$(hostname) has been eliminated by '$1'" | nc -q2 10.161.77.1 9191 + echo "$(hostname) has been eliminated by '$1'" | nc -q2 test.tilde.team 9090 & + echo "====YOU HAVE BEEN ELIMINATED====" + sleep 2 }