/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.willsroot.io
| | adepts.of0x.cc
5.0 parsecs away

Travel
| | Development of a PoC for one of the vulnerabilities published by Qualys in Exim
| | wachter-space.de
3.6 parsecs away

Travel
| | This is a writeup of an easy/medium pwn challenge called "Profile" featuring a type confusion, some GOT overwriting, and a funny but unnecessary one gadget exploit for the fun of it. We are given the following files: main.c profile (binary) Dockerfile docker-compose.yml Let's look at main.c and see if we can spot a vulnerability from the provided source code. #include #include #include #include struct person_t { int id; int age; char *name; }; void get_value(const char *msg, void *pval) { printf("%s", ms...
| | mem2019.github.io
4.2 parsecs away

Travel
| | Taking a break from my academic research, I played Codegate CTF 2023 this weekend with r3kapig. I solved two challenges: pcpu and sea, and both of them are q...
| | faraz.faith
13.7 parsecs away

Travel
|