Today on #codefromthepast is exploit pattern generator
https://github.com/Svenito/exploit-pattern
A Python script deliberately kept simple. No deps. No installer. Works on python 2.x and 3.x.
Generates a DeBruijin pattern of a given length and if provided with a bit of pattern (text or hex) will return the location of the pattern in the sequence.
If you dabble in binary exploits you know what it is :)
Born from when I used to play various CTF games and needed a quick and simple way to track buffer overflows on what ever server/vm I was on.
#codefromthepast #binaryexploit #python #bufferoverflow #wargames
DirtyCred Remastered: how to turn an UAF into Privilege Escalation
Articles:
https://exploiter.dev/blog/2022/CVE-2022-2602.html
Poc:
https://github.com/LukeGix/CVE-2022-2602
Credits: @kiks7_7 @LukeGix
#exploitdevelopment #infosec #binaryexploit
#kernelexploit #privilegeescalation #linux
#exploitdevelopment #infosec #binaryexploit #kernelexploit #privilegeescalation #linux