View Single Post
  #2  
Old 05-14-2024, 00:00
JMP-JECXZ JMP-JECXZ is offline
Friend
 
Join Date: Mar 2017
Posts: 123
Rept. Given: 0
Rept. Rcvd 5 Times in 4 Posts
Thanks Given: 15
Thanks Rcvd at 150 Times in 69 Posts
JMP-JECXZ Reputation: 5
To complete this thread here is a compiled version of mfoc-hardnested
With libusb0.dll, nfc.dll and zadig included in the zip for conveniance.

Code:
Usage: mfoc-hardnested [-h] [-C] [-F] [-k key] [-f file] ... [-P probnum] [-T tolerance] [-O output]

  h     print this help and exit
  C     skip testing default keys
  F     force the hardnested keys extraction
  Z     reduce memory usage
  k     try the specified key in addition to the default keys
  f     parses a file of keys to add in addition to the default keys
  P     number of probes per sector, instead of default of 20
  T     nonce tolerance half-range, instead of default of 20
        (i.e., 40 for the total range, in both directions)
  O     file in which the card contents will be written

Example: mfoc-hardnested -O mycard.mfd
Example: mfoc-hardnested -k ffffeeeedddd -O mycard.mfd
Example: mfoc-hardnested -f keys.txt -O mycard.mfd
Example: mfoc-hardnested -P 50 -T 30 -O mycard.mfd

This is mfoc-hardnested version 0.10.9 hardnested.
pass: Exetools
Attached Files
File Type: zip mfoc.hardnested.x64.zip (5.81 MB, 24 views)
Reply With Quote