X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/3e8998b73ad964411a7cffceae30678d27329dde..70441e77981258adf8b45a660cf5ea71729381aa:/README.txt diff --git a/README.txt b/README.txt index 5b0f5933..74566c0c 100644 --- a/README.txt +++ b/README.txt @@ -9,13 +9,13 @@ NEWS: ::THIS FORK IS HIGHLY EXPERIMENTAL:: -## Build Status -[![Coverity Scan Build Status](https://scan.coverity.com/projects/5117/badge.svg)](https://scan.coverity.com/projects/proxmark3-iceman-for) - - Coverity Scan Build Status - +## 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) + Whats in this fork? I have scraped the web for different enhancements to the PM3 source code and not all of them ever found their way to the master branch. Among the stuff is @@ -38,7 +38,10 @@ Among the stuff is * A Bruteforce for T55XX passwords against tag. * A Bruteforce for AWID 26, starting w a facilitycode then trying all 0xFFFF cardnumbers via simulation. To be used against a AWID Reader. - + * 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' Give me a hint, and I'll see if I can't merge in the stuff you have.