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
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles
Comprehensive Guide on ffuf

In this article, we will learn how we can use ffuf, which states for β€œFuzz Faster U Fool”, which is an interesting open-source web fuzzing tool. Since its release, many people have gravitated towards ffuf, particularly in the bug bounty scenario. So, let’s dive into this learning process. Table of

The post Comprehensive Guide on ffuf appeared first on Hacking Articles.
Ψ¨Ψ³Ω… Ψ§Ω„Ω„Ω‡ Ψ§Ω„Ψ±Ψ­Ω…Ω† Ψ§Ω„Ψ±Ψ­ΩŠΩ…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...