mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Vinetto extracts the thumbnails and associated metadata from the Thumbs.db
files. The Windows systems (98, ME, 2000, XP and 2003 Server) can store thumbnails and metadata of the picture files contained in the directories of its FAT32 or NTFS filesystems. The thumbnails and associated metadata are stored in Thumbs.db files. The Thumbs.db files are undocumented OLE structured files. Once a picture file has been deleted from the filesystem, the related thumbnail and associated metada remain stored in the Thumbs.db file. So, the data contained in those Thumbs.db files are an helpful source of information for the forensics investigator. WWW: http://vinetto.sourceforge.net/ PR: ports/107235 Submitted by: Aleksander Fafula <alex at BSDGuru.org>
This commit is contained in:
parent
9d9d46a5a5
commit
4ae48f023a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180844
@ -702,6 +702,7 @@
|
||||
SUBDIR += tthsum
|
||||
SUBDIR += unicornscan
|
||||
SUBDIR += vida
|
||||
SUBDIR += vinetto
|
||||
SUBDIR += vlock
|
||||
SUBDIR += vlog
|
||||
SUBDIR += vnccrack
|
||||
|
34
security/vinetto/Makefile
Normal file
34
security/vinetto/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: vinetto
|
||||
# Date created: 2006-12-26
|
||||
# Whom: Aleksander Fafula <alex@BSDGuru.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= vinetto
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-alpha-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alex@BSDGuru.org
|
||||
COMMENT= A forensics tool to examine Thumbs.db files
|
||||
|
||||
OPTIONS= IMAGING "Build with ability to extract graphic thumbnails" on
|
||||
|
||||
USE_PYTHON= 2.3+
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_IMAGING)
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging
|
||||
.endif
|
||||
|
||||
do-patch:
|
||||
${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/setup.py
|
||||
${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/vinreport.py
|
||||
${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/vinetto
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
security/vinetto/distinfo
Normal file
3
security/vinetto/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (vinetto-alpha-0.06.tar.gz) = 6c7fcb1a5111d8517f0b6ae877eab5ff
|
||||
SHA256 (vinetto-alpha-0.06.tar.gz) = 6e80e1f1e854bf73507fd122a85a405832ccd122a979b8774612f92a468fd939
|
||||
SIZE (vinetto-alpha-0.06.tar.gz) = 15339
|
16
security/vinetto/pkg-descr
Normal file
16
security/vinetto/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
Vinetto extracts the thumbnails and associated metadata from the Thumbs.db
|
||||
files.
|
||||
|
||||
The Windows systems (98, ME, 2000, XP and 2003 Server) can store thumbnails
|
||||
and metadata of the picture files contained in the directories of its FAT32
|
||||
or NTFS filesystems.
|
||||
|
||||
The thumbnails and associated metadata are stored in Thumbs.db files.
|
||||
The Thumbs.db files are undocumented OLE structured files.
|
||||
|
||||
Once a picture file has been deleted from the filesystem, the related thumbnail
|
||||
and associated metada remain stored in the Thumbs.db file. So, the data
|
||||
contained in those Thumbs.db files are an helpful source of information
|
||||
for the forensics investigator.
|
||||
|
||||
WWW: http://vinetto.sourceforge.net/
|
12
security/vinetto/pkg-plist
Normal file
12
security/vinetto/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
bin/vinetto
|
||||
lib/%%PYTHON_VERSION%%/site-packages/vinreport.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/vinreport.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/vinreport.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/vinutils.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/vinutils.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/vinutils.pyo
|
||||
%%DATADIR%%/HtRepTemplate.html
|
||||
%%DATADIR%%/header
|
||||
%%DATADIR%%/huffman
|
||||
%%DATADIR%%/quantization
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user