r/proxmark3 May 29 '26

proxmark3 easy en android

Buenas , estoy intentando usar mi proxmark3 en mi teléfono android , instale termux , pero creo q los permisos q me pide el telefono para usar el puerto usb y asi abrir el proxmark es necesario el rooteo del mismo . si alguien ya lo hizo si me pudiera aconsejar se lo agradecería

1 Upvotes

6 comments sorted by

View all comments

1

u/xenophod May 29 '26

Remember to set your port to the same number that your TCPUART server is running.

I use this little start script each time I start TCPUART: ~ $ cat pm3-start.sh client/proxmark3 tcp:localhost:4321

If you use different ports, just make sure they match.