Daily Writeups
3.5K subscribers
2 photos
129K links
Daily Bug Bounty / Cybersecurity Writeups
Source Code : https://github.com/Spix0r/writeup-miner
Download Telegram
Title: Detecting Web Attacks Walkthrough. TryHackMe
════════════════════════
𐀪 Author: Lintu Oommen
════════════════════════
Time: Wed, 19 Nov 2025 12:42:23 GMT
════════════════════════
Tags: #web_security #cybersecurity #tryhackme #wireshark
Forwarded from Bug Bounty Diary
The perils of the “real” client IP & X-Forwarded-For Header

You've probably seen headers like these in common 403-bypass wordlists (e.g., my gist):
X-Forwarded-For: 127.0.0.1
X-Forwarded-Host: 127.0.0.1
X-Client-IP: 127.0.0.1

…and hundreds of similar variations (with 127.0.0.1, localhost, 192.168.1.1, internal IPs, etc.), but have you ever stopped to wonder why they sometimes actually work to bypass IP-based restrictions, rate limits, or 403/401 responses?

The answer lies in how unreliable and inconsistent the handling of "real client IP" headers is when a web application sits behind a reverse proxy (whether that’s a CDN like Cloudflare, an AWS ALB, a simple Nginx instance, etc.). It’s quite challenging for developers, because there’s no universal, standardized way for proxies to convey the original visitor’s IP to the backend and even less consensus on how the backend should parse and trust that information.

As a result, developers often rely on headers like X-Forwarded-For, X-Real-IP, or True-Client-IP to detect a visitor’s “real” IP address. But many frameworks use fragile logic especially the common pattern of trusting the left-most value in X-Forwarded-For. This is dangerous because the left-most entry is fully controlled by the client.

Cloudflare, AWS ALB, and many other proxies append the real IP to the header instead of overwriting it. So an attacker can send:
X-Forwarded-For: 127.0.0.1

and it becomes:
127.0.0.1, <real attacker IP>

Many libraries (like go-chi/httprate in Go) will mistakenly trust that spoofed first value. The app then believes the user is localhost or a trusted internal IP and may skip rate limits, authentication checks, or internal-only protections entirely.

This is not rare! dozens of frameworks and servers (Express, Jetty, IIS, Go libs, etc.) use inconsistent or insecure parsing strategies. The root problem: trusting client-controlled forwarding headers without restricting which proxies are allowed to set them.

I summarized the blog, but I highly recommend reading the full article here: Article

