Proxmark3 community

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.

Announcement

Time changes and with it the technology
Proxmark3 @ discord

Users of this forum, please be aware that information stored on this site is not private.

#1 2017-02-02 03:53:39

xbadbiddyx
Contributor
Registered: 2017-02-02
Posts: 1

New here

Hey everyone - New to the forums. I have played around with the Proxmark3 for a couple of years now. I was very excited with the release of the RDV kit making the setup so slim.

I mostly use it for work purposes - social engineering / replicating obtained badges.

I wanted to join the forums to see if anyone had success in automating the startup process of their Proxmark3.


Essentially what I want to do is run a script that will launch the proxmark3 client and start the "lf hid fskdemod" without input from the user.

My script so far ---
----------------------------------------------------------------
#/bin/bash

#Find out which USB port proxmark is running on
USBDEVICE=$(find /sys/bus/usb/devices/usb*/ -name dev | grep ttyAC | cut -d "/" -f11)

#Start proxmark3
/root/tools/proxmark3/client/proxmark3 /dev/$USBDEVICE

#Proxmark3 command to execute
echo 'lf hid fskdemod'

---------------------------------------------------------------

Looking for any insight from anyone that has been able to make it work.

Thanks!

Offline

#2 2017-02-02 10:11:01

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: New here

Welcome to the forums!

Now that you can post in other categories, I suggest you post your question in a relevant one.
And look into "standalone mode",  search forum, read wiki, look at https://legacysecuritygroup.com/index.p … alone-mode

Offline

Board footer

Powered by FluxBB