Skip to content

Commit

Permalink
Add sbj sample
Browse files Browse the repository at this point in the history
  • Loading branch information
knowlet committed Jan 21, 2016
1 parent 20e3e75 commit 2a5ea95
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
config.sh
Cookie.txt
sbj.txt
File renamed without changes.
2 changes: 1 addition & 1 deletion stucis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a5ea95

Please sign in to comment.