uz
Feedback
Brut Security 2.0

Brut Security 2.0

Kanalga Telegram’da o‘tish

Bringing you Bug Bounty Video POCs from top hunters around the globe!

Ko'proq ko'rsatish
4 534
Obunachilar
+424 soatlar
+47 kunlar
+3330 kunlar
Postlar arxiv
Hey Hunter's, DarkShadow is here back again! 💀File upload extension bypass new method✅ in media upload section you can uploa
+3
Hey Hunter's, DarkShadow is here back again! 💀File upload extension bypass new method✅ in media upload section you can upload files like: .png .jpg .txt .mov but if you upload any php file it block: .php .jpg.php .php7 .shtml The bypass is: ".php " (just add a simple space after .php) This is a very effective and simple way to bypass file upload vulnerbaility. so guy's if you really enjoy to read my methods show your love ❤️ #bugbountytips #bypass

‼️ CVE-2026-3891: A critical Unauthenticated Arbitrary File Upload vulnerability found in the Pix for WooCommerce WordPress p
‼️ CVE-2026-3891: A critical Unauthenticated Arbitrary File Upload vulnerability found in the Pix for WooCommerce WordPress plugin in versions up to and including 1.5.0. PoC: https://github.com/m4sh-wacker/CVE-2026-3891-Pix-for-WooCommerce-Plugin-Exploit

Repost from Brut Security
☄️SpideyX a multipurpose Web Penetration Testing tool with asynchronous concurrent performance with multiple mode and configu
☄️SpideyX a multipurpose Web Penetration Testing tool with asynchronous concurrent performance with multiple mode and configurations. https://github.com/RevoltSecurities/Spideyx

Happy Rath Yatra! 🙏 May Lord Jagannath bless you with unwavering faith, the strength to overcome every challenge, and the wi
Happy Rath Yatra! 🙏 May Lord Jagannath bless you with unwavering faith, the strength to overcome every challenge, and the wisdom to choose the right path. Just as the sacred chariot moves forward with purpose, may your life and journey always move toward growth, success, and peace. Wishing you and your family a joyful, prosperous, and blessed Rath Yatra. Jai Jagannath! ❤️🛕⚙️

‼️ CVE-2025-26529: Moodle XSS to RCE Exploit GitHub: https://github.com/Astroo18/PoC-CVE-2025-26529

Cybersecurity Tools Collection (Pentesting • Recon • Web Security • Network Analysis) 💀 Download Link : https://drive.google.com/drive/u/0/mobile/folders/1lGnd9YAzE5-Nes8NAsDDMpd-Aq3GES3p

Repost from Brut Security

Repost from Brut Security
10 Coupons dropping in 5 minutes ;)

Repost from Brut Security
The feeling of relief 😮‍💨

Repost from Brut Security
I am sharing 10 additional coupons on LinkedIn upon reaching 12,000 followers (60 remaining). 🎫📊 https://www.linkedin.com/posts/mandal-saumadip_cybersecurity-bugbounty-ethicalhacking-share-7479612184960909313-sG9F/ Please follow and like; the coupon will be available in the comments after reaching 12k followers. ⏱️💬 Thank you to everyone who participated today! 🙏

🔥 Just dropped — 2026 Bug Bounty Guide 📖 86 pages. 25 chapters. Built on real data. What's inside: → The AI shift — what it means for your bounties → Full recon workflow (subfinder → puredns → httpx → nuclei) → Every major vuln class with payloads — XSS, SSRF, IDOR, SSTI, SQLi, LFI, XXE → LLM & AI attack surface — prompt injection, MCP, indirect injection → WAF bypass techniques for CloudFlare, Akamai, AWS → 9 real HackerOne reports — PayPal $18,900 · Dropbox $17,576 · GitLab $12K · HackerOne $20K → Full payload cheatsheet you'll actually use mid-hunt → A-to-Z methodology checklist → Cloud security — AWS SSRF, S3, IAM escalation → Mobile app testing (Android + iOS) → Career roadmap from first VDP to private programs 🔗 https://topmate.io/saumadip/2187710 — Saumadip | Brut Security @brutsecurity

