Alex Kosh
Alex Kosh
Started to work on it. Introduction and some first snippets are ready
About 50% of raw translation is ready, first version should be ready soon
Pushed it now, https://github.com/cuamckuu/wtfpython-ru
I need to downgrade SQLalchemy in `requirements.txt` to `SQLAlchemy==1.4.35` to make relationships work
Hi, you could try another modes: ``` sudo ./nfc-frog fast # Fast brute mode # or sudo ./nfc-frog full # Full brute mode ```
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...
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...
``` 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 ```
Hi, ensure that you pn532 works propperly. There are useful tools included in `libnfc`. Try something like `nfc-pool` or `nfc-scan-device` with you card first
Don't know how to reproduce it. Any advices are welcomed, also feel free to open PR if you could fix that issue