Gokce Merdun
RSS FeedHey it is Gökçe, mostly writing in Typescript, Python and Rust. The frameworks that I like to use are Next.js, React, Prisma, Tauri, Plasmo. Fan of terminal UI. Pentesting and reverse engineering in spare time.
Recent Posts
Quickly Test Your Webhooks with Cloudflare Tunnel
Published: at 12:53 PMCreating a tunnel between your local machine and a tunnel service exposes local ports to the public internet. Many tools can help you do this, but today you're going to learn about Cloudflare Tunnel...
SSL Pinning Bypass For Android Using Frida
Published: at 04:05 AMSSL pinning is a security mechanism used by mobile applications to prevent man-in-the-middle attacks by verifying the server's SSL certificate. However, there are situations where developers or security testers...
Installing Burp Suite Certificate in an Android Emulator
Published: at 02:05 AMBurp Suite is a powerful tool for web application security testing and analysis. If you're working with an Android emulator and want to capture and analyze its network traffic using Burp Suite...
Keep Your Disk Clean, Developers
Published: at 02:04 AMAccumulated cache, temporary files, and unused dependencies can quickly fill up your storage and slow down your system's performance. In this article....