/phishingRepo

This is a React app using the Outlook backend for admin purposes

Primary LanguageJavaScript

phishingRepo

This is a full stack application that is designed for OutLook administrators to query their active directory for users who have received an email. The purpose is to find users who have possible recived a fishing email and if they have read it or clicked on the link.

Stack

DB - MySql/Active Directory Router - Express JS FrontEnd - React

Requirements

  • Either a MySql database or access to AD
  • Node JS (this was built with version 9)

Instructions

  1. Clone the repository from the link provided above
  2. Create a .env file. In that file
  3. From a terminal or command prompt, go into the main project folder and run
    yarn install
    cd client/
    yarn install 
    cd ..
    yarn start