Skip to content

Instantly share code, notes, and snippets.

@goncalor
Created February 23, 2022 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goncalor/9e3abe4402151517e2536bbd44658dee to your computer and use it in GitHub Desktop.
Save goncalor/9e3abe4402151517e2536bbd44658dee to your computer and use it in GitHub Desktop.
FROM alpine
RUN apk --no-cache add go chromium
RUN go get github.com/shelld3v/aquatone
#RUN useradd -m -d /app user
WORKDIR /app
#USER user
ENTRYPOINT ["/root/go/bin/aquatone"]
# usage:
# cat targets.txt | docker run --rm -i -v $PWD/outdir:/mnt aquatone -out /mnt/results -ports 80 --full-page -screenshot-delay 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment