2016-11-17 |
iceman1001 | ADD: "analyse hid" - new function that implements... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
iceman1001 | FIX: @matrix latest fixes |
commit | commitdiff | tree | snapshot |
2016-11-16 |
iceman1001 | FIX: "hf mf hardnested" - removed the call to free_can... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
iceman1001 | FIX: that time.h issue is different on POSIX systems... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
iceman1001 | FIX: wrong compile define used, __WIN32 should be... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
iceman1001 | FIX: & 0xFF instead of uint8_t |
commit | commitdiff | tree | snapshot |
2016-11-16 |
iceman1001 | FIX: removed some warnings about time_t in non-windows... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
iceman1001 | CHG: added the ping command to the header file. |
commit | commitdiff | tree | snapshot |
2016-11-16 |
iceman1001 | CHG: "hf mf hardnested" - fixes and additions. |
commit | commitdiff | tree | snapshot |
2016-11-16 |
iceman1001 | CHG: textual change |
commit | commitdiff | tree | snapshot |
2016-11-16 |
iceman1001 | CHG: "hf mf hardnested" device side should empty bigbuff? |
commit | commitdiff | tree | snapshot |
2016-11-16 |
iceman1001 | CHG: the reset of pcb_num should be before untradition... |
commit | commitdiff | tree | snapshot |
2016-11-15 |
iceman1001 | CHG: "hf mf hardnested" |
commit | commitdiff | tree | snapshot |
2016-11-15 |
iceman1001 | chg: removed a useless clearing of key_count. From... |
commit | commitdiff | tree | snapshot |
2016-11-14 |
iceman1001 | FIX: 'LF PYRAMID' the crc8_MAXIM and crc16_DNP was... |
commit | commitdiff | tree | snapshot |
2016-11-08 |
iceman1001 | FIX: 'hf mf hardnested' @matrix https://github.com... |
commit | commitdiff | tree | snapshot |
2016-11-07 |
iceman1001 | CHG: "hf mf hardnested" disabled the tracelogging... |
commit | commitdiff | tree | snapshot |
2016-11-07 |
iceman1001 | FIX: decrease 2^39 -> 2^38. its a big searchspace anyway. |
commit | commitdiff | tree | snapshot |
2016-11-07 |
iceman1001 | FIX: "hf mf hardnested" when "key found" exting the... |
commit | commitdiff | tree | snapshot |
2016-11-07 |
iceman1001 | FIX: "hf mf hardnested" merging of @matrix commit https... |
commit | commitdiff | tree | snapshot |
2016-11-05 |
iceman1001 | FIX: @matrix https://github.com/matrix/proxmark3/commi... |
commit | commitdiff | tree | snapshot |
2016-11-03 |
iceman1001 | CHG: removed unused variable |
commit | commitdiff | tree | snapshot |
2016-11-03 |
iceman1001 | CHG: don't consider the respons at all when sending... |
commit | commitdiff | tree | snapshot |
2016-10-29 |
iceman1001 | CHG: still issues left. |
commit | commitdiff | tree | snapshot |
2016-10-29 |
iceman1001 | FIX: several calls to nonce2key/nonce2key_ex has probl... |
commit | commitdiff | tree | snapshot |
2016-10-29 |
iceman1001 | CHG: minor textual change to fit the minimum two calls... |
commit | commitdiff | tree | snapshot |
2016-10-29 |
iceman1001 | FIX: the time_t calls under mingw needs a #define... |
commit | commitdiff | tree | snapshot |
2016-10-29 |
iceman1001 | FIX: 'hf mf mifare' - special zero parity attack... |
commit | commitdiff | tree | snapshot |
2016-10-29 |
Iceman | Merge pull request #51 from matrix/master |
commit | commitdiff | tree | snapshot |
2016-10-29 |
Gabriele Gristina | Merge remote-tracking branch 'upstream/master' |
commit | commitdiff | tree | snapshot |
2016-10-28 |
iceman1001 | CHG: 'HF MF C*' (chinese backdoor commands) According... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
iceman1001 | CHG: clean up |
commit | commitdiff | tree | snapshot |
2016-10-28 |
iceman1001 | CHG: just some parameter / variable name changes.... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
iceman1001 | Merge branch 'master' of https://github.com/iceman1001... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
iceman1001 | FIX: looping logic error, doesn't need to increase... |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Iceman | Merge pull request #49 from micolous/less-verbose-mfsim |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Michael Farrell | hf {14a,mf} sim: v is for verbose |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Michael Farrell | hf mf sim: Be less verbose by default, add option ... |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Iceman | Merge pull request #50 from micolous/mfkey-gitignore |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Michael Farrell | Add .gitignore file to mfkey for binaries |
commit | commitdiff | tree | snapshot |
2016-10-25 |
Gabriele Gristina | fixup code |
commit | commitdiff | tree | snapshot |
2016-10-22 |
Iceman | Merge pull request #47 from osysltd/patch-4 |
commit | commitdiff | tree | snapshot |
2016-10-22 |
iceman1001 | FIX: too small string? |
commit | commitdiff | tree | snapshot |
2016-10-22 |
iceman1001 | FIX: valgrind complains about something here... |
commit | commitdiff | tree | snapshot |
2016-10-22 |
iceman1001 | CHG: init the char array. |
commit | commitdiff | tree | snapshot |
2016-10-22 |
Osys | Update README.md |
commit | commitdiff | tree | snapshot |
2016-10-22 |
Iceman | Merge pull request #46 from micolous/fix-nonce |
commit | commitdiff | tree | snapshot |
2016-10-22 |
Iceman | Merge pull request #44 from micolous/master |
commit | commitdiff | tree | snapshot |
2016-10-22 |
Michael Farrell | hf mf sim: Multiple fixes (iceman1001/proxmark3 #45) |
commit | commitdiff | tree | snapshot |
2016-10-22 |
Michael Farrell | hf 14a: Fix typos in manufacturer list |
commit | commitdiff | tree | snapshot |
2016-10-21 |
iceman1001 | CHG: "hf mf hardnested" - less printing |
commit | commitdiff | tree | snapshot |
2016-10-20 |
Iceman | Merge pull request #43 from matrix/master |
commit | commitdiff | tree | snapshot |
2016-10-20 |
Gabriele Gristina | Speedup Mifare Plus Attack v2.2 (cleanup code) |
commit | commitdiff | tree | snapshot |
2016-10-20 |
Gabriele Gristina | Speedup Mifare Plus Attack v2.1 (stable) |
commit | commitdiff | tree | snapshot |
2016-10-20 |
Gabriele Gristina | Merge remote-tracking branch 'upstream/master' |
commit | commitdiff | tree | snapshot |
2016-10-20 |
iceman1001 | CHG: experimenting with 'lf sim' It does send a signa... |
commit | commitdiff | tree | snapshot |
2016-10-20 |
iceman1001 | FIX: client crash for global id, and removing my previ... |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | TEST: see if the readerfield is needed. |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | CHG: some debug statements instead, 'H' for helptext. |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | FIX: strange bug in "lf em em410xwatch" , which the... |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | CHG: making printed statement a debug statement. |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | CHG: added a quitting message |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | CHG: move the call to fpga_bitstream_lf, in order... |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | CHG: updated some comments. I still think I don't under... |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | syntax suger. never mind this |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | CHG: removed CLOCK2, since its not used in the code. |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | CHG: the AT91C_BASE_PMC->PMC_PCER has a tendecy to... |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | FIX: lf sim, seems like "lf sim" call SimulateTagLowFr... |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | CHG: found even more keys |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | textual suger |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | CHG: removed unused clocks, |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | CHG: just changed the comment. |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | CHG: TI code did have the tickstimer started. |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | CHG: Xoring in the value allows for the ticks timers... |
commit | commitdiff | tree | snapshot |
2016-10-19 |
iceman1001 | FIX: "lf sim" after changes to ticks timers on device... |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Gabriele Gristina | Speedup Mifare Plus Attack v2 |
commit | commitdiff | tree | snapshot |
2016-10-18 |
iceman1001 | FIX: @aczid's fix https://github.com/aczid/crypto1_bs... |
commit | commitdiff | tree | snapshot |
2016-10-18 |
iceman1001 | CHG: updated the compilation for windows, to include... |
commit | commitdiff | tree | snapshot |
2016-10-17 |
Gabriele Gristina | Speedup Mifare Plus Attack v1 |
commit | commitdiff | tree | snapshot |
2016-10-17 |
iceman1001 | FIX: Since some changes in "hf mf chk" usbcommand packa... |
commit | commitdiff | tree | snapshot |
2016-10-17 |
iceman1001 | ADD: found some more keys on the web |
commit | commitdiff | tree | snapshot |
2016-10-16 |
iceman1001 | Merge branch 'master' of https://github.com/iceman1001... |
commit | commitdiff | tree | snapshot |
2016-10-16 |
iceman1001 | CHG: increased debug output for Em410x |
commit | commitdiff | tree | snapshot |
2016-10-16 |
Iceman | Merge pull request #34 from osysltd/patch-3 |
commit | commitdiff | tree | snapshot |
2016-10-16 |
Osys | Update README.md |
commit | commitdiff | tree | snapshot |
2016-10-14 |
iceman1001 | chg: travis ci yet again |
commit | commitdiff | tree | snapshot |
2016-10-14 |
iceman1001 | FIX: travis ci didnt work like I thought.. testing... |
commit | commitdiff | tree | snapshot |
2016-10-14 |
iceman1001 | CHG: fixing some scripts for Travis CI... |
commit | commitdiff | tree | snapshot |
2016-10-14 |
iceman1001 | chg: travis ci, this should removed that extra linaro... |
commit | commitdiff | tree | snapshot |
2016-10-14 |
iceman1001 | CHG; travis CI and multi platform part.. |
commit | commitdiff | tree | snapshot |
2016-10-14 |
iceman1001 | FIX: "hf legic write" - removed a warning message... |
commit | commitdiff | tree | snapshot |
2016-10-14 |
iceman1001 | REM: removed a tab character that Travis CI dislikes |
commit | commitdiff | tree | snapshot |
2016-10-14 |
iceman1001 | CHG:.. travis.. |
commit | commitdiff | tree | snapshot |
2016-10-14 |
iceman1001 | chg: trying to configure MAC OS as a builing environme... |
commit | commitdiff | tree | snapshot |
2016-10-14 |
iceman1001 | syntax suger |
commit | commitdiff | tree | snapshot |
2016-10-14 |
iceman1001 | ADD: "hf legic wipe" - it autodetects tagtype and... |
commit | commitdiff | tree | snapshot |
2016-10-10 |
iceman1001 | FIX: this should remove a warning. |
commit | commitdiff | tree | snapshot |
2016-10-10 |
iceman1001 | CHG; syntax suger |
commit | commitdiff | tree | snapshot |
2016-10-10 |
iceman1001 | CHG: syntax suger |
commit | commitdiff | tree | snapshot |
2016-10-10 |
iceman1001 | CHG: "hf legic sim" old imp, uses two timers, we... |
commit | commitdiff | tree | snapshot |
next |