From 45b2f0246a5232de9992fb992e24058a04dd7c8f Mon Sep 17 00:00:00 2001 From: Zarcolio Date: Sat, 26 Aug 2023 12:29:28 +0200 Subject: [PATCH] Update Phish_Office365-onUSB.ps1 --- .../Awareness/Phish_Office365-onUSB.ps1 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/BadUSB/Ducky Scripts/Awareness/Phish_Office365-onUSB.ps1 b/BadUSB/Ducky Scripts/Awareness/Phish_Office365-onUSB.ps1 index a204504..5f768cb 100644 --- a/BadUSB/Ducky Scripts/Awareness/Phish_Office365-onUSB.ps1 +++ b/BadUSB/Ducky Scripts/Awareness/Phish_Office365-onUSB.ps1 @@ -1,3 +1,17 @@ +# _..._ .-'''-. .-'''-. +# .-'_..._''. ' _ \ .---. ' _ \ +# /| .' .' '.\/ /` '. \ | |.--. / /` '. \ +# || .-. .- / .' . | \ ' | ||__|. | \ ' +# || \ \ / / .-,.--. . ' | ' | '| |.--.| ' | ' +# || __ \ \ / / __ | .-. || | \ \ / / | || |\ \ / / +# ||/'__ '.\ \ / / .--------. .:--.'. | | | || | `. ` ..' / | || | `. ` ..' / +# |:/` '. '\ \ / / |____ | / | \ | | | | |. ' '-...-'` | || | '-...-'` +# || | | \ ` / / / `" __ | | | | '- \ '. . | || | +# ||\ / ' \ / .' / .'.''| | | | '. `._____.-'/ | ||__| +# |/\'..' / / / / /___ / / | |_| | `-.______ / '---' +# ' `'-'`|`-' / | |\ \._,\ '/|_| ` +# '..' |_________| `--' `" + Add-Type -AssemblyName "Microsoft.Office.Interop.Outlook" $o = New-Object -ComObject Outlook.Application -ErrorAction SilentlyContinue $n = $o.GetNamespace("MAPI")