YPYogeshwar Peelainexploitnotes.hashnode.dev·34m ago · 5 min readTryHackMe : Overheard at BreakfastTL;DR A single artifact - a zipped screenshot of a Discord-style DM conversation is the entire challenge. Two "Byte Lotus Hotel" guests, Ponzi and Lambo!, chat about social media; Lambo! name-drops a00
YPYogeshwar Peelainexploitnotes.hashnode.dev·1h ago · 6 min readTryHackMe : Packed Light WriteupTL;DR A .pcapng capture shows a victim host on 192.168.1.141 downloading a Python keylogger (updates.py) from an attacker-controlled "hotel update server" at byte-lotus-hotel.thm:8080 (34.41.103.191).00
JJebitokinsharonjebitok.com·Jun 2 · 26 min readContAInment (TryHackMe)Link to the challenge on TryHackMe: ContAInment Challenge Your Mission You are a Security Analyst at West Tech, a classified defence and R&D contractor. Early this morning, internal monitoring systems00
VJVikram Jayanthinvr63.hashnode.dev·May 31 · 4 min readBase 64 EncodingCan we transfer files(Binary data) in a JSON string? The answer to this question is both yes and no. How could the answer be both yes and no even though we are not talking about quantum mechanics. JS00
AMAnirudhan Madhavaninanirudhan.hashnode.dev·Mar 13 · 4 min readBase64 Encoding and DecodingBytes are the computational truth, every other representation is an interface format Binary data cannot be safely passed through every channel. Email bodies, JSON fields, HTTP headers, PEM certificat00
JJadeninapnewsweb3.hashnode.dev·Feb 13 · 4 min readWhy is Base Transfer Still So Slow?On February 13, Coinbase outlined three major strategic directions for 2026 in its shareholder letter: developing a comprehensive trading platform, expanding stablecoin payments, and “onboarding the world to the blockchain.” Within this ambitious blu...00
ABAkash Bijweindevutilx.hashnode.dev·Jan 21 · 2 min readBase Converter — Because Binary Shouldn’t Be a Brain Buster 🧠🔢Ever stared at a number like 101101 and thought it was just a very strange binary greeting card? Whether you’re debugging bitwise logic, working with hashes, or translating numbers between bases, it’s way too easy to lose track of whether you’re in b...00
ZOZeroTrust Opsinnavyacyber.hashnode.dev·Dec 31, 2025 · 2 min readDay 15: Web Attack Forensics – Drone AloneThe Mission: Decoding the Drone Disturbance The town's drone scheduler started behaving erratically, receiving strange, unusually long HTTP requests containing Base64 chunks. The goal for this "Boss Rush" stage was to act as a Blue Teamer (defender) ...00
HHarisinharislab.hashnode.dev·Dec 16, 2025 · 2 min readHow to Encode and Decode Base64 Safely in Your BrowserHow to Encode and Decode Base64 Safely in Your Browser Base64 encoding and decoding is a common task for developers and tech enthusiasts. Whether you’re handling API tokens, images, or other data, it’s important to process it securely. Many online to...00
ABAkash Bijweindevutilx.hashnode.dev·Dec 15, 2025 · 1 min readImage to Base64 Converter — Because Images Shouldn’t Be Cryptic 🖼️🔡Ever tried copying an image into your code only to end up googling “how to embed images as text”? Yeah… we’ve all been there. One minute you’re optimizing assets, the next you’re knee-deep in <img src="data:image/png;base64,…”> and wondering if ancie...00