Dockerfile 164 Bytes Edit 1 2 3 4 5 6 7 8 FROM python:2.7 WORKDIR /routersploit RUN git clone https://github.com/reverse-shell/routersploit/ . RUN pip install -r requirements.txt CMD ["python", "rsf.py"]