Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > c0b2ea0bcf510193751c44df64310046 > files > 3

bkhive-1.1.1-1.mga3.src.rpm

Name:           bkhive
Version:        1.1.1
Release:        %mkrel 1
Summary:        Dump the syskey bootkey from a Windows system hive
Group:          Security
License:        GPLv2+
URL:            http://ophcrack.sourceforge.net/
Source0:        http://downloads.sourceforge.net/ophcrack/%{name}-%{version}.tar.gz
Patch0:         %{name}-install.patch

%description
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.

%prep
%setup -q
%patch0 -p 1 -b .install


%build
%make CFLAGS="%{optflags}"

%install
rm -rf %{buildroot}
OWNER=`id -un`
GROUP=`id -gn`

%makeinstall_std \
    BINDIR=%{_bindir} \
    MANDIR=%{_mandir}/man1/ \
    OWNER=${OWNER} \
    GROUP=${GROUP}

%files
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*


%changelog

* Fri Mar 29 2013 guillomovitch <guillomovitch> 1.1.1-1.mga3
+ Revision: 406482
- imported package bkhive