🙃
nʍn
Telecomm. Eng. (still on it). Low level stuff, pwn, C programmer and Linux internals. Internet + shitpost eating instead of personality.
- Madrid, Spain
-
04:53
(UTC +01:00) - arget.cc
- @arget1313
Highlights
- Pro
Pinned Loading
-
OffensiveCon 2023's kernel pwn chall...
OffensiveCon 2023's kernel pwn chall's solution 1#include <stdio.h>
2#include <unistd.h>
3#include <stdlib.h>
4#include <stdint.h>
5#include <sys/types.h>
-
A simple shell which doesn't use exe...
A simple shell which doesn't use execve. Provides support for pipes. 1/* Compile with -znow */
2#include <stdlib.h>
3#include <stdio.h>
4#include <unistd.h>
5#include <fcntl.h>
-
Download the binary loaded in memory...
Download the binary loaded in memory from a remote process using a format strings vulnerability 1from pwn import *
23# CONFIG #
45## Basic stuff
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.