rustscan 2.4.1

Faster Nmap Scanning with Rust
1
2
3
4
5
FROM rust
# Install nmap first.
RUN apt-get update -qy && apt-get install -qy nmap
# Then install rustfmt and clippy for cargo.
RUN rustup component add rustfmt clippy