iceman1001
a8334d6ab3
chg: added some WDT_HIT calls
2017-08-21 17:17:43 +02:00
iceman1001
05e160b1f2
fix: https://github.com/Proxmark/proxmark3/issues/12 this should allow for both use-cases to get a nice date.
...
A) ppl uses Git to pull the lastest source.
B) ppl download the zipfile
2017-08-20 03:52:06 +02:00
iceman1001
4eda2828c8
fix fiddling, it seemed most iclass commands never shut down the antenna after they were finished. I may have missed something.
2017-08-19 19:50:55 +02:00
iceman1001
33a994aa3f
syntax sugar
2017-08-19 16:14:30 +02:00
iceman1001
d13bbcd466
chg: 'hf iclass sim 2' - added a new set of CSNS.
2017-08-19 16:13:36 +02:00
iceman1001
19439605d3
chg: 'hf iclass loclass' output newline.
2017-08-19 09:52:17 +02:00
iceman1001
823a814cf6
FIX: some possible null - ref bugs in 'iclass' , 'iso15693' deviceside.
...
FIX: 0 is not a reference.
FIX: iso15693 - wait wasn't implemented
chg: 'hf 15' getTagInfo_15 renamned.
chg: 'hf iclass loclass' some output got newline
2017-08-19 09:49:41 +02:00
iceman1001
db515ba6c4
chg: 'hf iclass sim' - turning of antenna after simulation is done.
...
chg: 'hf iclass sim' - use @holiman 's 8 csn instead of the original @carl55 (15), and a new first entry csn, to see if the old one got blacklisted.
2017-08-18 10:23:46 +02:00
iceman1001
1d6b0c0c6a
fix: compilation error on nethunter (piwi)
2017-08-16 14:15:16 +02:00
iceman1001
2b58d4fd34
updated commments
2017-08-15 23:09:39 +02:00
iceman1001
fec33d7d74
CHG: 'script run calc_di' - added the possibilty to write to binary file :)
...
CHG: 'script run calc_mizip' - added the possibilty to write to binary file :)
2017-08-15 22:01:44 +02:00
iceman1001
926277507a
chg: added the possibility to read tag.uid
2017-08-15 21:23:55 +02:00
iceman1001
b3d0bf697a
some output
2017-08-15 15:12:56 +02:00
iceman1001
c37d2d84c7
another helper
2017-08-15 15:11:57 +02:00
iceman1001
69c8970201
FIX: https://github.com/iceman1001/proxmark3/issues/122
...
this should fix the ~ (tilde) bug I introduced...
In lua, you need to evaluate false ie; statement == false, not like in C-style ~statement
2017-08-13 15:06:30 +02:00
iceman1001
eae8c2f7be
chg: unify debug messages for FSK demod in AWID,HID,IO,PARADOX,PYRAMID, all neat and same.
2017-08-11 20:48:54 +02:00
iceman1001
dc0e0aa93f
syntax sugar
2017-08-11 18:15:01 +02:00
iceman1001
1b4b753d98
scraped some more keys out on GH
2017-08-11 18:14:31 +02:00
iceman1001
b4d7ed4862
chg: 'lf awid brute' - added verbose logging option
...
chg: 'lf hid brute' - added verbose logging option
2017-08-11 18:13:58 +02:00
iceman1001
6ad546fa13
chg: removed extern on print_lock mutex. Since there is two of these, in proxmark3.c and ui.c
2017-08-11 11:40:25 +02:00
iceman1001
734ca940e9
fix: unified lf clone printouts of blocks.
2017-08-11 11:38:54 +02:00
iceman1001
bd4d1ec74e
Fixes: lf simpsk - make sure Carrier input is ok.
...
fix: 'lf awid sim' - Clk param is used CorreCt
fix: 'lf HID sim' - unified way logging
fix: 'lf indala sim' - adding a draft simulation Command
fix: 'lf io sim' - unified way logging
fix: 'lf nedap sim' - getting bits is wrong still..
fix: 'lf paradox sim' - Helptext
lfdemod.C got some reworked loops, still some debug messages to be ...
2017-08-10 14:19:57 +02:00
iceman1001
78f01b0ffa
ADD: 'lf paradox sim' - started with sim command
2017-08-09 21:00:03 +02:00
iceman1001
117003bdb2
fix. 'lf io demod' - removed stange size check.
...
fix: 'lf io sim' - now uses the clock variable correct
fix: 'lf io clone' - Q5 now has correct clock 64 instead of 50
2017-08-09 20:59:16 +02:00
iceman1001
7b050e9afe
FIX: 'lf gprox sim' - now correctly simulates gProx
2017-08-09 19:59:03 +02:00
iceman1001
a4dd4eb5b5
CHG: updated some helptext, moved commands
2017-08-09 18:52:35 +02:00
iceman1001
3384999c83
CHG: some help text edited and rearrange the commands to be in the same order
2017-08-09 18:33:30 +02:00
iceman1001
f56d00bf1d
chg: 'lf sim' on deviceside, removed the usb_poll in one loop. Will look into @marshmellow42 limit also
2017-08-09 09:28:54 +02:00
iceman1001
aa711b2d92
chg: 'hf 14a cuids' - now can be interrupted with keyboard press
2017-08-09 09:26:41 +02:00
iceman1001
507b74da15
CHG: added some more keys (thanks @ntk)
2017-08-09 09:25:36 +02:00
iceman1001
c583570a3d
minor styleish
2017-08-06 16:31:01 +02:00
iceman1001
9d8cfd13a7
NEW: cleaning up in the StandAloneMode mods.
...
'hw version' - added a function to print out which mods is installed on the firmware (deviceside)
New compiler flags are:
# -DWITH_ICEMAN
# -DWITH_LF_SAMYRUN
# -DWITH_LF_PROXBRUTE
# -DWITH_LF_HIDCORP
# -DWITH_HF_YOUNG
# -DWITH_HF_MATTYRUN
The code behind them are NOT in this commit. They will come in there own files later on.
2017-08-06 16:29:29 +02:00
iceman1001
69b7c149e3
CHG: 'usb communication' voliatile boolean variable to signal between threads isn' threadsafe. Test to switch to the c11 builtin atomic
2017-08-01 09:21:06 +02:00
iceman1001
3911c0a13e
Some debugstatements
2017-07-31 20:45:16 +02:00
iceman1001
722d8b2cdb
chg: more adjustments to iso15 sim
2017-07-31 18:24:53 +02:00
iceman1001
479a288543
chg: 'hf 15 sim' - now it loops until buttonpress or usb_received.
2017-07-31 17:55:21 +02:00
iceman1001
ecd8eb9503
chg: msclock reference..
2017-07-31 17:33:55 +02:00
iceman1001
7eeea9bf2a
fix: @micolous changes
2017-07-31 17:31:49 +02:00
iceman1001
0a58e8f0fe
CHG: macro T5555_SET_BITRATE is used for clearity
2017-07-31 16:05:33 +02:00
iceman1001
3c2fa8d4f3
chg: better text
2017-07-31 15:58:14 +02:00
iceman1001
6df9012de5
chg: 'script run mifare_autopwn' added the prng_test, to make sure it only attacks weak cards.
2017-07-31 15:53:26 +02:00
iceman1001
d5153b2446
warnings on ubuntu
2017-07-31 15:46:22 +02:00
iceman1001
ef136096a3
fix: darkside also take blockno / keytype arguments. Think that block 0 might be lock in the access rights.
2017-07-31 15:45:01 +02:00
iceman1001
b31fd98055
CHG: correct texts, changes to local functions
2017-07-31 15:26:53 +02:00
iceman1001
e598aec890
lf t55xx commands works again. Need to find a better sprinf_bin_break function
2017-07-31 15:12:38 +02:00
iceman1001
2a4685312a
chg: (merlokk) debugstatements
2017-07-31 13:50:55 +02:00
iceman1001
83cd6a7761
CHG: 'hf mf nested' - (merlokk) 76fcccd109
...
CHG: 'hf mf hardnested' added same verification also here.
2017-07-31 13:37:41 +02:00
iceman1001
0acc606be3
lf search is working :)
2017-07-31 12:31:39 +02:00
iceman1001
1bf452e842
FIX: 'lf search' should work now again.
2017-07-31 11:46:35 +02:00
iceman1001
91898babc0
FIX: data plot AutoCorrelate slider, window too big, now limited to number of samples.
...
enhanced debugstatements,
'lf em 410x_demod' vs 'lf em 410x_read' now read does the same as all other LF, and demod too...
2017-07-30 21:21:02 +02:00