From 5a22a7107d91b001dfbb1ae012a7906db48d8063 Mon Sep 17 00:00:00 2001 From: Yan Date: Mon, 20 Mar 2017 16:14:25 -0700 Subject: [PATCH] adding fastcoll --- README.md | 1 + fastcoll/install | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100755 fastcoll/install diff --git a/README.md b/README.md index 7d8dbd9..e75721b 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Installers for the following tools are included: | forensics | [scrdec](https://gist.github.com/bcse/1834878) | A decoder for encoded Windows Scripts. | | forensics | [testdisk](http://www.cgsecurity.org/wiki/TestDisk) | Testdisk and photorec for file recovery. | | crypto | [cribdrag](https://github.com/SpiderLabs/cribdrag) | Interactive crib dragging tool (for crypto). | +| crypto | [fastcoll](https://www.win.tue.nl/hashclash/) | An md5sum collision generator. | | crypto | [foresight](https://github.com/ALSchwalm/foresight) | A tool for predicting the output of random number generators. To run, launch "foresee". | | crypto | [featherduster](https://github.com/nccgroup/featherduster) | An automated, modular cryptanalysis tool. | | crypto | [hashkill](https://github.com/gat3way/hashkill) | Hash cracker. | diff --git a/fastcoll/install b/fastcoll/install new file mode 100755 index 0000000..2d3b37e --- /dev/null +++ b/fastcoll/install @@ -0,0 +1,9 @@ +#!/bin/bash -ex + +[ -e fastcoll ] || git clone https://github.com/upbit/clone-fastcoll fastcoll +cd fastcoll +make + +cd .. +mkdir bin +cp fastcoll/fastcoll bin