Posts

How to Enable Verified Commits and Tags in GitHub Codespaces Using SSH

✅ How to Enable Verified Commits and Tags in GitHub Codespaces Using SSH If you're using GitHub Codespaces and want your commits and tags to display the green "✅ Verified" badge on GitHub, you’ll need to set up SSH signing manually. By default, Codespaces do not sign commits or tags — but with a few steps, you can make every change cryptographically verified. In this guide, you’ll learn: Why commit/tag verification matters How to set up SSH signing in Codespaces How to automate the setup with a setup.sh script How to verify your setup is working Why Use Verified Commits and Tags? When you push a signed commit or tag to GitHub, and the signature matches a key you've registered with your account, GitHub shows a green ✅ Verified badge next to it. This proves that the changes truly came from you — and haven’t been tampered with. In professional or open-source work, this improves trust, authenticity, and security .  Step-by-Step Setup in GitHub Code...

How Phishing Attacks Actually Work: Real Demo Using SET Toolkit & ShadowLink For Education Only

Image
Phishing is one of the most common attack vectors in cybercrime. In this post, we’ll walk through how phishing websites are created using: Kali Linux (Ethical hacking OS) SET Toolkit (Social Engineering Toolkit) Serveo (Port forwarding to expose local host online) ShadowLink (URL masking tool to make malicious links look legit) You’ll see exactly how attackers can craft phishing pages, host them online, and disguise the links to look harmless — and you’ll learn how to detect and defend against it. DISCLAIMER: This guide is intended purely for educational and awareness purposes . The techniques shown are commonly used in cyber attacks, and this walkthrough is meant to help readers understand how phishing works so they can protect themselves. Do not perform any of these techniques on real systems or without proper authorization. Cybersecurity education is about prevention — not exploitation. Tools Used: 🔹 Kali Linux 🔹 SET Toolkit 🔹 Serveo.net (SSH-base...

Email OTP Bypass Using Kali Linux, Burp Suite, and Temp Mail – Ethical Hacking Demonstration

Image
Explore how weak OTP implementations can be tested and bypassed in a legal, controlled environment using Kali Linux tools and Burp Suite. This educational guide is intended for ethical hackers and cybersecurity learners. In this blog post, I will walk you through a step-by-step demonstration of an Email OTP (One-Time Password) bypass , conducted purely for educational and ethical testing purposes . The entire process was performed in a controlled environment using legal and publicly available tools and test websites. The goal is to raise awareness about the importance of secure OTP implementations and how weak setups can be vulnerable to brute-force techniques. 🧰 Tools & Resources Used Operating System : Kali Linux Proxy Tool : Burp Suite Community Edition Temporary Email Provider : Temp Mail Test Environment : Expand Testing – OTP Login Page Terminal Commands : Crunch, touch, cat ⚙️ Methodology Accessed a Demo OTP Login Page Using the practice site at pra...

How to Format a USB Drive Using Windows CMD – Complete Step-by-Step Guide

Image
Format a USB Drive Using Windows CMD Want to format your USB drive using Command Prompt in Windows? This detailed guide walks you through each step, ensuring a smooth and error-free process. Follow along to clean, create, and format your USB drive using simple CMD commands. >> Steps Covered in This Guide: 1. Open Command Prompt with Admin Privileges Press Win + X , select Terminal (Admin) , and click Yes if prompted. 2. Start DiskPart Type the following command and press Enter: diskpart 3. List Available Drives To identify your USB drive, enter: list disk 4. Select the USB Drive Choose the correct USB drive (replace "X" with the drive number): select disk X 5. Clean the Drive Erase all data on the USB drive by typing: clean 6. Create a New Partition To create a primary partition, enter: create partition primary 7.  Format the USB Drive To format it with NTFS, type: format fs=ntfs quick For FAT32, use: format fs=fat32 quick 8. Assign a Drive Lett...

How to Install WSL on Windows 11 and Set Up Kali Linux – Complete Step-by-Step Guide

Image
How to Install WSL on Windows 11 and Set Up Kali Linux If you want to run Kali Linux on your Windows 11 system using WSL (Windows Subsystem for Linux), this detailed guide will help you set up everything from start to finish. WSL allows you to run a full Linux environment directly on Windows without needing a virtual machine or dual boot. In this post, we will walk you through enabling the necessary Windows features, installing WSL, downloading Kali Linux, setting up your user account, and updating the system for the best performance. Whether you're a cybersecurity enthusiast, developer, or Linux user looking for a simple way to use Kali Linux on Windows, this guide covers everything you need to know. Follow the steps carefully, and by the end, you’ll have Kali Linux fully installed and running on your Windows 11 machine. Step 1: Enable WSL and Virtual Machine Platform Before installing WSL and Kali Linux, we need to enable two key Windows features: Virtual Machine Platform ...

50+ Essential Windows 11 Keyboard Shortcuts for Maximum Productivity

Windows 11 is packed with powerful keyboard shortcuts that boost productivity, save time, and enhance your user experience. Whether you're managing windows, navigating File Explorer, or working with virtual desktops, this ultimate guide will help you master 5 0+ essential shortcuts . 1. General Windows Shortcuts These shortcuts work across most applications and Windows environments. Ctrl + C – Copy Ctrl + X – Cut Ctrl + V – Paste Ctrl + Z – Undo Ctrl + Y – Redo Ctrl + A – Select all Ctrl + S – Save Ctrl + P – Print Ctrl + O – Open file Windows + D – Show Desktop (Minimize all windows) Windows + L – Lock your PC Windows + E – Open File Explorer Windows + I – Open Settings Windows + R – Open Run dialog Windows + U – Open Accessibility settings 2. Window Management Shortcuts Easily control window size, position, and snapping with these shortcuts. Alt + F4 – Close active window Windows + Up Arrow – Maximize window...

Get Free Epic Games Alerts on Discord Automatically with EpicGames-Freebie-Notifier

Image
EpicGames-Freebie-Notifier: Never Miss a Free Epic Games Giveaway Again! Are you tired of checking the Epic Games Store every week for free games? Want to get automatic notifications on your Discord server whenever new free games are available? EpicGames-Freebie-Notifier is here to save you time and effort! This open-source project runs on GitHub Actions and sends real-time alerts to your Discord whenever Epic Games offers a new free game. Features ✅ Automatic Tracking: Fetches free games from the Epic Games Store daily. ✅ Discord Notifications: Sends well-formatted Discord messages with game details, countdown timers, and images. ✅ Daily Updates: Runs automatically at 12:00 AM UTC using GitHub Actions. ✅ Expiration Tracking: Updates the remaining free claim time daily, showing "FREE for 7 days," then "FREE for 6 days," and so on. ✅ Duplicate Prevention: Avoids sending the same notification twice. ✅ Open Source: Free to use, modify, and contribute!...