Skip to content

Commit bea91fd

Browse files
committed
Update the readme for smtp module
1 parent 98da5e6 commit bea91fd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,16 @@ This modules allows to enumeration users through the search features.
7070
#### User enumeration
7171
By default, an organization is reachable from another organization. Information can be retrieved such as first name, last name, presence status, out of office message,.... If no message is sent, the targeted user will not know that they have been searched. This can be useful to stealthily validate a list of target email addresses, detect out of office users,...
7272

73-
![User enumeration on teams](./images/teams-UserEnum.png)
73+
![User enumeration on Teams](./images/teams-UserEnum.png)
7474

7575
### SMTP
7676

7777
#### User enumeration
7878

79+
SMTP servers can be vulnerable to a user enumeration weakness. Three differents techniques allows the user enumeration. The keyword **RCPT TO**, **VRFY** and **EXPN**. This module find the MX for the specified domain and by default will test the three methods to find valid users.
80+
81+
![User enumeration on SMTP](./images/smtp-UserEnum.png)
82+
7983
## TODO
8084
- [ ] Support Kerberos protocol
8185
- [ ] Support SMB protocol

images/smtp-UserEnum.png

802 KB
Loading

0 commit comments

Comments
 (0)