Closed J-M0 closed 3 years ago
I made a small tweak to the Dockerfile to make running ssh_scan from a container easier. Now instead of
docker run -it mozilla/ssh_scan /app/bin/ssh_scan -t sshscan.rubidus.com
it's just
docker run -it mozilla/ssh_scan -t sshscan.rubidus.com
Thanks @J-M0 !
I made a small tweak to the Dockerfile to make running ssh_scan from a container easier. Now instead of
it's just