Update attack.sh
This commit is contained in:
parent
154b121af0
commit
4437004dea
|
@ -727,7 +727,7 @@ IP: $MatchedClientIP
|
|||
|
||||
echo "
|
||||
while true; do
|
||||
if [ -f "$/tmp/fluxspace/ip_hits" ];then
|
||||
if [ -f "/tmp/fluxspace/ip_hits" ];then
|
||||
MatchedClientIP=$(cat $/tmp/fluxspace/ip_hits)
|
||||
|
||||
if [ "$MatchedClientIP" != "" ];then
|
||||
|
|
Loading…
Reference in New Issue