Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66.1K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
بسم الله الرحمن الرحيمContinue reading on Medium » (https://medium.com/@ashrafharb997/csrf-to-full-account-takeover-5196cef9d166?source=rss------bug_bounty-5)
A simple PoC which leverages the Outlook (https://www.kitploit.com/search/label/Outlook) Application Interface (COM Interface) to execute shellcode on a system based on a specific trigger subject line. By utilizing the Microsoft.Office.Interop.Outlook namespace, developers can represent the entire Outlook Application (or at least according to Microsoft (https://docs.microsoft.com/en-us/dotnet/api/microsoft.office.interop.outlook.application?view=outlook-pia)). This means that the new application should be able to do anything from reading emails (yes this also includes archives, trash, etc.) to sending them out. Building on the millions of pre-existing C# shellcode loaders, an email with a trigger subject line and base64 encoded shellcode in the body can be sent to the host with a weaponized instance of this program. The program will then read the email and execute the shellcode embedded (https://www.kitploit.com/search/label/Embedded) in the email.
Additional Notes:
This can be used to build an Entire C2 Framework (https://www.kitploit.com/search/label/C2%20Framework) that relies on E-Mails as a mean of communication (Where the Implant never speaks to the internet directly) There does appear to be a security warning which informs the user of an application attempting to access Outlook data This can be turned off with when an administrator modifies the registry (https://www.kitploit.com/search/label/Registry) as shown here. (https://docs.microsoft.com/en-us/outlook/troubleshoot/security/a-program-is-trying-to-send-an-email-message-on-your-behalf) Minor testing (https://www.kitploit.com/search/label/Testing) showed that Injecting this process into an Outlook client does not cause the alert to appear (Additional testing would be much appriciated
PoC
Applicaiton Polling Outlook for Trigger
Trigger Email With Shellcode Creation
Email Recived By Outlook Client
Shellcode Execution by BadOutlook Application
CSRF to Full Account Takeover

بسم الله الرحمن الرحيمContinue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
SANS Holiday Hack Challenge 2020: Objective 8 — Broken Tag Generator

https://cdn-images-1.medium.com/max/818/1*jpmWXAM8eUh6CkTAkxc4MQ.png
Each year, the SANS and Counter Hack Challenges teams put together my favorite capture the flag (CTF) competition, the SANS Holiday Hack…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
SANS Holiday Hack Challenge 2020: Objective 9— ARP Shenanigans

https://cdn-images-1.medium.com/max/764/1*9XFpB_r46NlRZC4q95JjOg.png
Each year, the SANS and Counter Hack Challenges teams put together my favorite capture the flag (CTF) competition, the SANS Holiday Hack…

Continue reading on Medium »