Projects

How to Check Domain …

Hi, I’m Monazir Muhammad Doha. In this article, I want to share with you a simple and effective way to check domain expiry using a project that I made, called Flask_Whois. Hosted at whois.houndsec.net, this tool is a breath of fresh air compared to many preexisting websites that are often …

How to Test if Your …

Do you use cloudflare cache to seed up your website? Well, then you better know if it’s working or not. One effective way to tell if a response/page was served from the cache or not is to check the response header. We will talk about it in Method 02, but first let me show you a faster and …

How To URL Mask Like A …

URL Masking URL masking is a clever technique used to make a web link appear different than it really is. Imagine it like putting on a disguise for a hyperlink. In this trick, a special character, the “@” symbol, is used to fool web browsers into thinking the link goes somewhere else. …