Scipts which will help to proccess PhishMe emails
phishme_save will go and grab all attachments from o365 mailbox. Saves mail to .eml format (not .msg!)
cood be done with "analyser" script. It relies on "ExtractMsg" library, works with .msg format (not .eml!) so Windows only.
.eml is in todo list.
Both scripts generate detailed log files and summary file (data.csv)
apt-get install python3-setuptools
sudo easy_install3 pip
sudo apt-get install python3-dev
sudo apt-get install libkrb5-dev
sudo pip3 install exchangelib