Skip to content

Instantly share code, notes, and snippets.

@misodengaku
Last active August 29, 2015 14:15
Show Gist options
  • Save misodengaku/d049985dc6d4fadaefcd to your computer and use it in GitHub Desktop.
Save misodengaku/d049985dc6d4fadaefcd to your computer and use it in GitHub Desktop.
SECCON 2014 5鯖
while true
do
// チームのdefence keyword
KW=`cat keyword.txt`
echo "KW: $KW"
svn delete * --force
touch $KW
svn add $KW
svn commit -m totori
sleep 5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment