
Linux Buffer Overflow Foundation
Buffer overflow fundamentals on Linux: overriding EIP, generating shellcode with msfvenom, finding the buffer address and landing a shell.
2022-03-143 posts tagged #shellcode.

Buffer overflow fundamentals on Linux: overriding EIP, generating shellcode with msfvenom, finding the buffer address and landing a shell.
2022-03-14
Shellcode injection through an argv overflow on a SUID binary: offset calculation, buffer address discovery and a NOP sled for reliability.
2022-03-14A practical reference: assembling x86/x64 Linux shellcode with NASM, extracting opcodes with objdump and testing them with a C harness.
2022-03-14