Commit graph

2355 commits

Author SHA1 Message Date
Iceman
6c7a3bd7ce
Merge pull request #588 from megabug/indala-preamble-fix
Fix offset Indala UID display
2018-03-28 13:10:33 +02:00
Matthew Daley
b05611a30b Fix offset Indala UID display
Commit 1dae9811f2 extended the amount of
fixed bits searched for when decoding 64-bit Indala. These additional
bits come from the end of one UID, and therefore need to be skipped past
when actually retrieving the UID.
2018-03-28 23:43:57 +13:00
James Chambers
b24930c764 mfu read block: retry block with bad CRC (#584)
* mfu read block: retry block with bad CRC, command timeout, or unknown response.
2018-03-23 20:26:30 +01:00
Michael Farrell
a5a830168f OSX: Multiple libedit/readline fixes (#585)
* OSX: Multiple libedit/readline fixes.
2018-03-21 16:05:03 +01:00
W8M2Hg9lLmWqXSGC
51d51c6782
Merge pull request #580 from Proxmark/iceman1001-patch-1
Update README.md
2018-02-26 17:25:21 +11:00
Iceman
d4d439a8aa
Update README.md
Added hackerwarehouse
2018-02-26 07:16:08 +01:00
Iceman
c50e55a4a5
Merge pull request #578 from Tom5ive/master
fix for swapped parity bits
2018-02-22 14:08:33 +01:00
Tom Harkness
f43b1038a2 fix for swapped parity bits 2018-02-22 23:38:53 +11:00
Iceman
b8196bf8ee
Merge pull request #565 from Proxcloud/usb_android
Allow non-root access on Android devices
2018-02-17 12:39:19 +01:00
Iceman
d6e5b54f40
Merge pull request #572 from merlokk/hflistms_fix
`hf list mf` fix key length in printf
2018-02-14 23:36:41 +01:00
merlokk
738ed6e476 small fix 2018-02-15 00:20:00 +02:00
merlokk
6dec58aa44 small fix hf list mf 2018-02-15 00:18:02 +02:00
Iceman
902c470d38
Merge pull request #571 from merlokk/hf_list_mf
added command `hf list mf`
2018-02-14 22:06:29 +01:00
Iceman
f69f1de80c
Merge pull request #570 from marshmellow42/master
improve lf cmdread
2018-02-14 22:06:00 +01:00
marshmellow42
2896e490d9 update changelog
+fix a comment typo
+ move clear bigbuf after fpgadownloadandgo...
2018-02-14 15:41:39 -05:00
merlokk
079563a092 small fix and added line to changelog. 2018-02-14 12:36:22 +02:00
merlokk
868deeb783 move annotate* functions 2018-02-13 17:14:51 +02:00
merlokk
45b4ac09c9 added hardnested sketch. final cleaning. 2018-02-13 17:07:49 +02:00
merlokk
0113dcf3fd nested works 2018-02-13 15:12:41 +02:00
merlokk
8253ca0e1b code cleaning 2018-02-13 12:35:33 +02:00
merlokk
597fca4ff1 check parity works 2018-02-13 12:33:15 +02:00
merlokk
2d7bdee30b added parity check of deciphered command 2018-02-12 18:53:12 +02:00
Oleg Moiseenko
bf52d74adc small fix 2018-02-11 00:45:12 +02:00
Oleg Moiseenko
856da9a1c0 added cipherstream recovery 2018-02-11 00:44:24 +02:00
Oleg Moiseenko
e01bc7942c move ks to authdata 2018-02-11 00:40:24 +02:00
marshmellow42
779d9a0e90 reconfigure lf cmdread ...
to use lf config settings instead of it's own settings.  (now allows
full options of lf config...)

also it will now run `data samples` when the command completes making it
not necessary to run manually...

note: adjusted client wait message as it was confusing.
2018-02-10 17:30:32 -05:00
Oleg Moiseenko
7bea15816e added some cone in nested. not tested. 2018-02-11 00:28:23 +02:00
Oleg Moiseenko
e0158d3373 added destroy 2018-02-10 23:28:15 +02:00
Oleg Moiseenko
dca8220f72 mock of key checking 2018-02-10 23:25:28 +02:00
Oleg Moiseenko
c6a886fb4f added mock of key check 2018-02-10 23:06:01 +02:00
Oleg Moiseenko
747885a6ed hf list mf 1st auth works 2018-02-10 22:33:32 +02:00
Oleg Moiseenko
edd4c8385b small fix util.c 2018-02-10 22:10:38 +02:00
Oleg Moiseenko
28ee794f59 fix appearance 2018-02-10 20:41:56 +02:00
Oleg Moiseenko
7b215d149a correct 1st key calculation 2018-02-10 20:28:30 +02:00
Oleg Moiseenko
b957bcd382 added get parity 2018-02-10 19:19:56 +02:00
Oleg Moiseenko
a31f7f899b small fix 2018-02-10 19:06:34 +02:00
Oleg Moiseenko
aadc6bf1e1 combine all auth data to single struct and fill it 2018-02-10 19:03:29 +02:00
marshmellow42
61e96805ad add bitbang option to lf cmdread
by setting delay to 0 we can use cmd binary to bitbang the antenna.

note that the timing isn't perfect (especially on the off periods) but
is fairly close. worst i've seen it off is 8us on a large off period.
but i don't have the best test equipment...
2018-02-09 15:51:20 -05:00
merlokk
fb30f5a101 added check reader/tag 2018-02-09 19:40:39 +02:00
merlokk
6c30a244eb added some get auth data 2018-02-09 19:32:17 +02:00
merlokk
6612a5a201 moved some functions and added auth sequence annotation 2018-02-09 18:23:04 +02:00
merlokk
4f131b53ea added cmdhflist file 2018-02-09 17:37:31 +02:00
Oleg Moiseenko
a37725facf add nested auth decoding to hf mf sniff 2018-02-09 15:50:55 +01:00
Iceman
9e40bad2e3
Merge pull request #569 from pwpiwi/fix_WDT_crash
fix hf mf mifare (WDT crash)
2018-02-08 19:02:16 +01:00
Proxcloud
f3dc6d59f4 make product string even length 2018-02-08 22:32:08 +08:00
pwpiwi
664e132f88 hf mf mifare:
* prevent WDT crash on repeated tries
* comes with faster execution as side effect
* use uint8_t instead of byte_t
* populate ar instead of (correctly) assuming that it is zero
* remove the "will take a few seconds longer" message because it is no longer true
2018-02-08 14:51:24 +01:00
Proxcloud
d03a573eee change product desc to 9 and add extra null byte 2018-02-08 20:40:57 +08:00
Proxcloud
13c25f892e remove debug change 2018-02-08 19:43:03 +08:00
Proxcloud
c179e7b1f8 remove old Manufacturer description code. fix Product description length 2018-02-08 19:37:55 +08:00
Proxcloud
8b9de94afe Remove BOS descriptor, leave just manufacturer descriptor for Android 2018-02-08 17:47:40 +08:00