⤷ Title: Detecting Web Attacks Walkthrough. TryHackMe
════════════════════════
𐀪 Author: Lintu Oommen
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 12:42:23 GMT
════════════════════════
⌗ Tags: #web_security #cybersecurity #tryhackme #wireshark
════════════════════════
𐀪 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):
…and hundreds of similar variations (with
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:
and it becomes:
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
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
════════════════════════
𐀪 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
════════════════════════
𐀪 Author: CyberNewswire
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:43:06 +0000
════════════════════════
⌗ Tags: #Press Release #Product Launch
Hackread
Seraphic Becomes the First and Only Secure Enterprise Browser Solution to Protect Electron-Based Applications
Follow us on Bluesky, Twitter (X), Mastodon and Facebook at @Hackread
⤷ 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
════════════════════════
𐀪 Author: Deeba Ahmed
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:29:28 +0000
════════════════════════
⌗ Tags: #Security #CISA #Cyber Attack #Cybersecurity #Fortinet #FortiWeb #Vulnerability
Hackread
Fortinet Issues Fixes as FortiWeb Takeover Flaw Sees Active Attacks
Follow us on Bluesky, Twitter (X), Mastodon and Facebook at @Hackread
⤷ 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
════════════════════════
𐀪 Author: CyberNewswire
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 14:01:15 +0000
════════════════════════
⌗ Tags: #Press Release #Breach and Attack #CISO #Monitoring #Report #Research
Hackread
Obscure MCP API in Comet Browser Breaches User Trust, Enabling Full Device Control via AI Browsers
Follow us on Bluesky, Twitter (X), Mastodon and Facebook at @Hackread
⤷ Title: MSQP: An MySQL privilege escalation tool
════════════════════════
𐀪 Author: Мартин.
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:56:05 GMT
════════════════════════
⌗ Tags: #linux #hacking #mysql #security #pentesting
════════════════════════
𐀪 Author: Мартин.
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:56:05 GMT
════════════════════════
⌗ Tags: #linux #hacking #mysql #security #pentesting
Medium
MSQP: An MySQL privilege escalation tool
Visit: https://github.com/MartinxMax/MSQP
⤷ 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
════════════════════════
𐀪 Author: Abatis ABTU
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:32:45 GMT
════════════════════════
⌗ Tags: #cybersecurity #future_of_work #infosec #artificial_intelligence #technology
Medium
Why the idea of AI fighting AI in cybersecurity is a dangerous myth.
The narrative that the only answer to AI driven attacks is more defensive AI is becoming common. It sounds plausible. If attackers automate…
⤷ 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
════════════════════════
𐀪 Author: Juan M. Vazquez
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:41:17 GMT
════════════════════════
⌗ Tags: #chatgpt #artificial_intelligence #ai #claude #cybersecurity
Medium
The First Fully AI-Led Cyberattack Has Arrived
And It Changes Everything
⤷ 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
════════════════════════
𐀪 Author: Letro
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:40:11 GMT
════════════════════════
⌗ Tags: #cybersecurity #communication #data_protection #legal_technology #digital_transformation
Medium
Why EU Administrations Still Seal Official Letters on Paper
Across Europe, the official letter remains the default instrument for notices, decisions, and service of rights.
⤷ 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
════════════════════════
𐀪 Author: Earnest Sherrill
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:38:42 GMT
════════════════════════
⌗ Tags: #technology #ai #cybersecurity #entrepreneurship #self_improvement
Medium
The Day AI Stopped Knocking and Started Kicking Down the Door
The first time I realized the world had shifted, it wasn’t on the news. It wasn’t some breaking alert or government announcement. It was…
⤷ 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
════════════════════════
𐀪 Author: Tomas Monka
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:36:45 GMT
════════════════════════
⌗ Tags: #internet_outage #gemini_3 #cybersecurity #cloudflare #technology
Medium
The Day the Internet Blinked: Why Half the Web Went Dark Yesterday
Was it a cyberattack? A rogue AI? Or just a really bad typo? Here is what actually happened during the Cloudflare outage of Nov 18.
⤷ 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
════════════════════════
𐀪 Author: Nur_nayeem
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:27:52 GMT
════════════════════════
⌗ Tags: #ethics #ethical_hacking #cybersecurity #hacker #white_hat_hacker
Medium
What Ethical Hackers Actually Do (and What They Don’t Do)
SDG:4 (Education)
⤷ 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
════════════════════════
𐀪 Author: Mechanics Team
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:20:33 GMT
════════════════════════
⌗ Tags: #microsoft_purview #data_protection #data_security #cybersecurity #ai_observability
Medium
New Data Security Posture Management
Microsoft Purview
⤷ 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
════════════════════════
𐀪 Author: Max Farnga
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:06:08 GMT
════════════════════════
⌗ Tags: #data_back_up #cybersecurity #technologytips #ransomware_defense #cyber_security_awareness
Medium
The Ultimate Ransomware Defense: Test Your Backups! 💾🔒
Why This Matters Now: When a Ransomware attack hits, it locks your files and holds them hostage, demanding payment. The goal of the attack…
⤷ 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
════════════════════════
𐀪 Author: Shani Zanescu
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:05:02 GMT
════════════════════════
⌗ Tags: #technology #cybersecurity #cloudflare #artificial_intelligence #resilience
Medium
When the Internet Went Dark & the ‘Silicon’ in Silicon Valley: Resilience as a Commodity in a…
From internet blackouts to supply chain risks, the future belongs to systems built to endure. Resilience is no longer optional — it’s a…
⤷ Title: Cyber Briefing: 2025.11.19
════════════════════════
𐀪 Author: CyberMaterial
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:02:26 GMT
════════════════════════
⌗ Tags: #information_security #cybersecurity #cyber_briefing
════════════════════════
𐀪 Author: CyberMaterial
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:02:26 GMT
════════════════════════
⌗ Tags: #information_security #cybersecurity #cyber_briefing
Medium
Cyber Briefing: 2025.11.19
👉 What’s trending in cybersecurity today?
⤷ 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
════════════════════════
𐀪 Author: Pradithareddy
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 14:21:58 GMT
════════════════════════
⌗ Tags: #capture_the_flag #ethical_hacking #pentesting #cybersecurity #tryhackme
Medium
Simple CTF — TryHackMe Writeup
This is a complete walkthrough of the Simple CTF challenge on TryHackMe, featuring Nmap scanning, directory enumeration with Gobuster…
⤷ 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
════════════════════════
𐀪 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
════════════════════════
𐀪 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
Hackread
Hacker Selling Alleged Samsung Medison Data Stolen In 3rd Party Breach
Follow us on Bluesky, Twitter (X), Mastodon and Facebook at @Hackread
⤷ 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
════════════════════════
𐀪 Author: cybernewswire
════════════════════════
ⴵ Time: Wed, 19 Nov 2025 15:42:14 +0000
════════════════════════
⌗ Tags: #Press Release
Daily CyberSecurity
Seraphic Becomes the First and Only Secure Enterprise Browser Solution to Protect Electron-Based Applications
Tel Aviv, Israel, 19th November 2025, CyberNewsWire