Sign inSign up

ly4e/masscan-ubuntu

By ly4e

Updated about 8 years ago

masscan (scan engine) installed on a base of ubuntu

Image
0

175

ly4e/masscan-ubuntu repository overview

Dockerfile:

#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"]

Tag summary

Content type

Image

Digest

Size

147.6 MB

Last updated

about 8 years ago

docker pull ly4e/masscan-ubuntu