-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/B0lg0r0v/Elyzer
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,13 @@ | |
* [Installation](#installation) | ||
* [Usage](#usage) | ||
* [Features](#features) | ||
* [To-Do](#to-do) | ||
* [Notes](#notes) | ||
* [Disclaimer](#disclaimer) | ||
|
||
## Description | ||
|
||
Elyzer is an e-mail header analyzer capable of detecting potential spoofing attempts. It will give you general information about the e-mail, the route it took, important security headers and the phishing / spoofing results. | ||
Elyzer is an e-mail header analyzer capable of detecting potential spoofing attempts. It will give you general information about the e-mail, the route it took, important security headers and the phishing / spoofing results.<br><br>:warning: *This project is under development and changes will be made frequently*.<br> | ||
|
||
## General Informations | ||
|
||
|
@@ -68,6 +69,11 @@ Here's a quick overview of Elyzer's features: | |
<p align="center"> | ||
<img src="https://github.com/B0lg0r0v/Elyzer/assets/115954804/229052f4-40ec-460e-8789-a0e7947134b5"> | ||
|
||
## To-Do | ||
- [ ] Add JSON output functionality. | ||
- [ ] Add a functionality to be able to passively query DNS information to reduce OPSEC concerns. | ||
|
||
|
||
## Notes | ||
Credits for the *getReceivedFields* & the *getFields* functions goes to "spcnvdr" <[email protected]>, Copyright 2020. <br> | ||
Also, thanks to [@triggerfx](https://github.com/triggerfx) for the custom Logo ! | ||
|