Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Pen-Test
[Top] [All Lists]

RE: identifying images in a binary

Subject: RE: identifying images in a binary
Date: Wed, 22 Nov 2006 18:09:16 -0600
Hi,

Try using file header extensions
(http://www.garykessler.net/library/file_sigs.html) + regular expressions
(e.g. grep). That might do the trick.

Note however that many fingerprint devices don't work with complete images
of fingerprints but rather with minutiae data obtained from on-device
processing of the image. Therefore, you might never see an image of a
fingerprint being transferred from the device but something like a hash of
the minutiae.

Also, many vendors use proprietary file formats to save/and transfer data.
If your device complies with some standards might want to check them first
(e.g. NIST's CBEFF).

Hope this helps,

Omar Herrera

-----Original Message-----
From: listbounce@securityfocus.com [mailto:listbounce@securityfocus.com]

I'm currently looking at a usb fingerprint reader and I'm needing some
tools for identifying media (images) from a binary stream.

I'd like to run a tool against a usb dump and identify any fingerprint
images (ie. pgm format, etc)


------------------------------------------------------------------------
This List Sponsored by: Cenzic

Need to secure your web apps?
Cenzic Hailstorm finds vulnerabilities fast.
Click the link to buy it, try it or download Hailstorm for FREE.
http://www.cenzic.com/products_services/download_hailstorm.php?camp=701600000008bOW
------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>