“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>
Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
If you are working with Linux or writing bash scripts, one of the most common…
What is a bash case statement? A bash case statement is a way to control…
Why Do We Check Files in Bash? When writing a Bash script, you often work…