mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
TireFire POP Syntax Update
This commit is contained in:
parent
d42725a74b
commit
28300a5a07
1 changed files with 4 additions and 4 deletions
|
@ -134,10 +134,10 @@ Entry_5:
|
|||
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'
|
||||
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'
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue