Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
AMSI-Bypass — This repository contains a proof of concept exploit for the AMSI Write Raid 0day Vuln | Kitploit
Tools/GitHubGitHub/d0rb/amsi-bypass
Vulnerability AnalysisExploitationPenetration TestingRed TeamingPayload Development
GitHubd0rb/amsi-bypass

AMSI-Bypass

This repository contains a proof of concept exploit for the AMSI Write Raid 0day Vuln

View Repository
2 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Profile Visitors

🇮🇱 #BringThemHome #NeverAgainIsNow 🇮🇱

We demand the safe return of all citizens who have been taken hostage by the terrorist group Hamas. We will not rest until every hostage is released and returns home safely. You can help bring them back home. https://stories.bringthemhomenow.net/

AMSI Write Raid 0day Vulnerability

🛡️ Introduction

This repository contains a proof of concept exploit for the AMSI Write Raid 0day Vulnerability discovered by OffSec Technical Trainer Victor Khoury (Vixx). This vulnerability allows bypassing AMSI (Anti-Malware Scan Interface) without using the VirtualProtect API and without changing memory protection settings.

🔍 Vulnerability Details

Microsoft's AMSI is designed to help detect and prevent malware by integrating security applications into software and inspecting their behavior before execution. The vulnerability discovered by Victor Khoury involves a writable entry inside System.Management.Automation.dll, which contains the address of AmsiScanBuffer. This entry should have been marked read-only but was not, allowing it to be manipulated to bypass AMSI.

💡 Exploit Overview

The exploit leverages the writable entry to overwrite the address of AmsiScanBuffer with a dummy function, effectively bypassing AMSI without invoking VirtualProtect. The proof of concept code is provided in both PowerShell and Python languages.

🚀 Usage

To execute the exploit:

  1. Clone this repository to your local machine.
  2. Open PowerShell or Python and execute the provided script.
  3. Ensure that the desired payload is included in the exploit code before execution.
  4. Monitor the execution to verify successful bypass of AMSI.

🔒 Disclaimer

This exploit is provided for educational and research purposes only. Use it responsibly and ethically. The authors do not take any responsibility for any misuse or damage caused by the exploitation of this vulnerability.

📎 References

  • OffSec Blog Post

👨‍💻 Credits

  • Victor Khoury (Vixx) - Offsec Technical Trainer
Download Tool