IMAP consolesless mfs enumeration

Description: IMAP enumeration without the need to run msfconsole
  	Note: sourced from https://github.com/carlospolop/legion
This commit is contained in:
Spraten 2021-10-27 13:07:36 -04:00 committed by GitHub
parent 5298f10db0
commit baf50130be
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'
```