Skip to content

Conversation

@note89
Copy link

@note89 note89 commented Nov 13, 2015

No description provided.

@AndreMiras
Copy link

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

@note89
Copy link
Author

note89 commented Oct 5, 2016

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants