nfc-tools / mfcuk

MiFare Classic Universal toolKit (MFCUK)
GNU General Public License v2.0
960 stars 227 forks source link

Add link to docker container with mfcuk installed #33

Open note89 opened 8 years ago

AndreMiras commented 7 years ago

Good initiative! Do you have a repository containing the Dockerfile of that image?

note89 commented 7 years ago

Unfortunately no, reinstalled my computer and never pushed to a public repo. Maybe i can look into creating a new one this weekend. Feel its a must so you know what you are downloading.

AndreMiras commented 7 years ago

OK, then you can retrieve it from: https://imagelayers.io/?images=note89%2Frfid-forensics:latest

unknown instruction
MAINTAINER steev@kali.org
FROM scratch
MAINTAINER steev@kali.org
RUN echo "deb http://http.kali.org/kali sana main contrib non-free" > /etc/apt/sources.list && echo "deb-src http://http.kali.org/kali sana main contrib non-free" >> /etc/apt/sources.list && echo "deb http://security.kali.org/kali-security sana/updates main contrib non-free" >> /etc/apt/sources.list && echo "deb-src http://security.kali.org/kali-security sana/updates main contrib non-free" >> /etc/apt/sources.list
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update && apt-get -y dist-upgrade && apt-get clean
CMD "/bin/bash"
MAINTAINER Nils Eriksson <nilseriksson89.ne@gmail.com>
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get install kali-linux-rfid -y
RUN apt-get install git -y
RUN git clone https://github.com/zhovner/mfdread.git
RUN mv mfdread/mfdread.py /usr/bin/mfdread
RUN chmod a+x /usr/bin/mfdread