GithubHelp home page GithubHelp logo

0dteam / phishing-reporter Goto Github PK

View Code? Open in Web Editor NEW
44.0 44.0 13.0 166 KB

An Outlook Plugin to report phishing emails easier and provides full integration with GoPhish.

License: GNU General Public License v3.0

C# 100.00%

phishing-reporter's People

Contributors

0dteam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

phishing-reporter's Issues

"Report Phishing" button displayed twice in Outlook 365

Describe the bug
The "Report Phishing" button is displayed twice in the Outlook 365 client tab as well as in the context menu of a mail item.

To Reproduce

  1. Install Phishing-Reporter according to the given instructions.
  2. Run Outlook client.

Expected behavior
The "Report Phishing" button shall only be displayed once in the Outlook client.

Screenshots
grafik
grafik

Desktop:

  • OS: Windows 10 22H2 (Build 19045.3930)
  • Outlook version: Outlook for Microsoft 365 Version 2401

Additional context
This bug affects every element defined in the Ribbon.xml file.

No count of reported, simulated phishing emails

Describe the bug
If you receive a real phishing-email, you can report it via the button and it works fine with both versions (32- and 64-bit), but if you want to send a simulated phishing-mail it works the same, but in the gophish dashboard there is no counting at "email reported". With the 64-bit version all is working fine.
The image shows the results of 2 simulated phishing emails that were sent, one with the 32-bit version and one with the 64-bit version. The counter was increased by one for the message with the 64-bit version.
image

Expected behavior
If somebody report a simulated phishing mail, the counter in the gophish dashboard should be incremented.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows, 32-bit

Office 2016

Hi,
you wrote an important and great tool. It works on stations with Office 2019 (as you wrote), but unfortunately not on stations with Office 2016. Can you give me an advice to resolve this problem? Many thanks in advance.

Build error under VS 2019 environment

Hi,

The following error was reported when followed the instruction and build the project.

"Unable to find manifest signing certificate in the certificate store."

I tried to unclick the "Sign the ClickOnce manifests", but it clicked again automatically and shown the same error.
https://i.stack.imgur.com/FIHjg.png

May I have your help?

thanks,

Header info as attachment

Hi, this isn´t an issue. How can I send the information in bode as txt attachment with the eml (2 attachment in total)
I see this code, I need to put this on a second txt attachment.

                        // Prepare the email body
                        reportEmail.Body = GetCurrentUserInfos();
                        reportEmail.Body += "\n";
                        reportEmail.Body += GetBasicInfo(mailItem);
                        reportEmail.Body += "\n";
                        reportEmail.Body += GetURLsAndAttachmentsInfo(mailItem);
                        reportEmail.Body += "\n";
                        reportEmail.Body += "---------- Headers ----------";
                        reportEmail.Body += "\n" + reportedItemHeaders;
                        reportEmail.Body += "\n";
                        reportEmail.Body += GetPluginDetails() + "\n\n";

                        reportEmail.Save();
                        //reportEmail.Display(); // Helps in debugginng
                        reportEmail.Send(); // Automatically send the email

'New Outlook' compatibility

Thank you for a brilliantly implemented add-in to report phishing mails, and integration with GoPhish. Excellent! It works great in our current Outlook setup with Office365.

Is your feature request related to a problem? Please describe.
However; Outlook now allows users to switch to the 'new Outlook', which is basically fully webview driven, and the add-in doesn't seem to work for that. Do you have any plans to migrate this add-in to the new Outlook?

Describe the solution you'd like
I'd love the add-in to work in both the standard Outlook and the 'new Outlook' .

Describe alternatives you've considered
I've been trying to develop a Outlook Web Add-in myself, fitting to the new Outlook, but got stuck around authentication when trying to use the Graph API. Identifying whether it was a GoPhish mail went fine, calling the GoPhish api as well, but moving the message to deleted items and forwarding it to the security team failed.

Build as EXE

Hi,

I tried to make a exe as installation for this plugin, but without luck, always got vsto file which is not friendly for mass deployment ...
How i can build .exe from it?
or is there option to make silent install of this vsto, so i can easily make mass distribution ?

thank you

Text Message

Hello,

This isn't a issue.

First of all, thanks a lot to share the project.

Where I can change the confirm message that appears when I push the report button?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.