Giter Site home page Giter Site logo

notifysec-rtl's Introduction

NotifySec-RTL

NotifySec is an Outlook add-in used to help users report a suspicious e-mail to security team. this Outlook add-in is designed to support Hebrew (right to left notifications) and building MSI installer for fast deployment.

It is based on the work of https://github.com/certsocietegenerale/NotifySecurity and NightWizzard's way for adding message headers, (https://www.codeproject.com/Questions/1074498/Outlook-add-in-in-Csharp-get-message-header) with several modification as well as new features:

  1. the add-in is designed to support notifications in right to left languges (e.g Hebrew, Arab)
  2. the Solution include 2 wixtool setup project for building MSI installer for 32bit and 64bit MS office outlook (see howto section) which allow easy deployment. 3.the add-in button is in the inbox toolbar tabMail and in TabReadMessage so users can report old e-mails located in any folder.
  3. New icon
    NotifySec Addin

Usage
The solution was coded on visual studio 2017. The add-in was successfully tested on office 2010, 2013, 2016 on x86 and x64 versions.

Prerequisites

  1. visual studio 2017
  2. install wix toolset - https://wixtoolset.org/releases/v3.11.1/stable

howto

  1. Open NotifySecOutlook2010.sln in VisualStudio

  2. Using solution Explorer - double click "ribbon.cs" to edit mode, look for the comments asking you to enter security team mail and help desk mail as foloow:
    enteryoursecteammail

  3. SAVE.

  4. Test the solution by closing OUTLOOK.EXE and under the "DEBUG" menu click "START DEBUGGING".

  5. Before building the Outlook add-in and the MSI files. You'll need to Check the Configuration Manger (under "Build" Menu) as follow:
    configurationManagment

  6. It's best to build each project separatly, starting from the "NotifySecOutllok2010" project. In the solution explorer window, right click it and choose build. build

  7. Reapet this for SetupProject32 (build MSI installer for 32 bit offfice) and SetupProject64 (build MSI installer for 32 bit offfice).
    Before building the SetupProject, Please:
    a. Add Wixtoolset DLL file to the SetupProject32 and SetupProject64 (In soulotion explorer right click the "References Folder" that's under each of the SetupProjects and choose "Add Reference". Locate WixUIExtension.dll and WixNetFxExtension.dll aand Add them (usally in C:\Program Files (x86)\WiX Toolset v3.11\bin)
    WixDependencies b.that the configuration mangment definition are as requiered.

  8. The Add-in is installed on HKLM (Local Machine) so it should be done with a user that is a local admin on the target pc.

  9. Run Command is:
    msiexec /q /i \Remote_Server_Address\Folder_Name\InstallNotifysecOutlookAddin32bit.msi msiexec /q /i \Remote_Server_Address\Folder_Name\InstallNotifysecOutlookAddin64bit.msi

Support
Eli Hazan - [email protected]

Thanks
Dvir Dahan & Alon Ekroni for QA and Testing.

© 2019 GitHub, Inc.

notifysec-rtl's People

Contributors

elihaz1 avatar

Watchers

 avatar

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.