About

About

-> Whoami?

1
2
3
4
5
6
7
8
9
10
11
12
13
typedef struct {
    const char *status;
    const char *passion;
    const char *skills[3];
    const char *discord;
} Pwner;

Pwner me = {
    .status = "Computer Science Student",
    .passion = "Cybersecurity Enthusiast & CTF Player",
    .skills = {"Pwn", "RE", "Offensive Security"},
    .discord = "@h4cky0u"
};

-> About Me

I enjoy breaking things and understanding how they work, wannabe hacker in progress.

When I’m not pwning, I’m probably watching anime.

When I’m not watching anime, I’m probably not touching grass 😅

1
2
3
4
5
6
for (;;) {
    Eat();
    Sleep();
    Pwn();
    Repeat();
}

Trending Tags