https://github.com/redsiege/proxmarkwrapper
A wrapper around the Proxmark3 client that will alert the user of specific events
https://github.com/redsiege/proxmarkwrapper
hacking proxmark proxmark3 proxmark3-rdv4 python rfid
Last synced: about 1 year ago
JSON representation
A wrapper around the Proxmark3 client that will alert the user of specific events
- Host: GitHub
- URL: https://github.com/redsiege/proxmarkwrapper
- Owner: RedSiege
- License: gpl-3.0
- Created: 2020-12-13T00:30:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-13T16:29:46.000Z (over 5 years ago)
- Last Synced: 2025-05-07T21:04:09.444Z (about 1 year ago)
- Topics: hacking, proxmark, proxmark3, proxmark3-rdv4, python, rfid
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 30
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ProxmarkWrapper
======
ProxmarkWrapper is a wrapper around the proxmark client that will send a text alert (and/or email if warranted) if a RFID card is captured
### Usage:
```bash
proxmarkWrapper.py -h
proxmarkWrapper.py -l /dev/ttyACM0
proxmarkWrapper.py -l /dev/tty.PM3_RDV40-DevB
```
My Python is rusty so if you see any areas for improvement (which I know there are) feel free to do a pull request and we'll get it added in!
###### Props
As always, thank to Iceman ([@herrmann1001](https://twitter.com/herrmann1001)) and all the great people who are actively working on the Proxmark project to continually make it better