]> git.zerfleddert.de Git - proxmark3-svn/log
proxmark3-svn
7 years agoADD: 'lf search' - added @marshmellow42 's hitag2 identification
iceman1001 [Fri, 20 Jan 2017 09:09:06 +0000 (10:09 +0100)]
ADD: 'lf search' -  added @marshmellow42 's hitag2 identification

7 years agoFIX: @marshmellow42 's fixes for enhanced STT and AskDemod. Now the "lf presco...
iceman1001 [Fri, 20 Jan 2017 09:03:53 +0000 (10:03 +0100)]
FIX:  @marshmellow42 's fixes for enhanced STT and AskDemod.   Now the "lf presco read" works on cargs with strong/clean/clipped waves

7 years agoFIX: coverity scan error CID 121781, unused value. error 0x88 will be overritten...
iceman1001 [Thu, 19 Jan 2017 19:21:21 +0000 (20:21 +0100)]
FIX: coverity scan error CID 121781,  unused value. error 0x88 will be overritten by 0x00 directly.  Don't know if this 0x88 will bug stuff out....  *wildside commit*

7 years agoCHG: fix covertyscan error CID 133851, Cardstate can't not be SIM_NOFIELD when...
iceman1001 [Thu, 19 Jan 2017 19:18:21 +0000 (20:18 +0100)]
CHG:  fix covertyscan error CID 133851,  Cardstate can't not be SIM_NOFIELD when it arrives to that switch statement.

7 years agosyntax sugar
iceman1001 [Wed, 18 Jan 2017 21:57:20 +0000 (22:57 +0100)]
syntax sugar

7 years agosyntax sugar
iceman1001 [Wed, 18 Jan 2017 21:56:55 +0000 (22:56 +0100)]
syntax sugar

7 years agoFIX: 'data print' - now don't crash the client when demodbuffer is empty
iceman1001 [Wed, 18 Jan 2017 21:55:37 +0000 (22:55 +0100)]
FIX:  'data print' - now don't crash the client when demodbuffer is empty
CHG:  'guard' - the Guard output more unified.

7 years agoADD: T55XX_WRITE_TIMEOUT to make sure all WaitForResponseTimeout for t55xx behaves...
iceman1001 [Wed, 18 Jan 2017 21:54:27 +0000 (22:54 +0100)]
ADD:  T55XX_WRITE_TIMEOUT to make sure all WaitForResponseTimeout for t55xx behaves the same.
CHG:  removed some "DONE!" device prints..
CHG:  unified some "clone" commands output.

7 years agoCHG: removed duplicates entries
iceman1001 [Wed, 18 Jan 2017 19:22:15 +0000 (20:22 +0100)]
CHG: removed duplicates entries

7 years agoCHG: moved definition and includes into header file
iceman1001 [Wed, 18 Jan 2017 19:19:42 +0000 (20:19 +0100)]
CHG:  moved definition and includes into header file

