martin.holst@gmail.com
|
db132ea0e8
|
Script to convert emulator file (ASCII dump of data) into HTML
|
2013-10-20 18:48:04 +00:00 |
|
martin.holst@gmail.com
|
c44241fdea
|
Fixed minor errors
|
2013-10-20 18:47:15 +00:00 |
|
izsh@fail0verflow.com
|
06b82e6a6d
|
cmdhf14b.c: fixing a crash in the crc computation when missing data (e.g. with 'hf 14b raw -c -p')
|
2013-10-20 11:46:51 +00:00 |
|
izsh@fail0verflow.com
|
3f7c993d78
|
fix compilation issues with gcc 4.6: anonymous unions are not c99
|
2013-10-20 11:40:00 +00:00 |
|
martin.holst@gmail.com
|
6742c089b1
|
Changes to how dumping is performed, now utilises a library. This is in preparation for a more generic dumping of different types of cards. Also added functionality to html-dump .eml-files
|
2013-10-19 20:18:50 +00:00 |
|
martin.holst@gmail.com
|
ba33066cef
|
Minor change
|
2013-10-18 11:35:06 +00:00 |
|
martin.holst@gmail.com
|
1686e4d1db
|
Added script to dump ndef-compliant tags. Written in collaboration with @asper
|
2013-10-18 11:14:23 +00:00 |
|
martin.holst@gmail.com
|
3c9ed0e180
|
Put manufacturer country within brackets
|
2013-10-18 07:36:20 +00:00 |
|
martin.holst@gmail.com
|
65e344df3e
|
Some refactoring, also placed wait14443a here
|
2013-10-17 19:21:04 +00:00 |
|
martin.holst@gmail.com
|
5eab31c336
|
Manufacturer-info, to be used in upcoming script
|
2013-10-17 19:20:10 +00:00 |
|
martin.holst@gmail.com
|
57d384004d
|
Changes to html-dump generateion, credits to en4rab http://www.proxmark.org/forum/viewtopic.php?pid=8576
|
2013-10-17 18:28:21 +00:00 |
|
fnargwibble@gmail.com
|
0ae173ba23
|
add linux modem manager de-confliction file
|
2013-10-11 09:15:05 +00:00 |
|
roel@libnfc.org
|
981bd4292e
|
integrated MIFARE ultralight features, contributed by 'midnitesnake'
|
2013-10-11 08:43:23 +00:00 |
|
roel@libnfc.org
|
05f23c593c
|
with the declaration of 'uint8_t destination[8]', 'destination' is already a pointer, don't try to get the address of it by using '&destination', then you will get a pointer to a pointer.
|
2013-10-11 08:37:08 +00:00 |
|
martin.holst@gmail.com
|
51defdd4a2
|
Fixed issue where the 'nested'-part of autopwn only used 16 sectors, not bothering with the rest
|
2013-10-09 19:37:55 +00:00 |
|
martin.holst@gmail.com
|
b969713989
|
Fixed error with mifare_autopwn where keys were reversed, see http://www.proxmark.org/forum/viewtopic.php?pid=8494#p8494
|
2013-10-09 19:08:17 +00:00 |
|
roel@libnfc.org
|
b1231445c7
|
removed unused compiler directives, cleaned up some code
|
2013-10-09 09:59:14 +00:00 |
|
martin.holst@gmail.com
|
0dae56d81e
|
Committed mifare_autopwn.lua. For more infromation, see http://martin.swende.se/blog/Proxmark_Scripting_1.html and http://martin.swende.se/blog/Proxmark_Scripting_2.html
|
2013-10-08 18:50:54 +00:00 |
|
martin.holst@gmail.com
|
ed77aabe00
|
Patch from 'buzzy' to add automatic flushing of output, see http://www.proxmark.org/forum/viewtopic.php?id=1740 for more details.
|
2013-10-08 18:30:01 +00:00 |
|
martin.holst@gmail.com
|
2dcdf1a683
|
Added nonce2key-API to lua
|
2013-10-07 10:11:15 +00:00 |
|
martin.holst@gmail.com
|
7d2313912c
|
Fixed what may have been one cause of seg-faults in nonce2key... not sure, it still happens at times
|
2013-10-07 10:10:34 +00:00 |
|
martin.holst@gmail.com
|
e481bc3299
|
Removed double print-out
|
2013-10-07 10:02:25 +00:00 |
|
fnargwibble@gmail.com
|
e654346b79
|
i'm a retard. no idea why i did it that way! get rid of compile warnings, and print string properly. duh.
|
2013-10-05 16:55:53 +00:00 |
|
fnargwibble@gmail.com
|
e12b82d362
|
show device name during flashing and change advice on hanging
|
2013-10-05 16:44:48 +00:00 |
|
martin.holst@gmail.com
|
0a85b72549
|
Reworked how to call 'standard' stuff from within lua scripts, so now it's much simpler both in lines of code and usage. A script can now call core.console('hf mf nested 1 0 a ffffffffffff') in order to execute anything via the old command line parser
|
2013-10-04 19:29:46 +00:00 |
|
jonor@live.it
|
4f269f63da
|
Added more informations at command hw version. Now we can get some informations of microcontroller.
Maybe is useful when someone got a bigger AT91
Example:
#db# Prox/RFID mark3 RFID instrument
#db# bootrom: svn 756-unclean 2013-09-14 15:04:07
#db# os: svn 796-unclean 2013-10-04 18:50:44
#db# FPGA image built on 2013/ 9/26 at 9:17:32
uC: AT91SAM7S256 Rev B
Embedded Processor: ARM7TDMI
Nonvolatile Program Memory Size: 256K bytes
Second Nonvolatile Program Memory Size: None
Internal SRAM Size: 64K bytes
Architecture Identifier: AT91SAM7Sxx Series
Nonvolatile Program Memory Type: Embedded Flash Memory
|
2013-10-04 18:54:10 +00:00 |
|
martin.holst@gmail.com
|
6a2c1d8e14
|
Minor issue, usability
|
2013-10-04 18:47:38 +00:00 |
|
roel@libnfc.org
|
78e7cf984c
|
fixed some more compiler warnings
|
2013-10-03 14:52:21 +00:00 |
|
roel@libnfc.org
|
f66021cf48
|
fixed compiler warnings
|
2013-10-03 14:36:42 +00:00 |
|
roel@libnfc.org
|
ce02f6f992
|
fixed iso14443a-4 similation, got rid of many ugly memory allocation issues
|
2013-10-03 14:22:43 +00:00 |
|
martin.holst@gmail.com
|
2fca3ad92d
|
Some documentation improvement
|
2013-10-03 13:58:14 +00:00 |
|
martin.holst@gmail.com
|
c9e2f7807e
|
Added a utility script to convert a 'dumpdata.bin'-file into the 'eml'-format that the emulator uses. Did not find any built-in way to do this, perhaps such functionality already exists.. ?
|
2013-10-03 13:56:11 +00:00 |
|
martin.holst@gmail.com
|
acfdf9528b
|
Fixed error in htmldumper
|
2013-10-03 13:26:17 +00:00 |
|
martin.holst@gmail.com
|
61caacda2b
|
Added a utility which takes a mifare-dumpfile and creates a html-report visualising the data. The html-dump is self-sufficient and standalone .. part 2
|
2013-10-03 12:34:28 +00:00 |
|
martin.holst@gmail.com
|
d78792f515
|
Added a utility which takes a mifare-dumpfile and creates a html-report visualising the data. The html-dump is self-sufficient and standalone
|
2013-10-03 12:33:58 +00:00 |
|
martin.holst@gmail.com
|
05ed5c496a
|
Made script-based default key check a bit more intelligent, so it works not only on 4k cards. Also added option to save data to a dump-file
|
2013-10-01 19:58:42 +00:00 |
|
jonor@live.it
|
0318894e52
|
Correct issue of blew circular buffer in hf 14b snoop with gcc 4.7.4 the issue is solved
|
2013-09-30 19:08:29 +00:00 |
|
douniwan5788@gmail.com
|
b19bd5d689
|
Add support in 'hf mf mifare' for some unlicensed/compatible mifare card which always answer NACK.
Change the 'nttmp' start from nt distance 500 to 100 in mifarecmd.c to compatible some unlicensed/compatible mifare card.
|
2013-09-29 11:44:07 +00:00 |
|
martin.holst@gmail.com
|
686f0a1794
|
Moved script libraries into lualibs/folder, and added a patch to include the folder in the LUA_PATH (a.k.a package.path). See http://proxmark.org/forum/viewtopic.php?id=1750 for more details
|
2013-09-28 20:07:28 +00:00 |
|
martin.holst@gmail.com
|
5f6d6c9003
|
Raw 14a in commandline, patch by jonor, see http://proxmark.org/forum/viewtopic.php?id=1751 for more info
|
2013-09-28 19:28:55 +00:00 |
|
henryk@ploetzli.ch
|
bf7163bdb3
|
* Add an option to lf read command to use an arbitrary divisor, enabling reading at frequencies other than 125 and 134 kHz.
|
2013-09-27 13:48:20 +00:00 |
|
roel@libnfc.org
|
7bb9d33e2c
|
fixed warnings on Mac OS 10.8, xcode 5
|
2013-09-25 10:40:16 +00:00 |
|
martin.holst@gmail.com
|
450d2e3a96
|
Minor changes, usage examples and selftests
|
2013-09-21 20:46:32 +00:00 |
|
martin.holst@gmail.com
|
70c8077c99
|
Changed the name of writeraw into 14araw
|
2013-09-21 20:40:32 +00:00 |
|
martin.holst@gmail.com
|
b61f426c2d
|
Fixed the write raw 14a, now finally functional... at least let's hope so
|
2013-09-21 20:37:22 +00:00 |
|
martin.holst@gmail.com
|
427cdbe2cd
|
Fixed error from r769 where I added -ldl switch for linux, but still forgot to remove it for others...
|
2013-09-20 10:11:17 +00:00 |
|
martin.holst@gmail.com
|
24d48e60fc
|
Fix two errors in writeraw (14a)-script that were found by jonor
|
2013-09-20 07:32:37 +00:00 |
|
martin.holst@gmail.com
|
44069c9b72
|
Reintegrated scripting-branch into trunk. yay
|
2013-09-19 20:01:07 +00:00 |
|
martin.holst@gmail.com
|
76080af766
|
Final merge of trunk changes to scripting branch
|
2013-09-19 19:55:28 +00:00 |
|
martin.holst@gmail.com
|
42daa759c1
|
Only superficial changes, to get rid of compiler warnings
|
2013-09-19 19:53:09 +00:00 |
|