• home
  • blog
  • about
  • projects
  • contact

    blog


    Mon Mar 04 2024
    backend
    cloudflare

    How to set up a CDN using Cloudflare R2 and Workers.

    Cloudflare, Inc., is an American company that provides content delivery network services, cloud cybersecurity, DDoS mitigation, and ICANN-accredited domain registration services. They provide multiple tiers to their services. You can get most Cloudflare services on the free tier but you have to move to their pay-as-you-go model for services like workers. I am going to use my own repository for this, you can find it here. Creating an R2 Bucket Let's start with creating a Cloudflare R2 bucket...

    Read more →
    Mon Aug 14 2023
    penetration-testing
    writeup
    tryhackme
    thm

    TryHackMe - Basic Pentesting (Walkthrough).

    This is an easy machine meant to teach basic concepts of penetration testing. Let's start. I'll be using a Kali Linux machine on WSL-2 as my attacking device. After connecting to OpenVPN and launching the machine, here are the IP Addresses we get: Local Machine: 10.9.101.147 Target Machine: 10.10.71.145 Finding the exposed services on the machine. I am going to use nmap to get a list of exposed ports and services on the machine: $ nmap -sV -A -v 10.10.71.145 the results look like this: W...

    Read more →