From e8f941628579657a204221a5b45a5d5546e435f0 Mon Sep 17 00:00:00 2001 From: mgeeky Date: Thu, 14 Nov 2019 10:55:22 +0100 Subject: [PATCH] readme --- networks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/networks/README.md b/networks/README.md index 294047b..84c675e 100644 --- a/networks/README.md +++ b/networks/README.md @@ -89,7 +89,7 @@ Capturing on 'eth0' ``` - **`smtpAudit.py`** - SMTP Server configuration black-box testing/audit tool, capable of auditing SPF/Accepted Domains, DKIM, DMARC, SSL/TLS, SMTP services, banner, Authentication (AUTH, X-EXPS), conducting user enumerations (VRFY, EXPN, RCPT TO) and others. ([gist](https://gist.github.com/mgeeky/ef49e5fb6c3479dd6a24eb90b53f9baa)) - +``` Currently supported tests: 01) 'spf' - SPF DNS record test - 'spf-version' - Checks whether SPF record version is valid @@ -123,7 +123,7 @@ Capturing on 'eth0' 13) 'tls-key-len' - Checks private key length of negotiated or offered SSL/TLS cipher suites. 14) 'spf-validation' - Checks whether SMTP Server has been configured to validate sender's SPF or if it's Microsoft Exchange - that is uses Accepted Domains - +``` - **`sshbrute.py`** - ripped out from Violent Python - by TJ O'Connor. ([gist](https://gist.github.com/mgeeky/70606be7249a61ac26b34b1ef3b07553))