SsOn4jitinblog.sonajit.in·Jun 6 · 6 min readHow to Set Up GitHub SSH Authentication - Complete Setup Guide for Windows, Linux, and macOSIf you're still entering credentials every time you push or pull code from GitHub, it's time to switch to SSH authentication. SSH (Secure Shell) allows GitHub to verify your identity using cryptograph122L
SsOn4jitinblog.sonajit.in·Jan 19 · 4 min readWhisperPair: A New Bluetooth Threat Targeting Fast Pair DevicesOverview Bluetooth technologies have made wireless connectivity faster and more convenient than ever. Features such as Google Fast Pair simplify the pairing process, allowing users to connect devices 20
SsOn4jitinblog.sonajit.in·Dec 11, 2025 · 5 min readTHM Merry XSSmas Writeup: Learning Reflected and Stored XSS AttacksIntroduction The Merry XSSmas room demonstrates how improper input handling can lead to dangerous client-side vulnerabilities. This challenge focuses on two common web vulnerabilities: Reflected XSS 20
SsOn4jitinblog.sonajit.in·Dec 5, 2025 · 5 min readTHM W1seGuy Writeup: Learning XOR Weakness and Known Plaintext AttacksIntroduction The W1seGuy room demonstrates a classic cryptographic mistake: using XOR encryption with a short repeating key. This challenge highlights how predictable plaintext combined with weak XOR 10
SsOn4jitinblog.sonajit.in·Aug 25, 2025 · 4 min readHTB Three Walkthrough [Tier 1]: Learning AWS S3 Enumeration and Bucket ExploitationInitial Enumeration We begin by scanning the target machine using Nmap to identify open ports and running services. nmap -sV -sC 10.129.25.2 Output Starting Nmap 7.95 ( https://nmap.org ) at 2025-08-10