X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/fdefe5cba056c4d122e5277bf443232b01f8de1a..d51717fffdc5859964a3ba878c7c9d92689448de:/README.md diff --git a/README.md b/README.md index 4416727d..8fc0b6e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ The iceman fork --------------- +[![Build Status](https://travis-ci.org/iceman1001/proxmark3.svg?branch=master)](https://travis-ci.org/iceman1001/proxmark3) [![Coverity Status](https://scan.coverity.com/projects/5117/badge.svg)](https://scan.coverity.com/projects/proxmark3-iceman-fork) [![Latest release] (https://img.shields.io/github/release/iceman1001/proxmark3.svg)] (https://github.com/iceman1001/proxmark3/releases/latest) + ##::THIS FORK IS HIGHLY EXPERIMENTAL:: ##NOTICE: @@ -10,14 +12,6 @@ There is so much in this fork, with all fixes and additions its basically the m ##OFFICAL The official Proxmark repository is found here: https://github.com/Proxmark/proxmark3 -##NEWS: - -## Build Status Travis CI -[![Build Status](https://travis-ci.org/iceman1001/proxmark3.svg?branch=master)](https://travis-ci.org/iceman1001/proxmark3) - -## Build Status Coverity Scan -[![Coverity Scan Build Status](https://scan.coverity.com/projects/5117/badge.svg)](https://scan.coverity.com/projects/proxmark3-iceman-fork) - ## Coverity Scan Config && Run @@ -61,12 +55,18 @@ Among the stuff is * A Bruteforce for HID, starting w a facilitycode then trying all 0xFFFF cardnumbers via simulation. To be used against a HID Reader. * Blaposts Crapto1 v3.3 * Icsom's legic script and legic enhancements - * Azcid's bitsliced bruteforce solver in 'hf mf hardnested' + * Aczid's bitsliced bruteforce solver in 'hf mf hardnested' --- Straight from the CHANGELOG --- + - 'lf viking clone' - fixed a bug. (iceman) + - Added bitsliced bruteforce solver in 'hf mf hardnested' (aczid) + - 'hf mf chk' speedup (iceman) + - 'hf 14a/mf sim x" attack mode, now uses also moebius version of mfkey32 to try finding the key. (iceman) + - 'hf 14a sim' Added emulation of Mifare cards with 10byte UID length. (iceman) + - 'hf mf sim' Added emulation of Mifare cards with 10byte UID length. (iceman) - Added `lf guard clone/sim` (iceman) - Added `lf pyramd clone/sim` (iceman) - trying to fix "hf 14b" command to be able to read CALYPSO card. (iceman)