Analyzing MSFVenom Payloads with Binary Ninja - Linux x86_64
Introduction In efforts to learn more about Binary Ninja, we will be taking apart three shellcode samples generated via msfvenom. Please note that disassembl...
Introduction In efforts to learn more about Binary Ninja, we will be taking apart three shellcode samples generated via msfvenom. Please note that disassembl...
Introduction Encoding schemes are used to transform data in a way that makes it consumable by different systems in a safe manner. In this post we’ll look at ...
Introduction Egg hunter is a technique used to capture larger payloads in memory by tagging the start of the shellcode with an egg. In most cases, egg hunter...
Introduction In this post we will create a custom TCP reverse shell for Linux x86_64 architecture that requires password to spawn a shell. This post is a con...
Introduction In this post we will create a custom TCP bind shell for Linux x86_64 architecture that requires password to spawn a shell. Please note we wont b...