Welcome!
This is where I share my journey, skills, and projects as an aspiring
web application penetration tester
HI, I AM REYMOND!
ASPIRING WEB PENTESTER
I'm a BSIS student and an aspiring Web Penetration Tester with a passion for building my own
pentesting tools and expanding my foundational skills in IT.
MY JOURNEY
MY SKILLS
Networking Fundamentals
- OSI Model - Helps me understand how data flows theoretically
- TCP/IP - Helps me understand and analyze packets in Wireshark
- Subnetting - Helps me understand my target's network size and scan ranges
- Topologies - Helps me understand the layout of networks
- Network Devices - Helps me understand how network traffic flows behind the scenes
- Protocols & Ports - Helps me understand services on my target to find potential entry points
Scripting & Programming
- Bash scripting - Helps me automate tasks or chain tools into a single script
- Python - Helps me automate tasks and build my own tools
Web Technologies
- HTML - Helps me understand how websites are structured
- CSS - Helps me understand web design and spot hidden elements or clickjacking
- JavaScript - Helps me understand client-side behavior and how it can be abused
- HTTP/HTTPS - Helps me understand how the web communicates with the client behind the scenes
Pentesting Tools
- Nmap - Helps me discover open ports and gather information about my target
- Wireshark - Helps me inspect and analyze network packets in real time
- BurpSuite - Helps me inspect, modify, and analyze web requests and responses
- Gobuster - Helps me brute-force web directories to find hidden or useful information
- Wafw00f - Helps me quickly check if my target is using a WAF or not
- cURL - Helps me modify requests, see the content of a file or page before downloading or clicking it
- Netcat - Helps me listen on a port or connect to my target
- Hydra - Helps me brute-force passwords efficiently on my target
OS & Tech Tools
- Kali Linux - This is where I do all my pentesting since it has all the tools I need
- Windows - This is where I do most of my coding because it runs fast and feels smooth
- VSCode - My main editor for building, testing, and managing all my projects
- Git & GitHub - This is where I manage versions and share all of my projects
MINI PROJECTS
IPnetSolver v2.0
A tool written in Python for automating subnetting, including FLSM, VLSM, supernetting, and converting whole numbers/IP addresses to binary.
Python | Subnetting
OpenPortHunter v1.0
A tool written in Python that identifies open ports and provides WHOIS information for the target before scanning.
Python | TCP/IP | Protocols | Ports
WebDirsCovery v1.0
A tool written in Python that automates the process of finding hidden directories on websites.
Python | HTTP/HTTPS
AutoWebRecon v1.0
A tool written in Bash script for automating website reconnaissance using built-in Kali tools.
Bash | Kali Linux | Reconnaissance

My Website Portfolio v0.4.0
This website itself! I built from scratch to share my journey, skills, projects and writeups.
HTML | CSS | JavaScript

Reycademy Channel
A channel I created to share my knowledge in ethical hacking and help my fellow Filipinos learn ethical hacking.
Teaching | Presenting | Content Creation
HTTPayload
Written in Python that generates stealthy payloads for web attacks using encoding techniques and request obfuscation.
Python | HTTP/HTTPS | OWASP Top 10
Reycademy Website
A platform for my YouTube channel where each video has its own quiz.
HTML | CSS | JavaScript