Skip to content

A simple C# program that gets all the emails found in the web application.

Notifications You must be signed in to change notification settings

diego-tella/Get-Mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Get-Mail

A simple C# program that gets all the emails found in a web application.

Infos

Regex:

[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?

You can pass a list in a text file with different sites you want to search for emails or you can just put a URL to search for emails.

Example (censored found emails and domains):

Passing a list:

Passing a URL alone:

About

A simple C# program that gets all the emails found in the web application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages