Profile

I'm a cybersecurity researcher and developer. This website, p3p.dev, is a minimalist repository where I document my resolutions for various CTFs, boot2root machines, and cybersecurity challenges.

Documenting my process is a way to reinforce what I've learned, track my progress, and share clear methodologies with the cybersecurity community. I focus mainly on web penetration testing, network exploitation, and system privilege escalation (both Linux and Windows).

system_info.sh

OS: Arch Linux / Kali Linux

Shell: Zsh with Oh-My-Zsh

Editor: Neovim / VS Code

Main Langs: Python, Rust, Bash

Toolbox

Here are some of the tools and technologies I use regularly during machine exploitation:

Recon & Scanning

  • Nmap / Rustscan
  • Gobuster
  • Burp Suite Community
  • Wireshark

Exploitation

  • Metasploit Framework
  • Netcat
  • SQLmap

PrivEsc & Cracking

  • Hashcat / John the Ripper
  • Custom PrivEsc scripts