Merge pull request #265 from Spraten/patch-4

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

View File

@ -116,5 +116,13 @@ Entry_5:
Name: Hydra Brute Force
Description: Need User
Command: hydra -l {Username} -P {Big_Passwordlist} -f {IP} pop3 -V
Entry_6:
Name: consolesless mfs enumeration
Description: POP3 enumeration without the need to run msfconsole
Note: sourced from https://github.com/carlospolop/legion
Command: msfconsole -q -x 'use auxiliary/scanner/pop3/pop3_version; set RHOSTS {IP}; set RPORT 110; run; exit'
```