Forensics: Add exif tool

This commit is contained in:
Amanpreet Singh 2015-07-18 02:52:30 -07:00
parent be8356ffc9
commit cb3719e851

View file

@ -103,6 +103,7 @@ It takes time to build up collection of tools used in ctf and remember them all.
- `apt-get install samdump2 bkhive` - `apt-get install samdump2 bkhive`
- [CFF Explorer](http://www.ntcore.com/exsuite.php) - PE Editor - [CFF Explorer](http://www.ntcore.com/exsuite.php) - PE Editor
- [creddump](https://github.com/moyix/creddump) - Dump windows credentials - [creddump](https://github.com/moyix/creddump) - Dump windows credentials
- [Exif Tool](http://www.sno.phy.queensu.ca/~phil/exiftool/) - Read, write and edit file metadata
- [extundelete](http://extundelete.sourceforge.net/) - Used for recovering lost data from mountable images - [extundelete](http://extundelete.sourceforge.net/) - Used for recovering lost data from mountable images
- [Foremost](http://foremost.sourceforge.net/) - Extract particular kind of files using headers - [Foremost](http://foremost.sourceforge.net/) - Extract particular kind of files using headers
- `apt-get install foremost` - `apt-get install foremost`