diff --git a/.gitignore b/.gitignore index da02e9d..9a32b2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ config.sh Cookie.txt +sbj.txt \ No newline at end of file diff --git a/sbj b/sbj.sample.txt similarity index 100% rename from sbj rename to sbj.sample.txt diff --git a/stucis.sh b/stucis.sh index 314e355..df09b8f 100644 --- a/stucis.sh +++ b/stucis.sh @@ -34,7 +34,7 @@ while [[ $(($(date "+%s")-$startTime)) -lt $runTime ]]; do msg=$(echo $result | grep -o "alert(.*);" | sed "s/[alert('');]//g") echo $msg fi - done < sbj + done < sbj.txt echo "done, wait 3 sec.." sleep 3 else