Bash++

Challenge What if you had a shell where you could only do maths? We are given some c++ source code, the compiled binary and the challenge setup Approach This is a c++ pwn challenge, and the author was so kind as to give as the source code : this usually means weโ€™ll have to delve into some heap shenanigans (note ASLR, PIE and NX are all enabled =O ). ...

December 8, 2024 ยท 9 min ยท Renny