RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
4.03k stars 1.06k forks source link

hf mf hardnested test not works in offline mode #268

Closed merlokk closed 5 years ago

merlokk commented 5 years ago

Describe the bug hf mf hardnested t 1 000000000000 not works in offline mode.

Test [hf mf hardnested] job: bash -lc "cd ~/client;./proxmark3 -c 'hf mf hardnested t 1 000000000000'"
[+] execute command from commandline: hf mf hardnested t 1 000000000000 

[=] Running in OFFLINE mode. Check "proxmark3.exe -h" if it's not what you want.

pm3 --> hf mf hardnested t 1 000000000000          
[!] This command is not available in this mode          
Sending bytes to proxmark failed - offline

To Reproduce start appveyour ci

merlokk commented 5 years ago
[offline] pm3 --> hf mf hardnested t 1 000000000000
[!] This command is not available in this mode
doegox commented 5 years ago

indeed, thanks, we'll fix

doegox commented 5 years ago

temp fix for now, till we find a better way to isolate online & offline components of such mixed commands. But the build failed even earlier with some weird Bash cygheap?? https://ci.appveyor.com/project/RfidResearchGroup/proxmark3/builds/26087684 The build just before went well till the hardnested test.

iceman1001 commented 5 years ago

time to close?