Advertisement
fruffl

brutforce the nick hash

Nov 17th, 2011
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.53 KB | None | 0 0
  1.     foreach(array(
  2.     'KillMeBabyOneMoreTime', 'DeinNickKannNichtEwigLangSein', 'Noah', 'NoctuaMortis',
  3.     'CR|Noah', 'Nerdsammler', 'fruffl', 'fru'
  4.     ) as $_) foreach( hash_algos() as $__)
  5.         foreach(array('lhash' => hash($__, strtolower($_)), 'uhash' => hash($__, strtoupper($_)), 'chash' => hash($__, $_)) as $___ => $____)
  6.             if(preg_match('#(.*)a8441a3de57b96e10fa8b69416c519(.*)#i', $____))
  7.                 var_dump($_, $__, $___, $____);
  8.  
  9. /*
  10. string(12) "NoctuaMortis"
  11. string(3) "md5"
  12. string(5) "chash"
  13. string(32) "a8441a3de57b96e10fa8b69416c51942"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement