nfc-tools / miLazyCracker

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

Download links for craptev1/crapto1 are down #19

Closed WhereIsTheExit closed 3 years ago

WhereIsTheExit commented 4 years ago

The download links for the two archives that were added in PR #14 are down for me. I don't know if this is a temporary issue. I could not find a convenient URL for the script online, but it seems like the sources can be found with some searching or by asking Bla.

jtoddowen commented 4 years ago

Edit the wget statements the FreshInstall shell script as follows:

wget -nH -nd -r -l1 -A.xz https://web.archive.org/web/20190221140240/http://www2.vaneay.fr/mifare/craptev1-v1.1.tar.xz
wget -nH -nd -r -l1 -A.xz https://web.archive.org/web/20190221140255/http://www2.vaneay.fr/mifare/crapto1-v3.3.tar.xz

Note: The times are off by a 15 seconds, so watch if you're typing it out. This will download just the xz archive into the miLazyCrackerFreshInstall.sh folder (where you execute the script from).

DavidBerdik commented 3 years ago

I have submitted a pull request to fix this. - https://github.com/nfc-tools/miLazyCracker/pull/22

doegox commented 3 years ago

thanks