Archives
-
MD5 at Virustotal
This is a very basic ruby script to validate a MD5 against the existing reports at VirusTotal (www.virustotal.com) Certain improvements in UI are yet to be included.
Working Logic: It checks the given MD5 (from a text file) and crafts a POST request, sends it to VirusTotal and checks the response. If the response is [...]Sep 3rd, 2009 | Filed under Programming -
Jpeg Fuzzer
Jeremy Brown released a JPEG Fuzzer which according to him is a Perl implementation of fuzzing JPEG metadata through the Image::MetaData::JPEG extension. It is supporting 40 metadata tags and fuzzes all, one by one with the fuzz data supplied. According to the developer the usage is:
You must first define a target. A [...]Mar 30th, 2009 | Filed under Information