#bugbounty #recon #HTTP #bypass
© t.iss.one/BugBounty_Diary
Title: Python-Based WhatsApp Worm Spreads Eternidade Stealer Across Brazilian Devices
════════════════════════
𐀪 Author: Unknown
════════════════════════
Time: Wed, 19 Nov 2025 21:05:00 +0530
════════════════════════
Tags: No_Tags
Title: Seraphic Becomes the First and Only Secure Enterprise Browser Solution to Protect Electron-Based Applications
════════════════════════
𐀪 Author: CyberNewswire
════════════════════════
Time: Wed, 19 Nov 2025 15:43:06 +0000
════════════════════════
Tags: #Press Release #Product Launch
Title: Fortinet Issues Fixes as FortiWeb Takeover Flaw Sees Active Attacks
════════════════════════
𐀪 Author: Deeba Ahmed
════════════════════════
Time: Wed, 19 Nov 2025 15:29:28 +0000
════════════════════════
Tags: #Security #CISA #Cyber Attack #Cybersecurity #Fortinet #FortiWeb #Vulnerability
Title: Obscure MCP API in Comet Browser Breaches User Trust, Enabling Full Device Control via AI Browsers
════════════════════════
𐀪 Author: CyberNewswire
════════════════════════
Time: Wed, 19 Nov 2025 14:01:15 +0000
════════════════════════
Tags: #Press Release #Breach and Attack #CISO #Monitoring #Report #Research
Title: MSQP: An MySQL privilege escalation tool
════════════════════════
𐀪 Author: Мартин.
════════════════════════
Time: Wed, 19 Nov 2025 15:56:05 GMT
════════════════════════
Tags: #linux #hacking #mysql #security #pentesting
Title: Why the idea of AI fighting AI in cybersecurity is a dangerous myth.
════════════════════════
𐀪 Author: Abatis ABTU
════════════════════════
Time: Wed, 19 Nov 2025 15:32:45 GMT
════════════════════════
Tags: #cybersecurity #future_of_work #infosec #artificial_intelligence #technology
Title: The First Fully AI-Led Cyberattack Has Arrived
════════════════════════
𐀪 Author: Juan M. Vazquez
════════════════════════
Time: Wed, 19 Nov 2025 15:41:17 GMT
════════════════════════
Tags: #chatgpt #artificial_intelligence #ai #claude #cybersecurity
Title: Why EU Administrations Still Seal Official Letters on Paper
════════════════════════
𐀪 Author: Letro
════════════════════════
Time: Wed, 19 Nov 2025 15:40:11 GMT
════════════════════════
Tags: #cybersecurity #communication #data_protection #legal_technology #digital_transformation
Title: The Day AI Stopped Knocking and Started Kicking Down the Door
════════════════════════
𐀪 Author: Earnest Sherrill
════════════════════════
Time: Wed, 19 Nov 2025 15:38:42 GMT
════════════════════════
Tags: #technology #ai #cybersecurity #entrepreneurship #self_improvement
Title: The Day the Internet Blinked: Why Half the Web Went Dark Yesterday
════════════════════════
𐀪 Author: Tomas Monka
════════════════════════
Time: Wed, 19 Nov 2025 15:36:45 GMT
════════════════════════
Tags: #internet_outage #gemini_3 #cybersecurity #cloudflare #technology
Title: What Ethical Hackers Actually Do (and What They Don’t Do)
════════════════════════
𐀪 Author: Nur_nayeem
════════════════════════
Time: Wed, 19 Nov 2025 15:27:52 GMT
════════════════════════
Tags: #ethics #ethical_hacking #cybersecurity #hacker #white_hat_hacker
Title: New Data Security Posture Management
════════════════════════
𐀪 Author: Mechanics Team
════════════════════════
Time: Wed, 19 Nov 2025 15:20:33 GMT
════════════════════════
Tags: #microsoft_purview #data_protection #data_security #cybersecurity #ai_observability
Title: The Ultimate Ransomware Defense: Test Your Backups!
════════════════════════
𐀪 Author: Max Farnga
════════════════════════
Time: Wed, 19 Nov 2025 15:06:08 GMT
════════════════════════
Tags: #data_back_up #cybersecurity #technologytips #ransomware_defense #cyber_security_awareness
Title: When the Internet Went Dark & the ‘Silicon’ in Silicon Valley: Resilience as a Commodity in a…
════════════════════════
𐀪 Author: Shani Zanescu
════════════════════════
Time: Wed, 19 Nov 2025 15:05:02 GMT
════════════════════════
Tags: #technology #cybersecurity #cloudflare #artificial_intelligence #resilience
Title: Cyber Briefing: 2025.11.19
════════════════════════
𐀪 Author: CyberMaterial
════════════════════════
Time: Wed, 19 Nov 2025 15:02:26 GMT
════════════════════════
Tags: #information_security #cybersecurity #cyber_briefing
Title: Simple CTF — TryHackMe Writeup
════════════════════════
𐀪 Author: Pradithareddy
════════════════════════
Time: Wed, 19 Nov 2025 14:21:58 GMT
════════════════════════
Tags: #capture_the_flag #ethical_hacking #pentesting #cybersecurity #tryhackme
Title: Hackers Actively Exploiting 7-Zip Symbolic Link–Based RCE Vulnerability (CVE-2025-11001)
════════════════════════
𐀪 Author: Unknown
════════════════════════
Time: Wed, 19 Nov 2025 21:57:00 +0530
════════════════════════
Tags: No_Tags
Title: Hacker Selling Alleged Samsung Medison Data Stolen In 3rd Party Breach
════════════════════════
𐀪 Author: Waqas
════════════════════════
Time: Wed, 19 Nov 2025 16:47:20 +0000
════════════════════════
Tags: #Security #888 #BreachForums #Cyber Attack #Cybersecurity #data breach #Privacy #Samsung #Samsung Medison #Vulnerability
Title: Seraphic Becomes the First and Only Secure Enterprise Browser Solution to Protect Electron-Based Applications
════════════════════════
𐀪 Author: cybernewswire
════════════════════════
Time: Wed, 19 Nov 2025 15:42:14 +0000
════════════════════════
Tags: #Press Release