--- bkhive-1.1.1.orig/debian/control +++ bkhive-1.1.1/debian/control @@ -0,0 +1,20 @@ +Source: bkhive +Section: admin +Priority: optional +Maintainer: Adam Cécile (Le_Vert) +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.2 +Homepage: http://ophcrack.sourceforge.net/ + +Package: bkhive +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: samdump2 +Suggests: ophcrack +Description: Dump the syskey bootkey from a Windows NT/2K/XP system hive + This tool is designed to recover the syskey bootkey from a Windows NT/2K/XP + system hive. Then we can decrypt the SAM file with the syskey and dump + password hashes. + . + Syskey is a Windows feature that adds an additional encryption layer to the + password hashes stored in the SAM database. --- bkhive-1.1.1.orig/debian/manpages +++ bkhive-1.1.1/debian/manpages @@ -0,0 +1 @@ +debian/bkhive.1 --- bkhive-1.1.1.orig/debian/changelog +++ bkhive-1.1.1/debian/changelog @@ -0,0 +1,14 @@ +bkhive (1.1.1-1) unstable; urgency=low + + * New upstream release. + * Fix debian/watch (Closes: #453563). + * Fix wathis manpage entry (bad SH NAME section). + * Move homepage to new dpkg field. + + -- Adam Cécile (Le_Vert) Sun, 02 Dec 2007 14:47:01 +0100 + +bkhive (1.1.0-1) unstable; urgency=low + + * Initial release (Closes: #392904). + + -- Adam Cécile (Le_Vert) Sat, 14 Oct 2006 07:23:48 +0200 --- bkhive-1.1.1.orig/debian/copyright +++ bkhive-1.1.1/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Adam Cécile (Le_Vert) on +Sat, 14 Oct 2006 07:23:48 +0200. + +It was downloaded from http://ophcrack.sourceforge.net/ + +Upstream Author: Nicola Cuomo + Cedric Tissieres + +Copyright: (C) 2004-2006 Nicola Cuomo + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2006, Adam Cécile (Le_Vert) +and is licensed under the GPL, see above. --- bkhive-1.1.1.orig/debian/watch +++ bkhive-1.1.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/ophcrack/bkhive-(.+)\.tar\.gz --- bkhive-1.1.1.orig/debian/rules +++ bkhive-1.1.1/debian/rules @@ -0,0 +1,52 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS = -Wall -g +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +build: build-stamp +build-stamp: + dh_testdir + $(MAKE) CFLAGS="$(CFLAGS)" + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install PREFIX=/usr DESTDIR=$(CURDIR)/debian/bkhive + +binary-indep: build install +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + rm -rf $(CURDIR)/debian/bkhive/usr/share/man + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- bkhive-1.1.1.orig/debian/bkhive.1 +++ bkhive-1.1.1/debian/bkhive.1 @@ -0,0 +1,17 @@ +.TH BKHIVE 1 "November 2007" "Version 1.1.1" + +.SH NAME +bkhive -- dumps the syskey bootkey from a Windows NT/2K/XP/Vista system hive +.SH SYNOPSIS +bkhive +.SH EXAMPLE +bkhive /mnt/ntfs/WINDOWS/system32/config/system out +.SH AUTHOR +This manual page was written by Adam Cecile for the Debian system (but may be used by others). +Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation +On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. +.SH SEE ALSO +.br +.B samdump2(1) +.br +.B ophcrack(1) --- bkhive-1.1.1.orig/debian/compat +++ bkhive-1.1.1/debian/compat @@ -0,0 +1 @@ +5 --- bkhive-1.1.1.orig/debian/docs +++ bkhive-1.1.1/debian/docs @@ -0,0 +1 @@ +README