]> git.zerfleddert.de Git - proxmark3-svn/log
proxmark3-svn
10 years agoAdd option -h to dump complete set of supported commands
Philippe Teuwen [Wed, 26 Mar 2014 21:08:55 +0000 (22:08 +0100)]
Add option -h to dump complete set of supported commands

Usage: ./proxmark3 -h
Display both offline & online commands, online commands are flagged.

git-svn-id: https://proxmark3.googlecode.com/svn/trunk@850 ef4ab9da-24cd-11de-8aaa-f3a34680c41f

10 years agoUpdate README.txt
W8M2Hg9lLmWqXSGC [Wed, 26 Mar 2014 04:12:32 +0000 (15:12 +1100)]
Update README.txt

Removed old information.

10 years agoMerge pull request #8 from pwpiwi/master
holiman [Tue, 25 Mar 2014 20:49:05 +0000 (21:49 +0100)]
Merge pull request #8 from pwpiwi/master

add .gitignore and merge svn r852

10 years agoImprovements/Fixes to 14443 sniffing/snooping 8/head
pwpiwi [Tue, 25 Mar 2014 20:38:24 +0000 (21:38 +0100)]
Improvements/Fixes to 14443 sniffing/snooping

- fixed a circular buffer rollover bug in iso14443a.c
- fixed 7 Byte UID handling in hf mf sniff
- fixed "cannot append" error in hf mf sniff d
- fixed hint on mfkey32 in hf mf sim x
- fixed hf mf sniff sometimes showing rogue data from previous calloc
- improve snooping/sniffing by syncing modulation detector window with reader signal (hi_iso14443a.v)
- code cleanup of hi_iso14443a.v

10 years agoProvide .gitignore to prevent unwanted files to be committed
pwpiwi [Tue, 25 Mar 2014 20:31:37 +0000 (21:31 +0100)]
Provide .gitignore to prevent unwanted files to be committed

10 years agoMerge pull request #7 from PenturaLabs/master
W8M2Hg9lLmWqXSGC [Mon, 24 Mar 2014 20:07:48 +0000 (07:07 +1100)]
Merge pull request #7 from PenturaLabs/master

Re-submitting Midnitesnake's Mifare Ultralight Patch

10 years agoMerge pull request #5 from PenturaLabs/master
W8M2Hg9lLmWqXSGC [Fri, 21 Mar 2014 09:35:14 +0000 (20:35 +1100)]
Merge pull request #5 from PenturaLabs/master

Kantech ioProx Support - Fix

10 years agoUpdate cmdlfio.h 5/head
PenturaLabs [Fri, 21 Mar 2014 07:51:51 +0000 (07:51 +0000)]
Update cmdlfio.h

10 years agoSorry, included missing files from last pull request
penturalabs [Fri, 21 Mar 2014 07:45:18 +0000 (07:45 +0000)]
Sorry, included missing files from last pull request

10 years agoMerge pull request #2 from PenturaLabs/master
W8M2Hg9lLmWqXSGC [Tue, 18 Mar 2014 21:47:28 +0000 (08:47 +1100)]
Merge pull request #2 from PenturaLabs/master

Added Kantech ioProx Support

10 years agoMerge pull request #1 from midnitesnake/master
W8M2Hg9lLmWqXSGC [Tue, 18 Mar 2014 21:46:04 +0000 (08:46 +1100)]
Merge pull request #1 from midnitesnake/master

Unique Tag  Support

10 years agoAdded Kantech ioProx Support 2/head
penturalabs [Tue, 18 Mar 2014 20:52:48 +0000 (20:52 +0000)]
Added Kantech ioProx Support

10 years agoRe-submitting Midnitesnake's Mifare Ultralight Patch 7/head
PenturaLabs [Tue, 18 Mar 2014 14:02:32 +0000 (14:02 +0000)]
Re-submitting Midnitesnake's Mifare Ultralight Patch

