Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-release-src > by-pkgid > 9ee49a51d379b81b4047e32438827f49 > files > 3

bkhive-1.1.1-5.mga6.src.rpm

Name:           bkhive
Version:        1.1.1
Release:        %mkrel 5
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
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
* Mon Feb 08 2016 umeabot <umeabot> 1.1.1-5.mga6
+ Revision: 948087
- Mageia 6 Mass Rebuild

* Wed Oct 15 2014 umeabot <umeabot> 1.1.1-4.mga5
+ Revision: 749576
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 1.1.1-3.mga5
+ Revision: 678169
- Mageia 5 Mass Rebuild

* Sat Oct 19 2013 umeabot <umeabot> 1.1.1-2.mga4
+ Revision: 523130
- Mageia 4 Mass Rebuild

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