7 years agoCHG: spelling mistakes. (
iceman1001 [Wed, 18 Jan 2017 19:19:08 +0000 (20:19 +0100)]
CHG: spelling mistakes.  (

7 years agoFIX: 'hw tune' - peakf shouldn't be compare with voltages limits :)
iceman1001 [Wed, 18 Jan 2017 12:35:00 +0000 (13:35 +0100)]
FIX:  'hw tune' - peakf shouldn't be compare with voltages limits :)

7 years agoCHG: 'hw tune' adhjusted the NON_VOLTAGE limit to 0.999v, below this value the...
iceman1001 [Wed, 18 Jan 2017 12:18:03 +0000 (13:18 +0100)]
CHG: 'hw tune'  adhjusted the NON_VOLTAGE limit to 0.999v,   below this value the antenna is considered not connected.

7 years agoCHG: 'lf t55xx recoverpw" - added the possibility to cancel the command when pressing...
iceman1001 [Wed, 18 Jan 2017 10:27:17 +0000 (11:27 +0100)]
CHG: 'lf t55xx recoverpw" - added the possibility to cancel the command when pressing 'enter' key.

7 years agoCHG: 'hw version' - change to "Proxmark3"
iceman1001 [Tue, 17 Jan 2017 21:59:14 +0000 (22:59 +0100)]
CHG: 'hw version' - change to "Proxmark3"

7 years agoFIX: sprint_bin_break didn't print the last digit in array.
iceman1001 [Tue, 17 Jan 2017 21:58:16 +0000 (22:58 +0100)]
FIX: sprint_bin_break didn't print the last digit in array.

7 years agoADD: 'lf t55xx detect' - added a search for known config blocks, if found it will...
iceman1001 [Tue, 17 Jan 2017 21:07:40 +0000 (22:07 +0100)]
ADD: 'lf t55xx detect' - added a search for known config blocks, if found it will select it.  Usually when indala (psk) configured tags generates serveral possible configblocks.  The found config block is set,  not need to manually set it anymore. :)

7 years agoCHG: increased the t55xx writeblock timeout
iceman1001 [Mon, 16 Jan 2017 21:39:33 +0000 (22:39 +0100)]
CHG: increased the t55xx writeblock timeout

7 years agoCHG: removed a delay in readblock
iceman1001 [Mon, 16 Jan 2017 21:38:31 +0000 (22:38 +0100)]
CHG: removed a delay in readblock

7 years agoCHG: lowered the number of bytes collected for T55xxReadBlock. Was 12000 -> 7679
iceman1001 [Mon, 16 Jan 2017 20:06:51 +0000 (21:06 +0100)]
CHG: lowered the number of bytes collected for T55xxReadBlock. Was 12000 -> 7679
CHG: added some documentation about what arguments does.
CHG: 'data tune' - added flush after printf.

7 years agoADD: 'install.sh' blacklist rules installed aswell. run as root to install.
iceman1001 [Mon, 16 Jan 2017 14:02:10 +0000 (15:02 +0100)]
ADD: 'install.sh' blacklist rules installed aswell. run as root to install.

7 years agoCHG: unused variables and remove of compiler warnings.
iceman1001 [Mon, 16 Jan 2017 14:00:40 +0000 (15:00 +0100)]
CHG: unused variables and remove of compiler warnings.

7 years agoCHG: download data from device to client, make a debugstatment when send command...
iceman1001 [Mon, 16 Jan 2017 13:48:26 +0000 (14:48 +0100)]
CHG:  download data from device to client,  make a debugstatment when send command failed.

7 years agoADD: sprint_ascii function.
iceman1001 [Mon, 16 Jan 2017 13:47:24 +0000 (14:47 +0100)]
ADD:  sprint_ascii function.

7 years agoCHG: 'lf t55xx' the no-time limit waiting for the device to ACK when transfering...
iceman1001 [Mon, 16 Jan 2017 13:46:42 +0000 (14:46 +0100)]
CHG: 'lf t55xx' the no-time limit waiting for the device to ACK when transfering data from device to client, is changed to 8 seconds.
CHG: 'lf t55xx dump' - added ASCII printing of dumped data blocks.

7 years agoCHG: 'data zerograph' - array out-of-bounds fixed.
iceman1001 [Mon, 16 Jan 2017 13:44:37 +0000 (14:44 +0100)]
CHG: 'data zerograph' - array out-of-bounds fixed.
CHG: syntax sugar

7 years agoADD: 'lf search' - added a rudimentary identification of IDTECK tags, will demod...
iceman1001 [Wed, 11 Jan 2017 23:04:36 +0000 (00:04 +0100)]
ADD: 'lf search' - added a rudimentary identification of IDTECK tags,   will demod to PSK1, if fails it tries to PSK1 inverted demod.

7 years agochg: syntax sugar
iceman1001 [Wed, 11 Jan 2017 22:11:55 +0000 (23:11 +0100)]
chg: syntax sugar

7 years agoCHG: syntax sugar
iceman1001 [Wed, 11 Jan 2017 22:09:47 +0000 (23:09 +0100)]
CHG: syntax sugar

7 years agoCHG: syntax sugar, minor spelling mistake
iceman1001 [Wed, 11 Jan 2017 22:08:59 +0000 (23:08 +0100)]
CHG: syntax sugar,  minor spelling mistake

7 years agoCHG: updated README.txt with VISA2000
iceman1001 [Wed, 11 Jan 2017 22:06:32 +0000 (23:06 +0100)]
CHG: updated README.txt with VISA2000

7 years agoAdded a visa2000 trace.
iceman1001 [Wed, 11 Jan 2017 22:03:43 +0000 (23:03 +0100)]
Added a visa2000 trace.

7 years agosyntax suger
iceman1001 [Wed, 11 Jan 2017 22:02:38 +0000 (23:02 +0100)]
syntax suger

7 years agoCHG: 'lf hid wiegand' - remaking the wiegand calcs
iceman1001 [Wed, 11 Jan 2017 22:02:07 +0000 (23:02 +0100)]
CHG:  'lf hid wiegand'  - remaking the wiegand calcs

7 years agoCHG: syntax suger
iceman1001 [Wed, 11 Jan 2017 22:01:15 +0000 (23:01 +0100)]
CHG: syntax suger

7 years agoCHG: 'lf noralsy' Added tag allocation year in demod output.
iceman1001 [Wed, 11 Jan 2017 22:00:08 +0000 (23:00 +0100)]
CHG: 'lf noralsy' Added tag allocation year in demod output.
CHG: 'lf noralsy clone|sim' Added tag allocation year as input parameter

7 years agoFIX: 'hf 14a reader' - when card SAK was 0x00, it calls GetHF14AMfU_Type() to try...
iceman1001 [Wed, 11 Jan 2017 21:00:17 +0000 (22:00 +0100)]
FIX:  'hf 14a reader' - when card SAK was 0x00, it calls GetHF14AMfU_Type()  to try to identify if it is a UL/NTAG etc. The bug is that it ignored the return value.
when return_value == UL_ERROR,  it shall not print the mfu tagtype annotation.

---faulty behavior
proxmark3> hf 14a reader
 UID : 65 93 7f d1
ATQA : 00 04
 SAK : 00 [2]
Tag is not Ultralight | NTAG | MY-D  [ATQA: 00 04 SAK: 00]

TYPE : MIFARE Ultralight (MF0ICU1) <magic>
proprietary non iso14443-4 card found, RATS not supported
Answers to chinese magic backdoor commands: NO

7 years agoCHG: 'hf iclass replay' added help text.
iceman1001 [Tue, 10 Jan 2017 21:21:16 +0000 (22:21 +0100)]
CHG: 'hf iclass replay' added help text.
CHG: 'hf iclass snoop'  added help text.
CHG: 'hf iclass reader' added help text.
ADD: 'hf iclass reader' added the possibility to read only one tag instead of looping.
CHG: 'sprint_hex_ascii' function now replaces unprintable chars with '.',   added this call to printIclassDumpInfo

7 years agoCHG: 'hf iclass decrypt' - adjusted the loops, to only decrypt Application 1. ...
iceman1001 [Tue, 10 Jan 2017 17:23:05 +0000 (18:23 +0100)]
CHG:  'hf iclass decrypt'  - adjusted the loops, to only decrypt Application 1.  However I've noticed not all blocks in Application 1 is encrypted. :/  Still needs to be adjusted.
CHG: 'hf iclass reader'  - added some output accessrights from the CopyReader source code.

And ofcourse,  moved around stuff,  like the usages in cmdhficlass.c

7 years agoCHG: adding the HID wiegand calcs again. Still need to set the bit37 indicator...
iceman1001 [Mon, 9 Jan 2017 21:17:43 +0000 (22:17 +0100)]
CHG:  adding the HID wiegand calcs again.  Still need to set the bit37 indicator etc.

7 years agoMerge branch 'master' of https://github.com/iceman1001/proxmark3
iceman1001 [Mon, 9 Jan 2017 21:16:25 +0000 (22:16 +0100)]
Merge branch 'master' of https://github.com/iceman1001/proxmark3

7 years agoCHG: coverity complains about not reading the value from mifare_send_short
iceman1001 [Mon, 9 Jan 2017 21:15:36 +0000 (22:15 +0100)]
CHG: coverity complains about not reading the value from mifare_send_short
CHG: ubuntu 14.04 gcc4.8.4 complains about mem_avail still. Don't know why.

7 years agoUpdate README.md
Iceman [Fri, 6 Jan 2017 18:10:48 +0000 (19:10 +0100)]
Update README.md

added instructions for installing the blacklist / udev rules for Ubuntu

7 years agoCHG: forgot to remove unused function.
iceman1001 [Thu, 5 Jan 2017 23:02:52 +0000 (00:02 +0100)]
CHG:  forgot to remove unused function.

7 years agoCHG: looks bad but works.
iceman1001 [Thu, 5 Jan 2017 23:01:14 +0000 (00:01 +0100)]
CHG: looks bad but works.

7 years agoCHG: missing file extension.
iceman1001 [Thu, 5 Jan 2017 14:57:37 +0000 (15:57 +0100)]
CHG: missing file extension.

7 years agoCHG: textual changes.
iceman1001 [Thu, 5 Jan 2017 14:56:52 +0000 (15:56 +0100)]
CHG: textual changes.
CHG: remove unused #includes  and added some comments

7 years agoCHG: some indala output is now only in debug mode
iceman1001 [Thu, 5 Jan 2017 14:55:19 +0000 (15:55 +0100)]
CHG: some indala output is now only in debug mode
CHG: added 34|37 bits AWID format.  I'm guessing 37bit is wrong since the parity is still there. Which it shouldn't

7 years agoCHG: change the indala output abit, to only show when in debug mode. (ie: data...
iceman1001 [Thu, 5 Jan 2017 14:53:32 +0000 (15:53 +0100)]
CHG:  change the indala output abit,  to only show when in debug mode.  (ie:  data setdebug 1)

7 years agoADD: 'lf animal' commands. CLONE/SIM/READ/DEMOD of FXD-B animal tags. Still some...
iceman1001 [Thu, 5 Jan 2017 00:51:47 +0000 (01:51 +0100)]
ADD: 'lf animal' commands.  CLONE/SIM/READ/DEMOD  of FXD-B animal tags. Still some work left.

7 years agosyntax suger, some tabs fixed
iceman1001 [Tue, 3 Jan 2017 18:33:21 +0000 (19:33 +0100)]
syntax suger, some tabs fixed

7 years agoCHG: 'analyse hid' added @holiman 's permute functions to the output to verify
iceman1001 [Tue, 3 Jan 2017 18:32:24 +0000 (19:32 +0100)]
CHG: 'analyse hid' added @holiman 's permute functions to the output to verify

7 years agoMerge pull request #63 from micolous/log-nonce
Iceman [Tue, 3 Jan 2017 18:19:38 +0000 (19:19 +0100)]
Merge pull request #63 from micolous/log-nonce

nonce2key: printf->PrintAndLog

7 years agoCHG: cleaning up stuff
iceman1001 [Tue, 3 Jan 2017 00:20:03 +0000 (01:20 +0100)]
CHG:  cleaning up stuff

7 years agoCHG: added a key B wien,
iceman1001 [Mon, 2 Jan 2017 21:00:56 +0000 (22:00 +0100)]
CHG: added a key B wien,

7 years agofixed warning about size_t
Iceman [Mon, 26 Dec 2016 19:43:20 +0000 (20:43 +0100)]
fixed warning about size_t

CHG:  warning needs %lu string formatter

7 years agofix a warning
Iceman [Mon, 26 Dec 2016 19:39:13 +0000 (20:39 +0100)]
fix a warning

CHG: size_t is unsigned. switched to the correct string formatter

7 years agoLF sim
Iceman [Sun, 25 Dec 2016 14:25:33 +0000 (15:25 +0100)]
LF sim

 `lf sim` - use config values for setting the frequency.

7 years agononce2key: printf->PrintAndLog
Michael Farrell [Sat, 24 Dec 2016 00:09:01 +0000 (10:09 +1000)]
nonce2key: printf->PrintAndLog

7 years agoMerge pull request #62 from micolous/fix-includes
Iceman [Fri, 23 Dec 2016 15:48:19 +0000 (16:48 +0100)]
Merge pull request #62 from micolous/fix-includes

Fix some missing include statements which impact using proxmark3 client as a library

7 years agoFix some missing include statements which impact using proxmark3 client as a library.
Michael Farrell [Fri, 23 Dec 2016 07:35:50 +0000 (17:35 +1000)]
Fix some missing include statements which impact using proxmark3 client as a library.

7 years agoADD: new found cloner pwd.
iceman1001 [Tue, 20 Dec 2016 08:25:02 +0000 (09:25 +0100)]
ADD: new found cloner pwd.

7 years agoCHG: used @marshmellow42 's version to fix lf continuous demod problems.
iceman1001 [Mon, 19 Dec 2016 15:04:27 +0000 (16:04 +0100)]
CHG: used @marshmellow42 's version to fix lf continuous demod problems.

7 years agoCHG: made some debugs statements more clear, when "LF SEARCH" is used with "DATA...
iceman1001 [Mon, 19 Dec 2016 14:32:18 +0000 (15:32 +0100)]
CHG: made some debugs statements more clear,  when "LF SEARCH" is used with "DATA SETDEBUG 1"

7 years agoCHG: 'lf awid brute' - extra check if device gotten offline
iceman1001 [Mon, 19 Dec 2016 13:55:58 +0000 (14:55 +0100)]
CHG: 'lf awid brute' - extra check if device gotten offline
CHG: 'lf t55x7 brute' - extra check if device gotten offline
CHG: 'lf nedap' - Nedap is supposed to be Diphase.

7 years agoCHG: mental note to self, capslock is bad.
iceman1001 [Mon, 19 Dec 2016 11:53:38 +0000 (12:53 +0100)]
CHG: mental note to self,  capslock is bad.

7 years agoFIX: 'LF IO FSKDEMOD' - no call to turn of the antenna when exit
iceman1001 [Mon, 19 Dec 2016 11:51:21 +0000 (12:51 +0100)]
FIX: 'LF IO FSKDEMOD' - no call to turn of the antenna when exit
Thanks to @samyk

https://github.com/Proxmark/proxmark3/issues/203

7 years agoFIX: 'lf hid fskdemod' - no turning of the antenna afterwards.
iceman1001 [Mon, 19 Dec 2016 11:48:27 +0000 (12:48 +0100)]
FIX: 'lf hid fskdemod' - no turning of the antenna afterwards.
FIX: 'CMD_AWID_DEMOD

Thanks to @samyk
ref: https://github.com/Proxmark/proxmark3/issues/203

7 years agoADD some documentation of changes
iceman1001 [Sat, 17 Dec 2016 09:22:21 +0000 (10:22 +0100)]
ADD some documentation of changes

7 years agoCHG: 'LF VISA2000' adding askedgedetection when decoding allows for some traces to...
iceman1001 [Fri, 16 Dec 2016 18:06:19 +0000 (19:06 +0100)]
CHG: 'LF VISA2000' adding askedgedetection when decoding allows for some traces to be correct demodulated.

7 years agoCHG: 'LF VISA2000 CLONE' fixed the wrong blocknum index in output. Thanks @martin...
iceman1001 [Fri, 16 Dec 2016 11:50:44 +0000 (12:50 +0100)]
CHG: 'LF VISA2000 CLONE' fixed the wrong blocknum index in output.  Thanks @martin for pointing it out.

7 years agoADD: 'LF VISA2000' added one checksum test when demod / clone / sim
iceman1001 [Fri, 16 Dec 2016 11:47:49 +0000 (12:47 +0100)]
ADD: 'LF VISA2000'  added one checksum test when demod / clone / sim
CHG: 'LF NORALSY' when chksum fails, return 0,  to indicate for LF SEARCH that it failed.

7 years agoADD: 'analyse chksum' added a nibble xor calc - calcSumNibbleXor
iceman1001 [Fri, 16 Dec 2016 11:05:38 +0000 (12:05 +0100)]
ADD: 'analyse chksum' added a nibble xor calc - calcSumNibbleXor

7 years agoCHG: enhanced the debug output for some LF demod/decode
iceman1001 [Fri, 16 Dec 2016 11:04:37 +0000 (12:04 +0100)]
CHG:  enhanced the debug output for some LF demod/decode

7 years agoADD: 'LF NORALSY' clone/sim/read commands. Partly done. some crc works, but...
iceman1001 [Thu, 15 Dec 2016 17:04:30 +0000 (18:04 +0100)]
ADD: 'LF NORALSY'  clone/sim/read  commands.   Partly done.  some crc works,  but whole format in not mapped yet.
ADD: 'LF SEARCH'  added noralsy detection

7 years agoADD: a Noralsy detection, looking for preamble 0xBB0
iceman1001 [Thu, 15 Dec 2016 14:50:12 +0000 (15:50 +0100)]
ADD:  a Noralsy detection,  looking for preamble 0xBB0

7 years agoFIX: 'lf presco' demod fixes.
iceman1001 [Wed, 14 Dec 2016 23:01:31 +0000 (00:01 +0100)]
FIX: 'lf presco'  demod fixes.
ADD: 'lf search' now also looks for Presco.

I know that the helptext is wrong (d should be p)

7 years agoADD: forgot to add the files
iceman1001 [Wed, 14 Dec 2016 22:26:14 +0000 (23:26 +0100)]
ADD: forgot to add the files

7 years agoSyntax suger
iceman1001 [Wed, 14 Dec 2016 22:25:28 +0000 (23:25 +0100)]
Syntax suger

7 years agoADD: Visa2000 demod
iceman1001 [Wed, 14 Dec 2016 22:23:53 +0000 (23:23 +0100)]
ADD:  Visa2000 demod

7 years agoADD: 'lf visa2000' commands. (SIM/CLONE/READ) almost finished.
iceman1001 [Wed, 14 Dec 2016 22:23:16 +0000 (23:23 +0100)]
ADD:  'lf visa2000'  commands.  (SIM/CLONE/READ)  almost finished.
CHG: 'lf xxxxx'  reduced number of samples from 30000 -> 20000 in "lf xxxxxx read" commands.
CHG: 'data samples'  - didn't honor the silent parameter. It now output less for the 'lf xxxxxx read' commands.

7 years agoCHG: 'lf search' changed output to be visible when debugging for IO prox
iceman1001 [Tue, 13 Dec 2016 11:27:40 +0000 (12:27 +0100)]
CHG: 'lf search' changed output to be visible when debugging for IO prox

7 years agoCHG: syntaxt suger
iceman1001 [Fri, 9 Dec 2016 13:39:34 +0000 (14:39 +0100)]
CHG:  syntaxt suger

7 years agoFIX: 'hf iclass dump' / 'hf iclass readtagfile' - the faulty output from these...
iceman1001 [Fri, 9 Dec 2016 13:38:51 +0000 (14:38 +0100)]
FIX:  'hf iclass dump'  / 'hf iclass readtagfile' - the faulty output from these commands are now fixed.

7 years agoCHG: 'hf iclass dump' - output fixes
iceman1001 [Thu, 8 Dec 2016 17:02:48 +0000 (18:02 +0100)]
CHG:  'hf iclass dump' - output fixes
CHG:  'hf iclass readtagfile' - output fixes

7 years agoREM: removed a double entry. it seems 'hf mf check' doesnt uniq-sort this file.
iceman1001 [Thu, 8 Dec 2016 17:01:54 +0000 (18:01 +0100)]
REM:  removed a double entry.  it seems 'hf mf check' doesnt uniq-sort this file.

7 years agoFIX: 'iclass write'
iceman1001 [Wed, 7 Dec 2016 16:43:13 +0000 (17:43 +0100)]
FIX:  'iclass write'

7 years agoFIX: 'iclass write'
iceman1001 [Wed, 7 Dec 2016 16:07:23 +0000 (17:07 +0100)]
FIX: 'iclass write'

thanks to prof_abrasive && go_tus
ref:  http://www.proxmark.org/forum/viewtopic.php?id=4033

7 years agoCHG: got insperation from https://github.com/menshiyun/proxmark3/commits/local ...
iceman1001 [Wed, 7 Dec 2016 16:06:15 +0000 (17:06 +0100)]
CHG:  got insperation from https://github.com/menshiyun/proxmark3/commits/local    and the clean variable.

7 years agoCHG: added a check if err variable is NIL.
iceman1001 [Tue, 22 Nov 2016 10:55:23 +0000 (11:55 +0100)]
CHG:  added a check if err variable is NIL.

7 years agoFIX: the changes to uart.c timings seems to have fixed my problem with the pm3...
iceman1001 [Tue, 22 Nov 2016 00:58:11 +0000 (01:58 +0100)]
FIX:  the changes to uart.c  timings seems to have fixed my problem with the pm3 device getting unresponsive.

CHG: "script run hard"  now iterates all sectors on the tag and output the table style like "hf mf chkkey" do.

7 years agoADD: added the 'hf mf hardnested' to be called within LUA scripts.
iceman1001 [Mon, 21 Nov 2016 15:08:12 +0000 (16:08 +0100)]
ADD: added the 'hf mf hardnested'  to be called within LUA scripts.
ADD: 'script run hard' - a first try for a lua script to run the hardnested attack on a complete tag.

7 years agoCHG: Cleaning up
iceman1001 [Fri, 18 Nov 2016 10:31:52 +0000 (11:31 +0100)]
CHG: Cleaning up

7 years agoADD: "analyse hid" - new function that implements the 'heart of darkness' hid/iclas...
iceman1001 [Thu, 17 Nov 2016 17:20:44 +0000 (18:20 +0100)]
ADD:  "analyse hid" -  new function that implements the 'heart of darkness' hid/iclass permute function. Its converted from the php-solution found in the paper to C. Ref: https://github.com/akw0088/HID-Card-Copy/blob/master/key-permutation/permute.php

7 years agoFIX: @matrix latest fixes
iceman1001 [Wed, 16 Nov 2016 21:31:09 +0000 (22:31 +0100)]
FIX:  @matrix latest fixes

7 years agoFIX: "hf mf hardnested" - removed the call to free_candidates_memory, on my ubuntu...
iceman1001 [Wed, 16 Nov 2016 18:19:06 +0000 (19:19 +0100)]
FIX: "hf mf hardnested"  - removed the call to free_candidates_memory,  on my ubuntu env it crashes all the time with it.

7 years agoFIX: that time.h issue is different on POSIX systems and WINDOWS system and in C...
iceman1001 [Wed, 16 Nov 2016 17:52:13 +0000 (18:52 +0100)]
FIX:  that time.h issue is different on POSIX systems and WINDOWS system and in C...

7 years agoFIX: wrong compile define used, __WIN32 should be _WIN32
iceman1001 [Wed, 16 Nov 2016 17:42:56 +0000 (18:42 +0100)]
FIX: wrong compile define used,   __WIN32 should be _WIN32

7 years agoFIX: & 0xFF instead of uint8_t
iceman1001 [Wed, 16 Nov 2016 17:38:15 +0000 (18:38 +0100)]
FIX: & 0xFF instead of uint8_t

7 years agoFIX: removed some warnings about time_t in non-windows systems. This appeared since...
iceman1001 [Wed, 16 Nov 2016 17:36:21 +0000 (18:36 +0100)]
FIX:  removed some warnings about time_t in non-windows systems.  This appeared since I fiddled in proxmark.h

Impressum, Datenschutz