merlokk
1b3d96ab2d
add apdu chaining to arm side
2019-01-29 19:30:15 +02:00
iceman1001
8991fa172d
FIX: wrong define
2019-01-29 15:47:44 +01:00
iceman1001
c419f7bf37
CHG: dropfield when CL is used.
2019-01-29 15:42:31 +01:00
iceman1001
384a44ce50
Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3
2019-01-29 15:23:39 +01:00
iceman1001
34be8b4d37
CHG: wrong iso7816 (@piwi)
2019-01-29 15:23:07 +01:00
Iceman
0beb730e04
Update README.md
2019-01-27 20:42:50 +01:00
iceman1001
fa3dfa59b9
chg: 'script run legic' - minor adjustments.
2019-01-26 19:10:29 +01:00
iceman1001
8059f533af
syntax
2019-01-26 11:09:47 +01:00
iceman1001
f0b70d6a4b
CHG: added manufacturers
2019-01-26 11:09:17 +01:00
iceman1001
f760ac99e3
chg: 'script run ndef_dump' - local functions
2019-01-26 10:40:37 +01:00
iceman1001
730a7e8044
FIX: 'hf legic sim' - needed even more timeout.
...
see https://github.com/RfidResearchGroup/proxmark3/issues/83
2019-01-25 13:48:53 +01:00
iceman1001
803aab7431
FIX: 'hf legic sim' - longer timeout for writes? (@drandreas)
...
see https://github.com/RfidResearchGroup/proxmark3/issues/83
2019-01-25 11:58:00 +01:00
iceman1001
4fe4d74bfe
FIX: 'emv roca' - not executing when client is compiled without WITH_SMARTCARD functionality, like for old devices
...
see https://github.com/RfidResearchGroup/proxmark3/issues/85
2019-01-25 11:42:52 +01:00
RFID Research Group
bccdde0123
Update issue templates
2019-01-24 11:49:04 +01:00
iceman1001
5e13c7e588
ADD: Found a bunch more dictionary files, from a link on the forum.
2019-01-23 12:18:07 +01:00
iceman1001
61ebdbde6b
CHG: adjusting compiling for older devices
2019-01-23 11:01:11 +01:00
iceman1001
0bec6038b7
CHG: adjusted compiling for older devices
2019-01-23 10:57:49 +01:00
Iceman
e885ec737d
Update default_keys.dic
2019-01-22 12:03:53 +01:00
Iceman
cf006a445f
Update default_keys.dic
...
ADD: more keys
2019-01-22 11:55:04 +01:00
Iceman
be09793fcd
Update README.md
2019-01-22 09:45:10 +01:00
iceman1001
063feeae05
CHG: 'hf legic write'
...
CHG: 'hf legic restore'
CHG: 'hf legic wipe' - longer timeout for execution
2019-01-21 22:12:43 +01:00
iceman1001
601cb0fe00
chg: 'hf legic dump' - longer timeout
2019-01-21 22:04:44 +01:00
Iceman
8ee857e4ba
Update tnp3clone.lua
2019-01-21 17:36:58 +01:00
iceman1001
7294262442
chg: 'script run iso15_magic' - added switch "-a" to swap between iceman styled vs offical styled iso15 raw commands.
...
In order to run this script on official pm3 repo, you will need to copy this script and
/client/lualibs/read15.lua file.
Read help text for examples
script run iso15_magic -h
2019-01-21 09:59:47 +01:00
iceman1001
fa889900c0
chg: calloc instead of malloc
...
chg: textual
chg: extra size checks
chg: longer wait for reading mem
2019-01-21 09:31:37 +01:00
iceman1001
66c82d16b0
chg: calloc calls
2019-01-21 09:02:00 +01:00
Iceman
5f2ecf67cd
Update default_pwd.dic
2019-01-21 00:02:33 +01:00
Iceman
6f3940b221
Update tnp3clone.lua
...
Cleanup
2019-01-20 23:55:11 +01:00
Iceman
6e99b1e49b
Update tnp3clone.lua
...
Better to use default template for ST
2019-01-20 23:53:54 +01:00
Iceman
49fc2a56ab
Update tnp3clone.lua
...
According to post http://www.proxmark.org/forum/viewtopic.php?pid=34046#p34046
Set that ATQA / SAK, set Sector 0 accessrights
2019-01-20 23:46:03 +01:00
Oleg Moiseenko
13ed4f464a
Merge pull request #84 from merlokk/fixmin
...
changed `min` to macro `MIN`
2019-01-14 18:54:50 +02:00
merlokk
5a35b0de2a
changed min
to macro MIN
2019-01-14 18:54:18 +02:00
merlokk
6f0cc5fa7a
small fix
2019-01-14 18:14:15 +02:00
iceman1001
adffe29855
chg: adjusting license accoring match its .c file
2019-01-14 12:06:05 +01:00
iceman1001
20c3cd5ce3
chg: adjusting license according to earlier commits to pm3 offical repo.
2019-01-14 12:02:26 +01:00
iceman1001
46cbbe8d05
textual
2019-01-12 18:53:11 +01:00
iceman1001
9476303107
Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3
2019-01-12 18:34:09 +01:00
iceman1001
fcfbeb6ac3
textual
2019-01-12 18:33:40 +01:00
Iceman
459ff6149b
Update README.md
2019-01-12 18:12:58 +01:00
iceman1001
a5833fe390
CHG: remove strange thr 0x43 in LF sampling
...
CHG: refactor cotag init
2019-01-12 12:10:31 +01:00
iceman1001
f215ebef80
Refactored 'lf t55xx brute', split it up into two commands.
...
- lf t55xx brute (tries bruteforcing a range of pwds
- lf t55xx chk (uses dictionary file or RDV4 flashmem)
FIX: adjust lf sim (@marshmellow42) see 7008cf9c15
"attempt to speed up the loops waiting for carrier signal to go high or low
by only checking for a halt (button press or usbpol) every 256th loop
iteration. some users were experiencing modulating reactions to be too slow.
ADD: 'lf t55xx chk'
It uses @marshmellows42 idea behind commit (6178b085a0
)
With calculating a baseline (read block0 32times and average the signal-ish) and sampling only 1024 signal data. The algo then proceeds to calc the average and keep track of the candidate which is given the most difference in signal data average value. I do some squaring and shifting for this.
The candidate is then send back to client to be tested properly with trymodulation like before.
This seems to work good on t55xx card which has a ASK configuration.
WORK-IN-PROGRESS
2019-01-11 14:46:27 +01:00
iceman1001
43d57855a0
CHG: wrong define
2019-01-11 12:56:59 +01:00
iceman1001
bd0e33fb58
chg: 'script run read_pwd_mem' - m|t|i params to simplify printing dictionary items
2019-01-10 18:55:56 +01:00
merlokk
e058d87dc1
fix CDOL generation and add AC1 print result
2019-01-10 19:28:43 +02:00
merlokk
eaedf7f811
VSDC up to CDOL2 calc
2019-01-10 18:33:21 +02:00
merlokk
628eceb5ed
print fix
2019-01-10 17:44:51 +02:00
Oleg Moiseenko
7eb3e79d83
Merge pull request #81 from merlokk/emv_sdadda_fix
...
Emv sdadda fix
2019-01-10 17:27:29 +02:00
merlokk
cada4e4877
DDA works
2019-01-10 17:24:45 +02:00
merlokk
170cf7c67a
inc timeout of card's response
2019-01-10 17:06:59 +02:00
merlokk
607bef7ffd
AC Response Format1
2019-01-10 16:22:32 +02:00