mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
TireFire SMTP Syntax Update
TireFire SMTP Syntax Update
This commit is contained in:
parent
d42725a74b
commit
cdf9eee18c
1 changed files with 4 additions and 4 deletions
|
@ -477,10 +477,10 @@ Entry_7:
|
|||
Command: hydra -P {Big_Passwordlist} {IP} smtp -V
|
||||
|
||||
Entry_8:
|
||||
Name: consolesless mfs enumeration
|
||||
Description: SMTP enumeration without the need to run msfconsole
|
||||
Note: sourced from https://github.com/carlospolop/legion
|
||||
Command: msfconsole -q -x 'use auxiliary/scanner/smtp/smtp_version; set RHOSTS {IP}; set RPORT 25; run; exit' && msfconsole -q -x 'use auxiliary/scanner/smtp/smtp_ntlm_domain; set RHOSTS {IP}; set RPORT 25; run; exit' && msfconsole -q -x 'use auxiliary/scanner/smtp/smtp_relay; set RHOSTS {IP}; set RPORT 25; run; exit'
|
||||
Name: consolesless mfs enumeration
|
||||
Description: SMTP enumeration without the need to run msfconsole
|
||||
Note: sourced from https://github.com/carlospolop/legion
|
||||
Command: msfconsole -q -x 'use auxiliary/scanner/smtp/smtp_version; set RHOSTS {IP}; set RPORT 25; run; exit' && msfconsole -q -x 'use auxiliary/scanner/smtp/smtp_ntlm_domain; set RHOSTS {IP}; set RPORT 25; run; exit' && msfconsole -q -x 'use auxiliary/scanner/smtp/smtp_relay; set RHOSTS {IP}; set RPORT 25; run; exit'
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue