Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Yaxser/SharpPhish
Using outlook COM objects to create convincing phishing emails without the user noticing. This project is meant for internal phishing.
https://github.com/Yaxser/SharpPhish
Last synced: 21 days ago
JSON representation
Using outlook COM objects to create convincing phishing emails without the user noticing. This project is meant for internal phishing.
- Host: GitHub
- URL: https://github.com/Yaxser/SharpPhish
- Owner: Yaxser
- Created: 2020-12-22T21:40:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T21:51:58.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T23:24:12.944Z (28 days ago)
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 152
- Watchers: 5
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Yaxser/SharpPhish - Using outlook COM objects to create convincing phishing emails without the user noticing. This project is meant for internal phishing. (C# #)
README
# SharpPhish
This project was created to test an O365 module from an NDR vendor. The way it works is
1. Sends an email address via the outlook mailbox of the current user, with or without attachment. It will copy the current user signature, so it will look very legit.
2. Deletes the sent email from the "Sent" Folder
3. Waits for a reply to the email. If the reply arrives, it gets deleted before the user is notified.What you will have to do to use it
1. Download, modify the source code to add subject, target, and content. [I will at some point add cli arguments; however, because we usually do assumed breached it is not a priority for me. Please make a PR if you have the time]
2. Compile
3. Move to target machine and runWhat I want to do
1. Add error checking and report that to the operator
2. Add parameters
3. Add aggressor scriptIf you have suggestions or questions, feel free to reach out, [email](mailto:[email protected])