Skip to content

Instantly share code, notes, and snippets.

@vvo
Forked from naholyr/decode_live.free.fr.sh
Created January 5, 2012 11:10
Show Gist options
  • Select an option

  • Save vvo/1564773 to your computer and use it in GitHub Desktop.

Select an option

Save vvo/1564773 to your computer and use it in GitHub Desktop.
Decode MD5 from live.free.fr
#!/bin/bash
# <troll>If you don't have bash, go get a real OS.</troll>
curl -s "http://md5.noisette.ch/md5.php?hash=$(curl -s http://live.free.fr | gunzip | tail -n 36 | head -n 32 | grep [a-f0-9] -o | xargs echo -n | sed 's/ //g')" | grep '<string>' | sed 's/^.*\[CDATA\[\(.*\)\]\].*$/\1/'
@vvo
Copy link
Copy Markdown
Author

vvo commented Jan 5, 2012

Go silent!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment