Click the Images to learn more about the projects

A nosy little Python script that acts like a digital bouncer — scans Linux logs (auth.log) to catch failed login attempts, spot suspicious IPs, and tell you who's been trying to sneak into your system. It’s simple, fast, and surprisingly sassy.

Skills Used: Python, Regex, Log Analysis, Linux
Goal: Spot brute-force attacks and unauthorized login attempts.

Enter your email — we’ll check if it’s been leaked in any known data breaches using HaveIBeenPwned’s API. If your info’s floating around the dark web, you’ll get a clean, friendly report… and some safety advice from Jarif Ferdous Nahi 🕵️‍♂️

Skills Used: Python, APIs, Email Automation, Cyber Awareness
Goal: Help people find out if their credentials were exposed and guide them to secure their accounts.

Pop in a URL and this tool checks if the site is reachable, scans the SSL certificate for expiry, and inspects key security headers like X-Frame-Options and Content-Security-Policy. You’ll get a quick health check of any website — neat, beginner-friendly, and perfect for small business owners.

Skills Used: Python, SSL, HTTP Headers, Requests, Email Automation
Goal: Give businesses a quick snapshot of their website’s basic security posture.