Recon

RECON

Updated 4m ago
High-Signal Security Intelligence

2026-03-28

Bruce's Blog32 · 2026-03-28 02:00

Expose Localhost to the Internet: SSH Tunnels, frp, and Cloudflare Tunnel

Three battle-tested ways to expose local dev services to the internet without a public IP — SSH reverse tunnels, frp, and Cloudflare Tunnel. Full setup guides, architecture deep dives, and a practical comparison.
Dancho Danchev's Blog17 · 2026-03-28 19:23

Dissecting the XSS Cybercrime Friendly Forum Community - An Analysis

Dissecting the XSS Cybercrime Friendly Forum Community - An Analysis
Threatninja.net17 · 2026-03-28 14:58

Hack The Box: Browsed Machine Walkthrough – Medium Diffucility

Completed the Browsed machine on Hack The Box 🚀 Gained initial access by uploading a malicious Chrome extension with a reverse shell payload. Automated testing executed it, giving a foothold as larry and access to user flag. Escalated privileges by abusing a misconfigured sudo rule on extension_tool.py. A world-writable pycache directory allowed bytecode poisoning, leading to root access and full compromise. Great box for practicing client-side attacks, extension abuse, and privilege escalati...
先知安全技术社区17 · 2026-03-28 12:35

2026 SUCTF Pwn 方向 WriteUp:堆溢出、内核 Page Cache 篡改与 V8 引擎利用

本文复现 2026SUCTF 四道题目,涵盖 glibc 2.41 堆题、内核驱动及 V8 引擎漏洞。SU_minivfs 利用 write 函数的 off-by-null 污染 chunk header,结合 House of Einherjar 与 FSOP 劫持控制流;SU_Chronos_R
先知安全技术社区10 · 2026-03-28 11:49

【原创漏洞】JeecgBoot ≤3.4.0 验证码逻辑缺陷导致任意用户注册漏洞(0day)

JeecgBoot ≤3.4.0 验证码逻辑缺陷导致任意用户注册漏洞核心问题是由于系统对Redis缓存Key设计不严谨、验证码来源未做业务隔离、校验逻辑存在权限所导致
SitePoint8 · 2026-03-28 19:32

Hybrid AI Workflows: Combining DeepSeek-R1 Reasoning with Claude Sonnet Coding

How to have DeepSeek create detailed JSON architecture plans for Claude to implement. This tutorial walks through building a Node.js orchestration layer with a React frontend that demonstrates a multi-model AI workflow in action. Continue reading Hybrid AI Workflows: Combining DeepSeek-R1 Reasoning with Claude Sonnet Coding on SitePoint .