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.
这是一个进攻性安全工具包和开发框架,用于创建内存安全恶意软件、网络扫描器和有效载荷生成器。它提供了一种开发漏洞利用、Shellcode 和远程访问工具的结构化方法。 该框架通过使用无标准库环境来生成最小化的独立机器码和 Shellcode 而脱颖而出。它还支持将高性能逻辑编译为 WebAssembly,以创建用于社会工程学的欺骗性 Web 界面。 功能领域涵盖通过模糊测试(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.