Merge pull request #266 from Spraten/patch-5

IMAP consolesless mfs enumeration
This commit is contained in:
Carlos Polop 2021-10-30 16:49:28 +01:00 committed by GitHub
commit badc9bb3db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,4 +180,10 @@ Entry_3:
Name: Secure Banner Grab
Description: Banner Grab 993
Command: openssl s_client -connect {IP}:993 -quiet
Entry_4:
Name: Name: consolesless mfs enumeration
Description: IMAP enumeration without the need to run msfconsole
Note: sourced from https://github.com/carlospolop/legion
Command: msfconsole -q -x 'use auxiliary/scanner/imap/imap_version; set RHOSTS {IP}; set RPORT 143; run; exit'
```