Octoberfest7 / TeamsPhisher

Send phishing messages and attachments to Microsoft Teams users
998 stars 129 forks source link

File Spoofing functionality #31

Open brandonceja opened 4 months ago

brandonceja commented 4 months ago

In Mr. D0x's article, I learned that it's feasible to spoof both the icon and filename within the Teams client by altering the attributes in the request that transmits file contents. So I added some lines to add this feature to TeamsPhisher by introducing the --spoofile flag. I think this capability holds significant potential for deceiving unsuspecting individuals into clicking malicious files.

[Link to the article: https://mrd0x.com/microsoft-teams-abuse/]

BTW taking advantage of the communication, I would like to congratulate you for the creation of this awesome tool ;)

Octoberfest7 commented 4 months ago

Nice work. I have a lot on my plate currently so it may be a couple weeks until I get around to this.