“Mshikaki – kebab (skewered meat, especially beef)” yum yum. In the realm of cybersecurity, stealth and efficiency are paramount.
Enter ‘Mshikaki’, an advanced shellcode injection tool that stands out for its ability to seamlessly bypass the Antimalware Scan Interface (AMSI).
Designed for both security researchers and penetration testers, Mshikaki ensures that your code remains undetected while achieving its objectives.
Mshikaki is a shellcode injection tool designed to bypass AMSI (Antimalware Scan Interface).
It leverages the QueueUserAPC()
injection technique and offers support for XOR encryption, making it a powerful tool for security researchers and penetration testers.
git clone https://github.com/trevorsaudi/Mshikaki.git
cl /EHsc Mshikaki.cpp /link /SUBSYSTEM:CONSOLE
Mshikaki.exe -i <path_to_shellcode>
Mshikaki.exe -i <path_to_shellcode> -p <process_name>
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…