tglogo.png

Downloading File

Filename: Reverse MD5
alias rmd5 $iif($len($1) = 32,sockopen $+(rmd5,$1) www.md5.rednoize.com 80)
on *:SOCKOPEN:rmd5*:{
  sockwrite -nt $sockname GET $+(/?q=,$right($sockname,-4)) HTTP/1.1
  sockwrite -nt $sockname Host: www.md5.rednoize.com
  sockwrite -nt $sockname $crlf
}
on *:SOCKREAD:rmd5*:{
  if ($sockerr) return
  var %md5.data | sockread %md5.data
  if (!%md5.data) return
  if ($regml($regex(%md5.data,<div id="result" >(.+)</div>))) { echo -at $v1 | sockclose $sockname }
  if (hash-not-found-24 isin %md5.data) { echo -at Sorry, nothing found for $right($sockname,-4) | sockclose $sockname }
}

Related Files

by Chessnut
by FordLawnmower
by Nexus Oblivion

Please note that on our website we use cookies necessary for the functioning of our website, cookies that optimize the performance. To learn more about our cookies, how we use them and their benefits, please read our Cookie Policy.
I Understand