3 مستودعات
Tools that produce functionally identical but structurally varied shellcode to evade signature-based detection.
Distinct from Shellcode Generators: Distinct from Shellcode Generators: adds structural variation to evade antivirus signatures, not just raw payload generation.
Explore 3 awesome GitHub repositories matching operating systems & systems programming · Polymorphic Payload Generators. Refine with filters or upvote what's useful.
CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom
Teaches generating polymorphic shellcode to bypass signature-based antivirus, a key evasion technique.
هذا المشروع عبارة عن مجموعة أدوات أمنية هجومية وإطار عمل تطويري لإنشاء برمجيات خبيثة آمنة للذاكرة، وماسحات ضوئية للشبكة، ومولدات حمولات (payloads). يوفر نهجاً منظماً لتطوير الاستغلالات، وshellcode، وأدوات الوصول عن بعد. يتميز إطار العمل باستخدام بيئات لا تعتمد على المكتبات القياسية لإنشاء كود آلة مستقل بحد أدنى وshellcode. كما يدعم تجميع المنطق عالي الأداء إلى WebAssembly لإنشاء واجهات ويب خادعة تستخدم في الهندسة الاجتماعية. تغطي مجالات القدرات اكتشاف الثغرات المؤتمتة عبر fuzzing، ورسم خرائط سطح الشبكة متعدد الخيوط وغير المتزامن، وتطوير الديدان ذاتية الانتشار. تتضمن مجموعة الأدوات أيضاً تطبيقات لقنوات اتصال مشفرة من طرف إلى طرف لتأمين حركة المرور بين الغرسات البعيدة وخوادم القيادة، إلى جانب تجميع الملفات الثنائية عبر المنصات لأنظمة تشغيل متعددة.
Generates minimal standalone machine code and shellcode by utilizing no-standard-library environments.
Veil is a payload generation framework and a suite of tools designed to automate the creation of obfuscated binaries and encoded shellcode. It functions as an anti-virus evasion tool that transforms binary code to bypass security scanners and endpoint detection software. The framework utilizes multi-language payload generation, employing various programming language compilers to create executables that evade signature-based detection. It includes an evasive shellcode encoder to remove forbidden characters and apply obfuscation techniques to hide payload logic. The project covers the generati
Produces executable files by combining shellcode with language-specific wrappers for direct system execution.