🔥 Chrome RCE PoC: CVE-2026-6307 A working renderer RCE Proof of Concept for CVE-2026-6307 — a V8 type-confusion bug (JS-to-Wasm deoptimization) patched in Chrome 147.0.7727.101. ✅ Full primitives (addrof/fakeobj, out-of-cage, in-cage r/w) ✅ No-ASLR RCE that patches JIT code to pop xcalc ✅ Based on Nebula Security writeup ✅ Heavily improved with frontier LLMs + human direction (4-day experiment) This is renderer-only and still far from fully weaponized, but great for learning and research. 📥 PoC + scripts: https://github.com/0xsha/CVE-2026-6307 #Chrome #V8 #Exploit #CVE #SecurityResearch

Repost from Brut Security
💥TORLINK: A torrent finder that runs right from your terminal with zero setup and nothing to configure. One search checks a small curated list of sources at once. Pick what you want, and it downloads directly to your computer. GitHub: https://github.com/baairon/torlink

🔴 Another serious security vulnerability has been discovered in Redis 8.8.0, and no POC has been released yet for this bidirectional RCE found by v12sec.

Repost from Brut Security
🚨 Bug Bounty Tip: Password Reset Race Condition Many applications generate a password reset token but fail to invalidate it when critical account details change. This can create a dangerous account takeover scenario. Test Flow: 1️⃣ Request a password reset for your account. 2️⃣ Do not use the reset link yet. 3️⃣ Log in normally using your current password. 4️⃣ Change your email address (or another identifier linked to password recovery). 5️⃣ Now open the old password reset link you received before the email change. 💥 Potential Finding: If the old reset token still resets the password after the email change, the application isn't invalidating previously issued reset tokens. An attacker with access to an older reset email could still take over the account even after the user updates their recovery email. What to Verify: • Is the old token still valid after changing the email? • Does the reset affect the current account owner? • Are all existing reset tokens revoked after sensitive account changes? • Does changing the password or email invalidate outstanding reset links? 🎯 Impact: High (Account Takeover) if an attacker can obtain or intercept an old password reset email. Always test only on accounts you own or are explicitly authorized to assess.

Old Days...
Old Days...

🔥 BRUT SECURITY — DAILY PENTEST DROP 🔥 "403 Forbidden" doesn't always mean forbidden. Hit a locked admin panel? Don't walk away — try these path tricks first:
/admin          → 403
/admin/.        → 200 ✅
//admin//       → 200 ✅
/./admin/./     → 200 ✅
/admin/.;/      → 200 ✅
/admin%20       → try it
Servers parse paths differently than WAFs filter them. That mismatch = your way in. Bonus move:
GET /anything HTTP/1.1
Host: target.com
X-Original-URL: /admin
Some reverse proxies trust this header blindly. 200 OK where there should've been a wall. ⚠️ Always test on scope you're authorized for. This is recon, not a free pass. 💬 Drop a like if you've ever bypassed a 403 like this in the wild. ---

☺️Your support keeps me motivated to share more valuable content! If you found this helpful, drop a like & send stars ⭐ to help me keep going. 💬 For queries, message me on Telegram: @wtf_brut 🎓 For course enrollment, reach out on WhatsApp: wa.link/brutsecurity

Repost from Brut Security
How to manually check for CL.TE Request Smuggling Vulnerabilities: 1️⃣ See if a GET request accepts POST 2️⃣ See if it accepts HTTP/1 3️⃣ Disable "Update Content-Length" 4️⃣ Send with CL & TE headers: POST / HTTP/1.1 Host: <HOST-URL> Content-Length: 6 Transfer-Encoding: chunked 0 G 5️⃣ Send request twice. If you receive a response like "Unrecognized method GPOST", you've just confirmed a CL.TE vulnerability! Try this out for yourself in our CL.TE lab: https://portswigger.net/web-security/request-smuggling/lab-basic-cl-te