Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Releases: n132/Libc-GOT-Hijacking

V1.1.0

10 Dec 07:00
Compare
Choose a tag to compare

First Stable Version.

V1.0.0

29 Nov 19:53
Compare
Choose a tag to compare

Designed a new method to bypass the mitigation on glibcs after 2.35:

Compared to glibc<=2.35 there is mitigation implemented, which forbids the methods for the old library. However, we designed a method to bypass it and execute arbitrary code by once arbitrary write on Glibc's GOT table. This method performs Return Oriented Programming (ROP) attack on Global Offset Table (GOT).