$ filter --tag ret2libc

3 posts tagged #ret2libc.

>_
ASLR Bypass intermediate

ASLR Bypass via ret2libc Brute Force

When you can't leak an address, you can still win by guessing it. Defeating 32-bit ASLR by hammering a fixed ret2libc payload in a loop until the libc base lines up.

2022-03-14
NX Bit Bypass with ret2libc
DEP / NX Bypass advanced

NX Bit Bypass with ret2libc

Defeating the NX bit by returning into libc: chaining system() + exit() + /bin/sh instead of executing injected shellcode.

2022-03-14