Update attack.sh

This commit is contained in:
deltax 2017-12-17 10:00:56 +01:00 committed by GitHub
parent 154b121af0
commit 4437004dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ IP: $MatchedClientIP
echo " echo "
while true; do while true; do
if [ -f "$/tmp/fluxspace/ip_hits" ];then if [ -f "/tmp/fluxspace/ip_hits" ];then
MatchedClientIP=$(cat $/tmp/fluxspace/ip_hits) MatchedClientIP=$(cat $/tmp/fluxspace/ip_hits)
if [ "$MatchedClientIP" != "" ];then if [ "$MatchedClientIP" != "" ];then