Skip to main content

Blog Posts

A space to share enjoyable content and express my personal perspective on various matters.

Today, I received an email claiming that a security vulnerability had been detected in one of my GitHub repositories. Typically, I receive security notifications from Dependabot, which direct me back to GitHub for further action.

However, this email was unusual. It prompted me to visit an external site, github-scanner.com, rather than linking to GitHub. The email was tied to an issue opened in my repository, urging me to visit this unknown link for more information on how to resolve the issue.

alt text

securityscam4 min read

Culture is all about the shared knowledge, beliefs, traditions, and practices of a group of people. It shapes everything in life how we talk, what we eat, how we dress, and what we value. Most of the time, culture is passed down from previous generations.

Since culture is such a big part of our lives, this article will look at some beliefs that challenge cultural norms.

Some of you might find these ideas controversial, but they’re based on logic, not tradition.

lifecontroversialpsychology3 min read

This is my journey of installing Windows 7 for minimal office use in Sri Lanka. The device that i'm dealing with today is an ancient Dell Inspiron N4050 from 2014 (a 10 year Intel i3 laptop).

windows6 min read

In today’s internet, SNI (Server Name Indication) plays a critical role in making secure connections. However, the SNI field is sometimes used as a gatekeeper to restrict or manage content access. This blog post will walk through what SNI spoofing is, why it works, and demonstrate how to implement a basic SNI spoofing proxy in Python.

pythonnetworkhacking7 min read