Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get AFL #13

Open
cabiamdos opened this issue Dec 23, 2021 · 8 comments
Open

Can't get AFL #13

cabiamdos opened this issue Dec 23, 2021 · 8 comments

Comments

@cabiamdos
Copy link

Hello,
so basically I have a VISA card (from bbva es) that says "Can't get AFL" when executing "sudo ./nfc-frog GPO".
It has happened with other software readers (like the proxmark reader) and one android reader, but other android reader could successfully read the card.
Any ideas?
Thanks

@cabiamdos cabiamdos changed the title Can't get GPO Can't get AFL Dec 23, 2021
@cuamckuu
Copy link
Owner

Hi, you could try another modes:

sudo ./nfc-frog fast # Fast brute mode
# or
sudo ./nfc-frog full # Full brute mode

@cabiamdos
Copy link
Author

Yes, I have tried all of them, but they end up in errors or the program freeze..
Also, is there a way to run this on windows with mingw or something?
Thanks

@cuamckuu
Copy link
Owner

You could use it, if you could install libnfc on Windows, and connect pn532 there with propper drivers.

Also, check output of nfc-pool and nfc-list for your card, is it working propperly?

@cabiamdos
Copy link
Author

I don't have pn532, I have the acr122u (I believe it is a cloned version because I got it for cheap, but it works)
I installed your program on a raspberry pi, I tried on windows with mingw (bash) but I wasn't able to make it work.
But it just happen with one bbva card I have, and it happens with some readers and other one it works fine. Others card I have works awesome. I will be following your steps and tell you

@cabiamdos
Copy link
Author

Well, I haven't been able to run it on windows.
I don't understand what output of nfc-pool or nfc-list you refer to.

Here is the issue with this VISA card:
https://www.mediafire.com/view/p4s8xaevcpkhfrb/photo_2021-12-25_00-36-38.jpg/file

It has happened the same issue with others MASTERCARD I have, but this one isn't activated or doesn't have any previous transaction.

Any ideas?

@cuamckuu
Copy link
Owner

After installing libnfc (which is required to use nfc-frog), you will also get nfc-pool and nfc-list installed, so check if they work propperly and can read card info.

Also check if card is close enough to reader and that it don't move while reading

@cabiamdos
Copy link
Author

For windows, to install libnfc I have to install cmake (https://github.com/nfc-tools/libnfc/blob/master/README-Windows.md). It is looking long to me. I still don't know how to use nfc-pool and nfc-list on my raspberry pi (linux)

The card reader and the card doesn't move.

I have read that MSD transactions are getting obsolete for VISA when trying to emulate the POS terminal to read the data, I have; that could e the reason. But this just happens with one card.
Maybe it can be implemented more options like this:
Transaction type - qVSDC or M/Chip.
Transaction type - qVSDC or M/Chip plus CDA (SDAD generation).
Transaction type - VSDC. For test only. Not a standard behavior.
VISA. generate AC from GPO.

@cuamckuu
Copy link
Owner

root@kali:~# nfc-list -h
nfc-list uses libnfc 1.8.0
usage: nfc-list [-v] [-t X]
root@kali:~# nfc-poll -h
nfc-poll uses libnfc 1.8.0
usage: nfc-poll [-v]
  -v	 verbose display

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants