Skip to content

Instantly share code, notes, and snippets.

@tonybruess
tonybruess / gist:3117912
Created July 15, 2012 17:57 — forked from ajvpot/gist:3115176
Minecraft Migrated Account Session Vulnerability
                  β–ˆβ–ˆβ–ˆβ–ˆβ–“               
               β–“β–ˆβ–“β–“β–“β–“β–“β–ˆβ–ˆβ–’              
             β–’β–ˆβ–ˆβ–’β–’β–’β–’β–’β–’β–’β–“β–ˆβ–“             
            β–“β–ˆβ–“β–’β–’β–’β–’β–’β–’β–’β–’β–’β–’β–ˆβ–ˆ            
           β–ˆβ–ˆβ–’β–’β–’β–’β–“β–ˆβ–ˆβ–ˆβ–“β–’β–’β–’β–’β–“β–ˆβ–’          
         β–’β–ˆβ–“β–’β–“β–“β–“β–ˆβ–ˆβ–“β–‘β–“β–ˆβ–“β–“β–“β–“β–“β–“β–ˆβ–“         
        β–“β–ˆβ–“β–“β–“β–“β–“β–ˆβ–ˆβ–“   β–’β–ˆβ–ˆβ–“β–“β–“β–“β–“β–ˆβ–ˆβ–’       
      β–’β–ˆβ–ˆβ–“β–“β–“β–“β–ˆβ–ˆβ–ˆ       β–ˆβ–ˆβ–ˆβ–“β–“β–“β–“β–ˆβ–ˆβ–“      
     β–“β–ˆβ–ˆβ–“β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’         β–’β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ     

β–’β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–’β–“β–“β–“β–“β–“β–“β–“β–“β–’β–“β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’

r.exists(key, function(err, obj) {
var total;
if (obj !== 1) return;
total = 0;
r.llen(key, function(err, obj) {
return total = parseInt(obj);
});
return r.lrange(key, 1, -1, function(err, checks) {
var check, good, _fn, _i, _len;
good = 0;