From f1515f92440776c831fd47b4fab1ed2c896b97c4 Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 10 May 2016 19:16:57 +0200 Subject: [PATCH] Moved BUILD.md to root folder --- docs/BUILD.md => BUILD.md | 23 ++++++++--------------- README.md | 4 ++-- 2 files changed, 10 insertions(+), 17 deletions(-) rename docs/BUILD.md => BUILD.md (80%) diff --git a/docs/BUILD.md b/BUILD.md similarity index 80% rename from docs/BUILD.md rename to BUILD.md index 2791863..0528999 100644 --- a/docs/BUILD.md +++ b/BUILD.md @@ -16,6 +16,13 @@ Get a copy of the **hashcat** repository $ git clone https://github.com/hashcat/hashcat.git ``` +Get a copy of the **OpenCL Headers** repository + +```sh +$ mkdir -p deps/OpenCL-Headers +$ git clone https://github.com/KhronosGroup/OpenCL-Headers deps/OpenCL-Headers/CL +``` + Run "make" ```sh @@ -34,23 +41,9 @@ If you install it, cached kernels, session files, restore- and pot-files etc. wi # Building hashcat for Windows -Get a copy of the **hashcat** repository - -```sh -$ git clone https://github.com/hashcat/hashcat.git -``` - -Basically all you need is the OpenCL Headers. - -Simply clone into the reference Implementation: - -```sh -$ mkdir -p deps/OpenCL-Headers -$ git clone https://github.com/KhronosGroup/OpenCL-Headers deps/OpenCL-Headers/CL -``` - ```sh $ make win32 win64 ``` + = Enjoy your fresh **hashcat** binaries ;) diff --git a/README.md b/README.md index 12884e0..c79a63c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## *hashcat* ## -**hashcat** is the world's fastest and most advanced password recovery utility, supporting five unique modes of attack for over 180 highly-optimized hashing algorithms. hashcat currently supports CPU's, GPU's other hardware-accelerators on Linux, Windows and OSX, and has facilities to help enable distributed password cracking. +**hashcat** is the world's fastest and most advanced password recovery utility, supporting five unique modes of attack for over 160 highly-optimized hashing algorithms. hashcat currently supports CPU's, GPU's other hardware-accelerators on Linux, Windows and OSX, and has facilities to help enable distributed password cracking. ** THE VERSION 3.00 IS CURRENTLY STILL IN BETA ** @@ -18,7 +18,7 @@ Please refer to the [Hashcat Wiki](https://hashcat.net/wiki/) and the output of ### Building ### -Refer to [docs/BUILD.md](docs/BUILD.md) for instructions on how to build **hashcat** from source. +Refer to [BUILD.md](BUILD.md) for instructions on how to build **hashcat** from source. ### Contributing ### -- 2.25.1