masscan (scan engine) installed on a base of ubuntu
175
#ref https://github.com/cmoro-deusto/docker-masscan/blob/master/Dockerfile FROM ubuntu:latest
#installing dependencies and prereqs RUN apt-get update && apt-get -y install git gcc make libpcap-dev && apt-get clean
#cloning git RUN git clone https://github.com/robertdavidgraham/masscan /opt/masscan
#making masscan WORKDIR /opt/masscan RUN make -j
#Copy binary RUN cp /opt/masscan/bin/masscan /usr/local/bin
#Launch Bash CMD ["/bin/bash"]
Content type
Image
Digest
Size
147.6 MB
Last updated
about 8 years ago
docker pull ly4e/masscan-ubuntu