authoscope 0.8.1

Scriptable network authentication cracker
Documentation
1
2
3
4
5
6
7
FROM debian:stretch
RUN apt-get update -qq \
    && apt-get install -yq opensmtpd
RUN echo "foo" > /etc/mailname
ADD smtpd.conf /etc/smtpd.conf
EXPOSE 25
CMD ["/usr/sbin/smtpd", "-d"]