nfc-tools / miLazyCracker

Mifare Classic Plus - Hardnested Attack Implementation for SCL3711 LibNFC USB reader
313 stars 61 forks source link

Fix of patch of miLazyCracker + github actions + docker image #36

Closed orensbruli closed 1 month ago

orensbruli commented 1 year ago

It fixes the current problem with the saved patch that does not match the source code anymore. Also added minor changes to the fresh install script to make it more automatic and able to test in GitHub actions. Also added an action to build a docker image based on kali Linux. With this image miLazyCracker could be executed like this: docker run --privileged -v /dev/bus/usb:/dev/bus/usb ghcr.io/nfc-tools/milazycracker:master So, only docker would be needed and no other installation.

orensbruli commented 1 year ago

@doegox it would be great if you get some time to look into this and make any suggestions or comments. Thank you.