mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 14:08:26 +00:00
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:
parent
5298f10db0
commit
baf50130be
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue