Skip to content

Instantly share code, notes, and snippets.

@goncalor
Created January 4, 2019 23:53
Show Gist options
  • Save goncalor/eff932e01a7d33cd89631bde89bccd4f to your computer and use it in GitHub Desktop.
Save goncalor/eff932e01a7d33cd89631bde89bccd4f to your computer and use it in GitHub Desktop.
FROM alpine:latest
RUN apk add python3
RUN pip3 install shodan
RUN adduser -h /home/shodan -D shodan
USER shodan
WORKDIR /home/shodan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment