iceman1001
|
8fd9bfb0e3
|
ADD: added the possiblity to use AWID formatlength of 26 and 50.
'LF AWID SIM'
'LF AWID CLONE'
'LF AWID BRUTE'
|
2016-05-14 22:40:04 +02:00 |
|
iceman1001
|
6a4271d186
|
CHG: Changed cardnumber printing from %d (signed) to %u (unsigned) for AWID50, it now prints correct in all cases. Thanks to @ntk for reminding me about it.
|
2016-05-14 14:34:35 +02:00 |
|
iceman1001
|
c5e8b91696
|
ADD: AWID 50bit demod
|
2016-05-13 22:52:25 +02:00 |
|
iceman1001
|
204b708424
|
ADD: AWID 50bit demod, thanks to @FrancoisM and @ntk
|
2016-05-13 22:34:49 +02:00 |
|
Iceman
|
407d62664d
|
Update README.md
|
2016-05-11 13:54:31 +02:00 |
|
iceman1001
|
ff5f9f590c
|
textual updates.
|
2016-05-10 15:38:02 +02:00 |
|
iceman1001
|
812513bf90
|
ADD: Added a new main command group "analyse", first one is the find the missing XOR in a LCR, it was a python script under /tools/xorfind.py
|
2016-05-10 15:30:46 +02:00 |
|
iceman1001
|
8085377413
|
CHG: output when finding key it the same as from the client.
|
2016-05-10 07:51:05 +02:00 |
|
iceman1001
|
fed1227777
|
CHG: just made the autopwn script main loop a bit more verbal
|
2016-05-10 07:40:27 +02:00 |
|
iceman1001
|
60e26e50c5
|
FIX: changed from ssized_t -> size_t
FIX: changed off_t -> size_t
|
2016-05-09 08:27:55 +02:00 |
|
iceman1001
|
348c57a0af
|
REM: rmove stdio.h reference to make it compile on Mac OS X
|
2016-05-09 08:12:43 +02:00 |
|
iceman1001
|
e46642ca4c
|
REM: commented out a reference to Logtrace in bigbuf.c, since its already declared as "extern" in bigbuff.h
Lets see if this reduces compilation errors for Mac OS X users.
|
2016-05-08 18:52:19 +02:00 |
|
iceman1001
|
048324d63b
|
DEL: removed the homebrews script. It needed a seperate gitproject.
CHG: removed references to stdio.h and time.h in ARMSRC.
|
2016-05-06 23:51:03 +02:00 |
|
iceman1001
|
7680db569c
|
CHG: test to remove a call <sys/types.h> seems to be conflict with mac os x...
|
2016-05-06 20:09:10 +02:00 |
|
iceman1001
|
df82844c05
|
FIX: more paths for readline and Mac Os X
|
2016-05-06 19:52:04 +02:00 |
|
iceman1001
|
b01e7d206d
|
FIX: a define which was wrong
|
2016-05-06 19:30:43 +02:00 |
|
iceman1001
|
9d590832a1
|
FIX: This tries to fix the memalign issued on MAC OS X, which it doesn't have. However its standard Malloc is already 16byte memaligned.
ref: http://stackoverflow.com/questions/196329/osx-lacks-memalign
|
2016-05-06 19:09:29 +02:00 |
|
iceman1001
|
0fa87186cf
|
CHG: hardnested needs malloc.h, which on Darvin (Mac OS X) needs a path to.
|
2016-05-06 19:01:33 +02:00 |
|
iceman1001
|
e75bc417f1
|
ADD: added a lua script which calculates mifare keys based on a uid diversification
|
2016-05-06 10:19:15 +02:00 |
|
iceman1001
|
04da5cd92b
|
FIX: it seem the fcntl returns -1,.. which made the flasher fail.
|
2016-05-05 21:13:12 +02:00 |
|
Iceman
|
4003623bae
|
Update README.md
|
2016-05-05 10:14:34 +02:00 |
|
Iceman
|
8b89fcae13
|
Update README.md
|
2016-05-05 10:12:13 +02:00 |
|
Iceman
|
c00fc47d50
|
Update README.md
|
2016-05-05 10:08:33 +02:00 |
|
Iceman
|
703ac289ee
|
Update README.md
Added a note about docker container
Added a note about 'lf nedap'
|
2016-05-05 10:04:38 +02:00 |
|
Iceman
|
dc1c9ae4a9
|
Update README.md
Added the readme from @chrisfu about how to use homebrew
|
2016-05-05 09:59:54 +02:00 |
|
iceman1001
|
15d49e8285
|
CHG: NEDAP, changed back the preamble. With new parity check it has a decent detection.
|
2016-05-04 10:35:10 +02:00 |
|
iceman1001
|
532bcd7145
|
CHG: Nedap demod, now verifes with first parity.
|
2016-05-04 10:34:16 +02:00 |
|
iceman1001
|
b85385a058
|
CHG: removed a warning about unused variable. Lets see if perror works.
|
2016-05-03 09:16:05 +02:00 |
|
iceman1001
|
c71f4da9bc
|
CHG: increased the preamble
CHG: from inverted to non-inverted. 2 of the forum samples is non-inverted.
Block 0: 00150080
|
2016-05-02 21:21:43 +02:00 |
|
iceman1001
|
d34a0b0cc7
|
FIX: dual definitions of variable size
|
2016-05-02 15:15:06 +02:00 |
|
iceman1001
|
96faed2124
|
CHG: added the ASK/Biphase demod of signal for NEDAP demod.
ADD: 'LF SEARCH' now also checks for NEDAP.
|
2016-05-02 14:06:08 +02:00 |
|
iceman1001
|
56bbb25a41
|
ADD: started with a NEDAP demod, read, clone and sim functionality.
The encrypted part is not solveabled today.
|
2016-05-02 13:42:06 +02:00 |
|
iceman1001
|
b070f4e495
|
CHG: only need a byte in this loop
|
2016-04-29 22:24:37 +02:00 |
|
iceman1001
|
ea1ee62e55
|
CHG: better helptext
|
2016-04-29 22:24:08 +02:00 |
|
iceman1001
|
ffeb77fdc6
|
CHG: the 14b is getting better, since I added the fpga waiting signaling I found in "14a emgetcmd" etc.
|
2016-04-29 22:23:32 +02:00 |
|
iceman1001
|
57850d9dfb
|
CHG: FpgaSetupDMA, handle when it returns NULL.
|
2016-04-27 20:42:44 +02:00 |
|
iceman1001
|
d51717fffd
|
CHG: 'hf 14b sim' better work flow on device side. not done yet.
|
2016-04-27 20:42:01 +02:00 |
|
iceman1001
|
7bcddfabde
|
FIX: mental note to self, don't forget to adjust messages to new logic
|
2016-04-27 20:03:54 +02:00 |
|
iceman1001
|
a644fef0bb
|
FIX: Mental note to self, bitnumber 4 is used, not the value 4 which would be bitnumber 3... when deciding if request is REQB or WUPB
|
2016-04-27 19:54:29 +02:00 |
|
iceman1001
|
0923c43cc6
|
CHG: "hf 14b sim" making the flow to be similar to "hf 14a sim".
|
2016-04-27 19:53:21 +02:00 |
|
iceman1001
|
883c82b573
|
CHG: change the shields..
|
2016-04-27 12:56:22 +02:00 |
|
iceman1001
|
45c0c48c49
|
CHG: Just changed the order of printing, so the messagde FoundKey is printed last.
|
2016-04-27 11:22:17 +02:00 |
|
iceman1001
|
dccddaef77
|
CHG: "hf 14b sim" - Added the possibility to call it with a PUPI/UID. Sample: "hf 14b sim u 11223344"
|
2016-04-27 11:21:29 +02:00 |
|
iceman1001
|
8040711b90
|
REM: removed a debug function call, PrintToSendBuffer
|
2016-04-26 21:34:24 +02:00 |
|
iceman1001
|
a287e8cfdd
|
CHG: FpgaSetupDMA can fail and returns NULL. Added a check for it.
|
2016-04-26 21:31:43 +02:00 |
|
iceman1001
|
fd3be901ea
|
removed commented code
|
2016-04-26 21:30:54 +02:00 |
|
iceman1001
|
c98ab35140
|
textual change.
|
2016-04-26 21:30:04 +02:00 |
|
iceman1001
|
11c2df83d2
|
CHG: Much more stable 14B functionality when Sending as Reader/PCD and Reading from Tag/PICC. The read distance is up to 2.5cm and is not nearly so position picky as previous version. The logtrace now also logs times.. kind of.
Getting there slowly.
|
2016-04-26 21:29:45 +02:00 |
|
iceman1001
|
a420e5c163
|
chg; no more crash when getting partial usb packages.
|
2016-04-25 23:15:12 +02:00 |
|
iceman1001
|
ed69e099a1
|
FIX: @Aczid suggested this to fix a Coverity scan warning.
|
2016-04-25 14:30:13 +02:00 |
|