Created
February 23, 2022 13:21
-
-
Save goncalor/9e3abe4402151517e2536bbd44658dee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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