10 years agoAdded Unique Code to EM41x 1/head
midnitesnake [Tue, 18 Mar 2014 07:42:54 +0000 (07:42 +0000)]
Added Unique Code to EM41x

10 years agoAdded Unique Code to EM41x
midnitesnake [Tue, 18 Mar 2014 07:41:02 +0000 (07:41 +0000)]
Added Unique Code to EM41x

10 years agoAdded an important notice.
W8M2Hg9lLmWqXSGC [Mon, 17 Mar 2014 04:41:33 +0000 (15:41 +1100)]
Added an important notice.

Moving the repository from google code to GitHub is up for discussion!
Please check out the following thread and post your comments...
http://www.proxmark.org/forum/viewtopic.php?id=1902
Discussions will close on March 31st.

10 years agoPatch submitted by 'FireFart', for some issues with 'hf mf chk'. See http://www.proxm...
martin.holst@gmail.com [Thu, 27 Feb 2014 18:10:12 +0000 (18:10 +0000)]
Patch submitted by 'FireFart', for some issues with 'hf mf chk'. See http://www.proxmark.org/forum/viewtopic.php?id=1888 for more info

10 years agoiso14444a: minor FPGA bugfix
micki.held@gmx.de [Tue, 25 Feb 2014 06:49:49 +0000 (06:49 +0000)]
iso14444a: minor FPGA bugfix

10 years agoMore robust iso14443a sniffing/simulation functions by
micki.held@gmx.de [Sun, 23 Feb 2014 15:46:19 +0000 (15:46 +0000)]
More robust iso14443a sniffing/simulation functions by
- iso14443a.c: less strict Miller/Manchester decoders
- FPGA hi_iso14443a.v: syncing on external readers' clock when simulating and sniffing.

10 years ago- fixed iso1443a ManchesterDecoder in order to fix broken Snoop/Sniff
micki.held@gmx.de [Wed, 19 Feb 2014 20:35:04 +0000 (20:35 +0000)]
- fixed iso1443a ManchesterDecoder in order to fix broken Snoop/Sniff
- enhanced tracing: hf 14a list now shows meaningful timing information. With new option f it also shows the frame delay times (fdt)
- small fix for hf 14b list - it used to run into the trace trailer
- hf 14a sim now obeys iso14443 timing (fdt of 1172 or 1234 resp.)
Note: you need to flash FPGA as well.
More details in http://www.proxmark.org/forum/viewtopic.php?pid=9721#p9721

10 years agoreverted a non-intended commit with crappy debug printouts
martin.holst@gmail.com [Wed, 5 Feb 2014 18:53:55 +0000 (18:53 +0000)]
reverted a non-intended commit with crappy debug printouts

10 years agoFixed error with ar/nr-collection
martin.holst@gmail.com [Wed, 5 Feb 2014 08:07:27 +0000 (08:07 +0000)]
Fixed error with ar/nr-collection

10 years agoMinor typo
martin.holst@gmail.com [Fri, 31 Jan 2014 21:24:18 +0000 (21:24 +0000)]
Minor typo

10 years agoVarious improvements on the Mifare1kSimulation. Fixed issue with tracebuffer not...
martin.holst@gmail.com [Fri, 31 Jan 2014 21:17:34 +0000 (21:17 +0000)]
Various improvements on the Mifare1kSimulation. Fixed issue with tracebuffer not being cleared, fixed issue with 'static' errors, added modes for doing reader-only attack, added interactive mode, added possibility to set UID from cmdline, either 7-byte or 4-byte. See http://www.proxmark.org/forum/viewtopic.php?id=1529 and http://www.proxmark.org/forum/viewtopic.php?id=1649&p=3 for some more background and discussion

10 years agoFixed (?) issue with mifare simulation auth failed. See http://www.proxmark.org/forum...
martin.holst@gmail.com [Wed, 22 Jan 2014 08:49:28 +0000 (08:49 +0000)]
Fixed (?) issue with mifare simulation auth failed. See http://www.proxmark.org/forum/viewtopic.php?pid=9192#p9192

10 years ago- improved reader sensitivity for 14443a cards (FPGA change!)
micki.held@gmx.de [Tue, 19 Nov 2013 18:52:40 +0000 (18:52 +0000)]
- improved reader sensitivity for 14443a cards (FPGA change!)
- implemented ISO 14443A anticollision loop
See http://www.proxmark.org/forum/viewtopic.php?id=1797 further details

10 years agoFixed issue with binary files in windows, http://www.lua.org/pil/21.2.2.html
martin.holst@gmail.com [Thu, 7 Nov 2013 11:33:48 +0000 (11:33 +0000)]
Fixed issue with binary files in windows, http://www.lua.org/pil/21.2.2.html

10 years agoFixed issue with binary files in windows, http://www.lua.org/pil/21.2.2.html
martin.holst@gmail.com [Thu, 7 Nov 2013 11:32:13 +0000 (11:32 +0000)]
Fixed issue with binary files in windows, http://www.lua.org/pil/21.2.2.html

10 years agoAdded a lua bit manipulation library, added Lua-api to iso 15693 crc-calculation
martin.holst@gmail.com [Wed, 6 Nov 2013 18:34:10 +0000 (18:34 +0000)]
Added a lua bit manipulation library, added Lua-api to iso 15693 crc-calculation

10 years agoMinor fix, sometimes when data is sent without the pm3 is connected, it causes a...
martin.holst@gmail.com [Wed, 6 Nov 2013 18:32:11 +0000 (18:32 +0000)]
Minor fix, sometimes when data is sent without the pm3 is connected, it causes a spin-loop condition to occur which blocks the processor. fixed

10 years agoMinor fix in html skeleton
martin.holst@gmail.com [Thu, 31 Oct 2013 18:24:03 +0000 (18:24 +0000)]
Minor fix in html skeleton

10 years agoSome more tinkering with a generic 13.56MHz reader, still not finished
martin.holst@gmail.com [Thu, 31 Oct 2013 10:35:03 +0000 (10:35 +0000)]
Some more tinkering with a generic 13.56MHz reader, still not finished

10 years agoFirst steps towards creating a generic HF reader/identifier. A coop with Asper.
martin.holst@gmail.com [Wed, 30 Oct 2013 21:10:47 +0000 (21:10 +0000)]
First steps towards creating a generic HF reader/identifier. A coop with Asper.

10 years agoChanged html template, in order to make it more generic and be usable on other types...
martin.holst@gmail.com [Wed, 30 Oct 2013 18:21:42 +0000 (18:21 +0000)]
Changed html template, in order to make it more generic and be  usable on other types of data than mifare, now supports different highlighters. Implemented are NDEF and Mifare

10 years agouse CLOCKS_PER_SEC instead of platform-specific hardcoded value
dn337t@gmail.com [Tue, 22 Oct 2013 12:14:32 +0000 (12:14 +0000)]
use CLOCKS_PER_SEC instead of platform-specific hardcoded value

10 years agoFixed linebreak error
martin.holst@gmail.com [Sun, 20 Oct 2013 19:05:52 +0000 (19:05 +0000)]
Fixed linebreak error

10 years agoAdded functionality to dump data into .eml-file
martin.holst@gmail.com [Sun, 20 Oct 2013 18:51:21 +0000 (18:51 +0000)]
Added functionality to dump data into .eml-file

10 years agoScript to convert emulator file (ASCII dump of data) into HTML
martin.holst@gmail.com [Sun, 20 Oct 2013 18:48:04 +0000 (18:48 +0000)]
Script to convert emulator file (ASCII dump of data) into HTML

10 years agoFixed minor errors
martin.holst@gmail.com [Sun, 20 Oct 2013 18:47:15 +0000 (18:47 +0000)]
Fixed minor errors

10 years agocmdhf14b.c: fixing a crash in the crc computation when missing data (e.g. with 'hf...
izsh@fail0verflow.com [Sun, 20 Oct 2013 11:46:51 +0000 (11:46 +0000)]
cmdhf14b.c: fixing a crash in the crc computation when missing data (e.g. with 'hf 14b raw -c -p')

10 years agofix compilation issues with gcc 4.6: anonymous unions are not c99
izsh@fail0verflow.com [Sun, 20 Oct 2013 11:40:00 +0000 (11:40 +0000)]
fix compilation issues with gcc 4.6: anonymous unions are not c99

10 years agoChanges to how dumping is performed, now utilises a library. This is in preparation...
martin.holst@gmail.com [Sat, 19 Oct 2013 20:18:50 +0000 (20:18 +0000)]
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

10 years agoMinor change
martin.holst@gmail.com [Fri, 18 Oct 2013 11:35:06 +0000 (11:35 +0000)]
Minor change

10 years agoAdded script to dump ndef-compliant tags. Written in collaboration with @asper
martin.holst@gmail.com [Fri, 18 Oct 2013 11:14:23 +0000 (11:14 +0000)]
Added script to dump ndef-compliant tags. Written in collaboration with @asper

10 years agoPut manufacturer country within brackets
martin.holst@gmail.com [Fri, 18 Oct 2013 07:36:20 +0000 (07:36 +0000)]
Put manufacturer country within brackets

10 years agoSome refactoring, also placed wait14443a here
martin.holst@gmail.com [Thu, 17 Oct 2013 19:21:04 +0000 (19:21 +0000)]
Some refactoring, also placed wait14443a here

10 years agoManufacturer-info, to be used in upcoming script
martin.holst@gmail.com [Thu, 17 Oct 2013 19:20:10 +0000 (19:20 +0000)]
Manufacturer-info, to be used in upcoming script

10 years agoChanges to html-dump generateion, credits to en4rab http://www.proxmark.org/forum...
martin.holst@gmail.com [Thu, 17 Oct 2013 18:28:21 +0000 (18:28 +0000)]
Changes to html-dump generateion, credits to en4rab http://www.proxmark.org/forum/viewtopic.php?pid=8576

10 years agoadd linux modem manager de-confliction file
fnargwibble@gmail.com [Fri, 11 Oct 2013 09:15:05 +0000 (09:15 +0000)]
add linux modem manager de-confliction file

10 years agointegrated MIFARE ultralight features, contributed by 'midnitesnake'
roel@libnfc.org [Fri, 11 Oct 2013 08:43:23 +0000 (08:43 +0000)]
integrated MIFARE ultralight features, contributed by 'midnitesnake'

10 years agowith the declaration of 'uint8_t destination[8]', 'destination' is already a pointer...
roel@libnfc.org [Fri, 11 Oct 2013 08:37:08 +0000 (08:37 +0000)]
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.

10 years agoFixed issue where the 'nested'-part of autopwn only used 16 sectors, not bothering...
martin.holst@gmail.com [Wed, 9 Oct 2013 19:37:55 +0000 (19:37 +0000)]
Fixed issue where the 'nested'-part of autopwn only used 16 sectors, not bothering with the rest

10 years agoFixed error with mifare_autopwn where keys were reversed, see http://www.proxmark...
martin.holst@gmail.com [Wed, 9 Oct 2013 19:08:17 +0000 (19:08 +0000)]
Fixed error with mifare_autopwn where keys were reversed, see http://www.proxmark.org/forum/viewtopic.php?pid=8494#p8494

10 years agoremoved unused compiler directives, cleaned up some code
roel@libnfc.org [Wed, 9 Oct 2013 09:59:14 +0000 (09:59 +0000)]
removed unused compiler directives, cleaned up some code

10 years agoCommitted mifare_autopwn.lua. For more infromation, see http://martin.swende.se/blog...
martin.holst@gmail.com [Tue, 8 Oct 2013 18:50:54 +0000 (18:50 +0000)]
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

10 years agoPatch from 'buzzy' to add automatic flushing of output, see http://www.proxmark.org...
martin.holst@gmail.com [Tue, 8 Oct 2013 18:30:01 +0000 (18:30 +0000)]
Patch from 'buzzy' to add automatic flushing of output, see http://www.proxmark.org/forum/viewtopic.php?id=1740 for more details.

10 years agoAdded nonce2key-API to lua
martin.holst@gmail.com [Mon, 7 Oct 2013 10:11:15 +0000 (10:11 +0000)]
Added nonce2key-API to lua

10 years agoFixed what may have been one cause of seg-faults in nonce2key... not sure, it still...
martin.holst@gmail.com [Mon, 7 Oct 2013 10:10:34 +0000 (10:10 +0000)]
Fixed what may have been one cause of seg-faults in nonce2key... not sure, it still happens at times

10 years agoRemoved double print-out
martin.holst@gmail.com [Mon, 7 Oct 2013 10:02:25 +0000 (10:02 +0000)]
Removed double print-out

10 years agoi'm a retard. no idea why i did it that way! get rid of compile warnings, and print...
fnargwibble@gmail.com [Sat, 5 Oct 2013 16:55:53 +0000 (16:55 +0000)]
i'm a retard. no idea why i did it that way! get rid of compile warnings, and print string properly. duh.

10 years agoshow device name during flashing and change advice on hanging
fnargwibble@gmail.com [Sat, 5 Oct 2013 16:44:48 +0000 (16:44 +0000)]
show device name during flashing and change advice on hanging

10 years agoReworked how to call 'standard' stuff from within lua scripts, so now it's much simpl...
martin.holst@gmail.com [Fri, 4 Oct 2013 19:29:46 +0000 (19:29 +0000)]
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

10 years agoAdded more informations at command hw version. Now we can get some informations of...
jonor@live.it [Fri, 4 Oct 2013 18:54:10 +0000 (18:54 +0000)]
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

10 years agoMinor issue, usability
martin.holst@gmail.com [Fri, 4 Oct 2013 18:47:38 +0000 (18:47 +0000)]
Minor issue, usability

10 years agofixed some more compiler warnings
roel@libnfc.org [Thu, 3 Oct 2013 14:52:21 +0000 (14:52 +0000)]
fixed some more compiler warnings

10 years agofixed compiler warnings
roel@libnfc.org [Thu, 3 Oct 2013 14:36:42 +0000 (14:36 +0000)]
fixed compiler warnings

10 years agofixed iso14443a-4 similation, got rid of many ugly memory allocation issues
roel@libnfc.org [Thu, 3 Oct 2013 14:22:43 +0000 (14:22 +0000)]
fixed iso14443a-4 similation, got rid of many ugly memory allocation issues

10 years agoSome documentation improvement
martin.holst@gmail.com [Thu, 3 Oct 2013 13:58:14 +0000 (13:58 +0000)]
Some documentation improvement

10 years agoAdded a utility script to convert a 'dumpdata.bin'-file into the 'eml'-format that...
martin.holst@gmail.com [Thu, 3 Oct 2013 13:56:11 +0000 (13:56 +0000)]
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.. ?

10 years agoFixed error in htmldumper
martin.holst@gmail.com [Thu, 3 Oct 2013 13:26:17 +0000 (13:26 +0000)]
Fixed error in htmldumper

10 years agoAdded a utility which takes a mifare-dumpfile and creates a html-report visualising...
martin.holst@gmail.com [Thu, 3 Oct 2013 12:34:28 +0000 (12:34 +0000)]
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

10 years agoAdded a utility which takes a mifare-dumpfile and creates a html-report visualising...
martin.holst@gmail.com [Thu, 3 Oct 2013 12:33:58 +0000 (12:33 +0000)]
Added a utility which takes a mifare-dumpfile and creates a html-report visualising the data. The html-dump is self-sufficient and standalone

10 years agoMade script-based default key check a bit more intelligent, so it works not only...
martin.holst@gmail.com [Tue, 1 Oct 2013 19:58:42 +0000 (19:58 +0000)]
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

10 years agoCorrect issue of blew circular buffer in hf 14b snoop with gcc 4.7.4 the issue is...
jonor@live.it [Mon, 30 Sep 2013 19:08:29 +0000 (19:08 +0000)]
Correct issue of blew circular buffer in hf 14b snoop with gcc 4.7.4 the issue is solved

10 years agoAdd support in 'hf mf mifare' for some unlicensed/compatible mifare card which always...
douniwan5788@gmail.com [Sun, 29 Sep 2013 11:44:07 +0000 (11:44 +0000)]
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.

10 years agoMoved script libraries into lualibs/folder, and added a patch to include the folder...
martin.holst@gmail.com [Sat, 28 Sep 2013 20:07:28 +0000 (20:07 +0000)]
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

10 years agoRaw 14a in commandline, patch by jonor, see http://proxmark.org/forum/viewtopic.php...
martin.holst@gmail.com [Sat, 28 Sep 2013 19:28:55 +0000 (19:28 +0000)]
Raw 14a in commandline, patch by jonor, see http://proxmark.org/forum/viewtopic.php?id=1751 for more info

10 years ago* Add an option to lf read command to use an arbitrary divisor, enabling reading...
henryk@ploetzli.ch [Fri, 27 Sep 2013 13:48:20 +0000 (13:48 +0000)]
* Add an option to lf read command to use an arbitrary divisor, enabling reading at frequencies other than 125 and 134 kHz.

10 years agofixed warnings on Mac OS 10.8, xcode 5
roel@libnfc.org [Wed, 25 Sep 2013 10:40:16 +0000 (10:40 +0000)]
fixed warnings on Mac OS 10.8, xcode 5

10 years agoMinor changes, usage examples and selftests
martin.holst@gmail.com [Sat, 21 Sep 2013 20:46:32 +0000 (20:46 +0000)]
Minor changes, usage examples and selftests

10 years agoChanged the name of writeraw into 14araw
martin.holst@gmail.com [Sat, 21 Sep 2013 20:40:32 +0000 (20:40 +0000)]
Changed the name of writeraw into 14araw

10 years agoFixed the write raw 14a, now finally functional... at least let's hope so
martin.holst@gmail.com [Sat, 21 Sep 2013 20:37:22 +0000 (20:37 +0000)]
Fixed the write raw 14a, now finally functional... at least let's hope so

10 years agoFixed error from r769 where I added -ldl switch for linux, but still forgot to remove...
martin.holst@gmail.com [Fri, 20 Sep 2013 10:11:17 +0000 (10:11 +0000)]
Fixed error from r769 where I added -ldl switch for linux, but still forgot to remove it for others...

10 years agoFix two errors in writeraw (14a)-script that were found by jonor
martin.holst@gmail.com [Fri, 20 Sep 2013 07:32:37 +0000 (07:32 +0000)]
Fix two errors in writeraw (14a)-script that were found by jonor

10 years agoReintegrated scripting-branch into trunk. yay
martin.holst@gmail.com [Thu, 19 Sep 2013 20:01:07 +0000 (20:01 +0000)]
Reintegrated scripting-branch into trunk. yay

10 years agoFinal merge of trunk changes to scripting branch
martin.holst@gmail.com [Thu, 19 Sep 2013 19:55:28 +0000 (19:55 +0000)]
Final merge of trunk changes to scripting branch

10 years agoOnly superficial changes, to get rid of compiler warnings
martin.holst@gmail.com [Thu, 19 Sep 2013 19:53:09 +0000 (19:53 +0000)]
Only superficial changes, to get rid of compiler warnings

10 years agoRemoved the -ldl switch from r763, so it only is added for Linux (it apparently cause...
martin.holst@gmail.com [Thu, 19 Sep 2013 19:33:56 +0000 (19:33 +0000)]
Removed the -ldl switch from r763, so it only is added for Linux (it apparently caused errors on windows/mingw)

10 years agoImplemented parameter passing into script, added a minimal getop-parser, added an...
martin.holst@gmail.com [Thu, 19 Sep 2013 19:21:12 +0000 (19:21 +0000)]
Implemented parameter passing into script, added a minimal getop-parser, added an example script which takes parameters

10 years agomerged trunk changes into branch
martin.holst@gmail.com [Mon, 16 Sep 2013 19:08:19 +0000 (19:08 +0000)]
merged trunk changes into branch

10 years agoIn the middle of some work to get arguments into scripts. Also fixed so you don't...
martin.holst@gmail.com [Mon, 16 Sep 2013 19:04:29 +0000 (19:04 +0000)]
In the middle of some work to get arguments into scripts. Also fixed so you don't have to specify .lua on 'script run foobar'

10 years agoPatch by jonor for hf list 14b, wait of ack was missing. See http://www.proxmark...
martin.holst@gmail.com [Mon, 16 Sep 2013 18:38:47 +0000 (18:38 +0000)]
Patch by jonor for hf list 14b, wait of ack was missing. See http://www.proxmark.org/forum/viewtopic.php?pid=8260#p8260

10 years agoMajor rework of hf mf nested:
micki.held@gmx.de [Sun, 15 Sep 2013 09:33:17 +0000 (09:33 +0000)]
Major rework of hf mf nested:
- PM: used GetCountMifare in MifareNested() for improved timing accuracy and to deliver better quality nonces
- PM: MifareNested now delivers exactly two different nonces to avoid time consuming multiple lfsr_recovery32() on client side
- Client: replaced quicksort by bucketsort in crapto1.c which is faster
- Client: use multithreading (two parallel calls to lfsr_recovery32())
- Client: fixed a small bug in mfnested() (always showed trgkey=0)
- Client: introduced a mutex for PrintAndLog() to avoid interlaced printing
Minor rework of hf mf chk:
- Avoid time consuming off/on cycles. Send a "halt" instead.

10 years agoFixed some kind of of linking error
martin.holst@gmail.com [Sun, 1 Sep 2013 20:22:22 +0000 (20:22 +0000)]
Fixed some kind of of linking error

10 years agoMerged latest trunk changes into scripting-branch
martin.holst@gmail.com [Sun, 1 Sep 2013 20:00:56 +0000 (20:00 +0000)]
Merged latest trunk changes into scripting-branch

10 years agoRemoved lua binary which shouldn't be in version control
martin.holst@gmail.com [Sun, 1 Sep 2013 19:08:40 +0000 (19:08 +0000)]
Removed lua binary which shouldn't be in version control

10 years agoPatch by jonor, fixes so uart_receive does not block when data is continuosly receive...
martin.holst@gmail.com [Sun, 1 Sep 2013 18:46:55 +0000 (18:46 +0000)]
Patch by jonor, fixes so uart_receive does not block when data is continuosly received. See http://www.proxmark.org/forum/viewtopic.php?id=1735

10 years agoPatch by jonor for raw ISO 1444B commands. See http://www.proxmark.org/forum/viewtopi...
martin.holst@gmail.com [Sun, 1 Sep 2013 18:41:05 +0000 (18:41 +0000)]
Patch by jonor for raw ISO 1444B commands. See http://www.proxmark.org/forum/viewtopic.php?id=1729 for more info

10 years agoAdded a comment
martin.holst@gmail.com [Sun, 1 Sep 2013 18:40:08 +0000 (18:40 +0000)]
Added a comment

10 years agoMinor changes to writeraw.lua, still not working as it should
martin.holst@gmail.com [Tue, 27 Aug 2013 06:50:00 +0000 (06:50 +0000)]
Minor changes to writeraw.lua, still not working as it should

Impressum, Datenschutz