2017-01-05 |
iceman1001 | CHG: textual changes. |
tree | commitdiff |
2017-01-05 |
iceman1001 | CHG: some indala output is now only in debug mode |
tree | commitdiff |
2017-01-05 |
iceman1001 | CHG: change the indala output abit, to only show... |
tree | commitdiff |
2017-01-05 |
iceman1001 | ADD: 'lf animal' commands. CLONE/SIM/READ/DEMOD of... |
tree | commitdiff |
2017-01-03 |
iceman1001 | syntax suger, some tabs fixed |
tree | commitdiff |
2017-01-03 |
iceman1001 | CHG: 'analyse hid' added @holiman 's permute functions... |
tree | commitdiff |
2017-01-03 |
Iceman | Merge pull request #63 from micolous/log-nonce |
tree | commitdiff |
2017-01-03 |
iceman1001 | CHG: cleaning up stuff |
tree | commitdiff |
2017-01-02 |
iceman1001 | CHG: added a key B wien, |
tree | commitdiff |
2016-12-26 |
Iceman | fixed warning about size_t |
tree | commitdiff |
2016-12-26 |
Iceman | fix a warning |
tree | commitdiff |
2016-12-24 |
Michael Farrell | nonce2key: printf->PrintAndLog |
tree | commitdiff |
2016-12-23 |
Iceman | Merge pull request #62 from micolous/fix-includes |
tree | commitdiff |
2016-12-23 |
Michael Farrell | Fix some missing include statements which impact using... |
tree | commitdiff |
2016-12-20 |
iceman1001 | ADD: new found cloner pwd. |
tree | commitdiff |
2016-12-19 |
iceman1001 | CHG: made some debugs statements more clear, when... |
tree | commitdiff |
2016-12-19 |
iceman1001 | CHG: 'lf awid brute' - extra check if device gotten... |
tree | commitdiff |
2016-12-16 |
iceman1001 | CHG: 'LF VISA2000' adding askedgedetection when decodin... |
tree | commitdiff |
2016-12-16 |
iceman1001 | CHG: 'LF VISA2000 CLONE' fixed the wrong blocknum index... |
tree | commitdiff |
2016-12-16 |
iceman1001 | ADD: 'LF VISA2000' added one checksum test when demod... |
tree | commitdiff |
2016-12-16 |
iceman1001 | ADD: 'analyse chksum' added a nibble xor calc - calcSum... |
tree | commitdiff |
2016-12-16 |
iceman1001 | CHG: enhanced the debug output for some LF demod/decode |
tree | commitdiff |
2016-12-15 |
iceman1001 | ADD: 'LF NORALSY' clone/sim/read commands. Partly... |
tree | commitdiff |
2016-12-14 |
iceman1001 | FIX: 'lf presco' demod fixes. |
tree | commitdiff |
2016-12-14 |
iceman1001 | ADD: forgot to add the files |
tree | commitdiff |
2016-12-14 |
iceman1001 | Syntax suger |
tree | commitdiff |
2016-12-14 |
iceman1001 | ADD: 'lf visa2000' commands. (SIM/CLONE/READ) almos... |
tree | commitdiff |
2016-12-13 |
iceman1001 | CHG: 'lf search' changed output to be visible when... |
tree | commitdiff |
2016-12-09 |
iceman1001 | FIX: 'hf iclass dump' / 'hf iclass readtagfile' ... |
tree | commitdiff |
2016-12-08 |
iceman1001 | CHG: 'hf iclass dump' - output fixes |
tree | commitdiff |
2016-12-08 |
iceman1001 | REM: removed a double entry. it seems 'hf mf check... |
tree | commitdiff |
2016-11-22 |
iceman1001 | CHG: added a check if err variable is NIL. |
tree | commitdiff |
2016-11-22 |
iceman1001 | FIX: the changes to uart.c timings seems to have... |
tree | commitdiff |
2016-11-21 |
iceman1001 | ADD: added the 'hf mf hardnested' to be called within... |
tree | commitdiff |
2016-11-18 |
iceman1001 | CHG: Cleaning up |
tree | commitdiff |
2016-11-17 |
iceman1001 | ADD: "analyse hid" - new function that implements... |
tree | commitdiff |
2016-11-16 |
iceman1001 | FIX: @matrix latest fixes |
tree | commitdiff |
2016-11-16 |
iceman1001 | FIX: "hf mf hardnested" - removed the call to free_can... |
tree | commitdiff |
2016-11-16 |
iceman1001 | FIX: that time.h issue is different on POSIX systems... |
tree | commitdiff |
2016-11-16 |
iceman1001 | FIX: wrong compile define used, __WIN32 should be... |
tree | commitdiff |
2016-11-16 |
iceman1001 | FIX: & 0xFF instead of uint8_t |
tree | commitdiff |
2016-11-16 |
iceman1001 | FIX: removed some warnings about time_t in non-windows... |
tree | commitdiff |
2016-11-16 |
iceman1001 | CHG: added the ping command to the header file. |
tree | commitdiff |
2016-11-16 |
iceman1001 | CHG: "hf mf hardnested" - fixes and additions. |
tree | commitdiff |
2016-11-16 |
iceman1001 | CHG: textual change |
tree | commitdiff |
2016-11-15 |
iceman1001 | CHG: "hf mf hardnested" |
tree | commitdiff |
2016-11-15 |
iceman1001 | chg: removed a useless clearing of key_count. From... |
tree | commitdiff |
2016-11-08 |
iceman1001 | FIX: 'hf mf hardnested' @matrix https://github.com... |
tree | commitdiff |
2016-11-07 |
iceman1001 | FIX: decrease 2^39 -> 2^38. its a big searchspace anyway. |
tree | commitdiff |
2016-11-07 |
iceman1001 | FIX: "hf mf hardnested" when "key found" exting the... |
tree | commitdiff |
2016-11-07 |
iceman1001 | FIX: "hf mf hardnested" merging of @matrix commit https... |
tree | commitdiff |
2016-11-05 |
iceman1001 | FIX: @matrix https://github.com/matrix/proxmark3/commi... |
tree | commitdiff |
2016-10-29 |
iceman1001 | CHG: still issues left. |
tree | commitdiff |
2016-10-29 |
iceman1001 | FIX: several calls to nonce2key/nonce2key_ex has probl... |
tree | commitdiff |
2016-10-29 |
iceman1001 | CHG: minor textual change to fit the minimum two calls... |
tree | commitdiff |
2016-10-29 |
iceman1001 | FIX: the time_t calls under mingw needs a #define... |
tree | commitdiff |
2016-10-29 |
iceman1001 | FIX: 'hf mf mifare' - special zero parity attack... |
tree | commitdiff |
2016-10-29 |
Iceman | Merge pull request #51 from matrix/master |
tree | commitdiff |
2016-10-29 |
Gabriele Gristina | Merge remote-tracking branch 'upstream/master' |
tree | commitdiff |
2016-10-28 |
iceman1001 | CHG: clean up |
tree | commitdiff |
2016-10-28 |
iceman1001 | CHG: just some parameter / variable name changes.... |
tree | commitdiff |
2016-10-28 |
iceman1001 | Merge branch 'master' of https://github.com/iceman1001... |
tree | commitdiff |
2016-10-27 |
Iceman | Merge pull request #49 from micolous/less-verbose-mfsim |
tree | commitdiff |
2016-10-27 |
Michael Farrell | hf {14a,mf} sim: v is for verbose |
tree | commitdiff |
2016-10-27 |
Michael Farrell | hf mf sim: Be less verbose by default, add option ... |
tree | commitdiff |
2016-10-25 |
Gabriele Gristina | fixup code |
tree | commitdiff |
2016-10-22 |
Iceman | Merge pull request #47 from osysltd/patch-4 |
tree | commitdiff |
2016-10-22 |
iceman1001 | FIX: too small string? |
tree | commitdiff |
2016-10-22 |
iceman1001 | FIX: valgrind complains about something here... |
tree | commitdiff |
2016-10-22 |
iceman1001 | CHG: init the char array. |
tree | commitdiff |
2016-10-22 |
Iceman | Merge pull request #46 from micolous/fix-nonce |
tree | commitdiff |
2016-10-22 |
Iceman | Merge pull request #44 from micolous/master |
tree | commitdiff |
2016-10-22 |
Michael Farrell | hf mf sim: Multiple fixes (iceman1001/proxmark3 #45) |
tree | commitdiff |
2016-10-22 |
Michael Farrell | hf 14a: Fix typos in manufacturer list |
tree | commitdiff |
2016-10-21 |
iceman1001 | CHG: "hf mf hardnested" - less printing |
tree | commitdiff |
2016-10-20 |
Iceman | Merge pull request #43 from matrix/master |
tree | commitdiff |
2016-10-20 |
Gabriele Gristina | Speedup Mifare Plus Attack v2.2 (cleanup code) |
tree | commitdiff |
2016-10-20 |
Gabriele Gristina | Speedup Mifare Plus Attack v2.1 (stable) |
tree | commitdiff |
2016-10-20 |
Gabriele Gristina | Merge remote-tracking branch 'upstream/master' |
tree | commitdiff |
2016-10-20 |
iceman1001 | FIX: client crash for global id, and removing my previ... |
tree | commitdiff |
2016-10-19 |
iceman1001 | CHG: some debug statements instead, 'H' for helptext. |
tree | commitdiff |
2016-10-19 |
iceman1001 | FIX: strange bug in "lf em em410xwatch" , which the... |
tree | commitdiff |
2016-10-19 |
iceman1001 | CHG: making printed statement a debug statement. |
tree | commitdiff |
2016-10-19 |
iceman1001 | syntax suger. never mind this |
tree | commitdiff |
2016-10-19 |
iceman1001 | CHG: found even more keys |
tree | commitdiff |
2016-10-19 |
iceman1001 | textual suger |
tree | commitdiff |
2016-10-18 |
Gabriele Gristina | Speedup Mifare Plus Attack v2 |
tree | commitdiff |
2016-10-18 |
iceman1001 | FIX: @aczid's fix https://github.com/aczid/crypto1_bs... |
tree | commitdiff |
2016-10-17 |
Gabriele Gristina | Speedup Mifare Plus Attack v1 |
tree | commitdiff |
2016-10-17 |
iceman1001 | FIX: Since some changes in "hf mf chk" usbcommand packa... |
tree | commitdiff |
2016-10-17 |
iceman1001 | ADD: found some more keys on the web |
tree | commitdiff |
2016-10-16 |
iceman1001 | Merge branch 'master' of https://github.com/iceman1001... |
tree | commitdiff |
2016-10-16 |
iceman1001 | CHG: increased debug output for Em410x |
tree | commitdiff |
2016-10-14 |
iceman1001 | FIX: "hf legic write" - removed a warning message... |
tree | commitdiff |
2016-10-14 |
iceman1001 | ADD: "hf legic wipe" - it autodetects tagtype and... |
tree | commitdiff |
2016-10-10 |
iceman1001 | FIX: this should remove a warning. |
tree | commitdiff |
2016-10-10 |
iceman1001 | CHG: "script run emlu2dump" now can read old legic... |
tree | commitdiff |
2016-10-09 |
iceman1001 | chg: textual changes. |
tree | commitdiff |
2016-10-09 |
iceman1001 | FIX: increased time-out to match 2.7sec it takes to... |
tree | commitdiff |
2016-10-09 |
iceman1001 | CHG: "hf legic write" - now writes on the limits better. |
tree | commitdiff |
next |