Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Pages: 1
hello! after working for a few hours to get everything to run properly and hitting many errors i decided to finally post: my problem is this:
[== Undefined ==]
[ 785.881706] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:28:c6:8e:62:04:aa:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
[ 794.296367] usb 2-1.1: USB disconnect, device number 12
[ 796.298974] usb 2-1.1: new full-speed USB device number 13 using ehci-pci
[ 796.371018] usb 2-1.1: device descriptor read/64, error -32
[ 796.547125] usb 2-1.1: device descriptor read/64, error -32
[ 797.079390] usb 2-1.1: new full-speed USB device number 15 using ehci-pci
[ 802.175834] usb 2-1.1: New USB device found, idVendor=9ac4, idProduct=4b8f
[ 802.175843] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 802.175849] usb 2-1.1: Product: ProxMark-3 RFID Instrument
[ 802.175853] usb 2-1.1: Manufacturer: J. Westhues
[ 802.175858] usb 2-1.1: SerialNumber: ChangeMe
[ 802.177972] hid-generic 0003:9AC4:4B8F.0007: hiddev0,hidraw2: USB HID v1.00 Device [J. Westhues ProxMark-3 RFID Instrument] on usb-0000:00:1d.0-1.1/input0
[ 810.270456] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:01:70:cd:60:f2:65:ae:08:00 SRC=192.168.0.13 DST=224.0.0.1 LEN=44 TOS=0x00 PREC=0x00 TTL=1 ID=60702 PROTO=UDP SPT=61363 DPT=8612 LEN=24
jd@JDPC:~/tools/pm3/client$ ./proxmark3 /dev/hidraw2
ERROR: invalid serial port
proxmark3> quit
followed this tutoiral: https://code.google.com/p/proxmark3/wiki/Linux
also tried my VM box but had more issues there.
Offline
This is the old HID version of the boot loader. The updated version acts as a USB CDC/tty device usually ttyACM0.
This is a decent blog post that sums up the actions you need to perform to update your proxmark3 : http://www.rajatswarup.com/blog/2014/07/22/proxmark3-installation-on-kali/
Offline
This is the old HID version of the boot loader. The updated version acts as a USB CDC/tty device usually ttyACM0.
This is a decent blog post that sums up the actions you need to perform to update your proxmark3 : http://www.rajatswarup.com/blog/2014/07/22/proxmark3-installation-on-kali/
hi
may i ask?
is it the only way to use Proxmark3 on linux?
Mine is still HID device.
Is there a port for HID device?
thanks
Offline
I don't understand which is your problem, you can upgrade to latest version from github with hid-flasher.
You can find it in client/hid-flasher/
Offline
Pages: 1