Skip to content

Proxmark3 Docker container for the RFID Research Group for of the Proxmark software.

Notifications You must be signed in to change notification settings

phpsystems/proxmark3-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxmark3-docker

Docker Container for the RFID Research fork of the proxmark3 software.

When I run this container locally, the options I use are:

# docker build -t proxmark3 .

# docker run -it --rm \
   --privileged \
   -e DISPLAY=$DISPLAY \
   -v $HOME/Downloads:/opt/proxmark3/Data \
   -v /tmp/.X11-unix:/tmp/.X11-unix \
   -v /dev:/dev \
   -v /run/udev:/run/udev:ro \
   --name proxmark3 \
   proxmark3

or when I get around to docker hub:

# docker run -it --rm \
   --privileged \
   -e DISPLAY=$DISPLAY \
   -v $HOME/Downloads:/opt/proxmark3/Data \
   -v /tmp/.X11-unix:/tmp/.X11-unix \
   -v /dev:/dev \
   -v /run/udev:/run/udev:ro \
   --name proxmark3 \
   secopsconsult/proxmark3

About

Proxmark3 Docker container for the RFID Research Group for of the Proxmark software.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published