Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to docker container with mfcuk installed #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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 [email protected]
FROM scratch
MAINTAINER [email protected]
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 <[email protected]>
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