Brut Security
15.2K subscribers
965 photos
76 videos
292 files
1.01K links
βœ…DM: @wtf_brut
πŸ›ƒWhatsApp: https://wa.link/brutsecurity
🈴Training: https://brutsecurity.com
πŸ“¨Mail: info@brutsec.com
Download Telegram
Hey Hunter's,

Do you guys want to learn about how "Google Authenticator" actually works? And how we can bypass it...

If you guys are interested I'll share a detail write-up about the work flow and the bypass method of Google Authenticator 2FA.

Share Your opinion here @brutsec

~DarkShadow
πŸ‘35πŸ”₯12πŸ—Ώ7
🚨 Brut Security | Feb 2026 – Enrollments Open 🚨

Ready to step into cybersecurity the right way?

πŸ”₯ Courses Available
β€’ Ethical Hacking
β€’ Web Penetration Testing
β€’ Bug Bounty Hunting
β€’ SOC / SIEM (Blue Team)

πŸ’» Live training + practical labs
🧠 Real-world attack & defense mindset
🎯 Limited seats only

πŸ“… Batch Starts: February 2026

If you’re serious about skills, not certificates β€” this is for you.

πŸ“© DM Brut Security to enroll
Brut Security pinned «🚨 Brut Security | Feb 2026 – Enrollments Open 🚨 Ready to step into cybersecurity the right way? πŸ”₯ Courses Available β€’ Ethical Hacking β€’ Web Penetration Testing β€’ Bug Bounty Hunting β€’ SOC / SIEM (Blue Team) πŸ’» Live training + practical labs 🧠 Real-world attack…»
Argus: A Python-based toolkit for Information Gathering & Reconnaissance #OSINT

GitHub: github.com/jasonxtn/Argus
❀7πŸ‘2
Hey Hunter's,
DarkShadow is here back again!

hunting backup is a underestimate vulnerability which missed by many bug bounty hunters.

Find API endpoints via reading js or api documentation (if available). Then play with various request methods (e g. GET, POST)

also you might use my this provided simple and effective Wordlist:

/api/v1/backup/create
/api/v1/backup/export
/api/v1/backup/download/{id}
/api/v1/backup/restore
/api/v1/backup/schedule
/api/v1/backup/config
/api/setup/backup
/api/admin/system/backup/run
/api/manage/backup/snapshot
/api/settings/maintenance/backup
/api/system/export-data
/api/db/backup/start
/api/db/dump
/api/v1/database/snapshot
/api/v1/sql/backup
/api/v1/storage/archive
/api/v1/sync/backup
/api/v1/volumes/{id}/snapshot
/api/v1/backups/checkpoints


ο»Ώ

Guys I'll soon upload a detailed write-up about "Google Authenticator" workflow fundamentals and chain reaction for bypass it. Until show your love ❀️

#bugbountytips #missconfig
πŸ”₯11❀3πŸ‘3
⚠️Sirius is an open-source comprehensive vulnerability scanner that leverages community-driven security intelligence and automated penetration testing capabilities.

πŸ‘‰https://github.com/SiriusScan/Sirius
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯5
100+ N8N Security workflow & automation✨

For Red/Blue/AppSec workflows, integrations, and ready-to-run playbooks.

https://github.com/0xSojalSec/n8n-Red-Blue-AppSec-workflows

#infosec #cybersec #bugbounty
πŸ”₯9❀2
Automates enumeration and recon scans in the background

https://github.com/21y4d/nmapAutomator
1❀4πŸ‘1
😁30😒8❀5🫑5πŸ™1
Hey everyone! We’ve officially updated the Brut Security branding. We wanted something more minimal, eye-catching, and "cyber."

Check out the new orange-red glow. Does it hit the mark for you?

Drop a πŸ”₯ if you love it, or let us know your thoughts in the comments!
1πŸ”₯21❀4πŸ€”4
πŸ”“ Google released Net-NTLMv1 rainbow tables that enable cracking password hashes in under 12 hours using consumer hardware.

πŸ”— Learn more here
πŸ”₯3πŸ‘2
➑️A new Web Penetration Testing batch is starting next Tuesday at 4 PM IST.

🌟If you’re interested, please DM me. Special discounts are available, including a student discount.

πŸ’ŽThe class language will be Bengali.

🟒DM on WhatsApp- +918945971332
Please open Telegram to view this post
VIEW IN TELEGRAM
Brut Security pinned «➑️A new Web Penetration Testing batch is starting next Tuesday at 4 PM IST. 🌟If you’re interested, please DM me. Special discounts are available, including a student discount. πŸ’ŽThe class language will be Bengali. 🟒DM on WhatsApp- +918945971332Β»
πŸ˜”Recon is where most bounties are won.

🌟Argus is a Python-powered toolkit built for serious hunters:
β€’ Faster intel
β€’ Cleaner signals
β€’ Better targets

πŸ‡ΊπŸ‡ΏStop guessing. Start seeing. πŸ¦…

πŸ€”https://github.com/jasonxtn/argus
Please open Telegram to view this post
VIEW IN TELEGRAM
❀6πŸ‘1
Hey Hunter's,
DarkShadow is here back again!

πŸ”₯SQL injection in json endpointπŸ’€

Always be check json, js endpoints for SQLi. Make sure you check blind base injections. Cause here only possible blind base injections.

#sqli #bugbountytips
πŸ—Ώ5πŸ‘2❀1πŸ”₯1
To the Brut Security Community: Saraswati Puja is a celebration of learning, and in our field, learning never stops. May your curiosity be endless, your logic be sharp, and your thirst for knowledge lead you to mastery.

Wishing you a powerful and blessed Saraswati Puja. Let’s keep building, keep breaking, and keep learning.
❀11πŸ”₯1
β™ΎBug Bounty Tip: Bypassing WAFs for Stored XSS via ASCII-Hex Encoded PDF Payloads

➑️Many platforms allow users to upload PDFs that get previewed/rendered directly in the browser (often using libraries like PDF.js in Firefox, Chrome extensions, embedded viewers, or custom implementations).

A clever trick for Stored XSS (or Blind XSS variants):

1. Craft a classic XSS payload (e.g., one that executes alert(document.domain) or exfiltrates cookies/tokens).

2. Encode the entire malicious JavaScript as ASCII hex (each character β†’ \xHH format).

3. Embed it inside a tiny/valid PDF structure that triggers execution during font/glyph rendering or object parsing in vulnerable PDF renderers.

4. Upload the PDF to a target feature that stores and previews user-uploaded documents (profile, reports, tickets, resumes, invoices, shared files, etc.).

5. When a victim (admin, user, or support) previews/opens the PDF in a vulnerable renderer β†’ XSS fires in the context of the PDF viewer.

⚑️Key advantages:
- Many WAFs / upload filters / content scanners completely miss it because it's not a classic <script> or HTML β€” it's binary-ish PDF content with hex-encoded JS.

- Can be tuned for Stored β†’ persistent until deleted.

- Can be adapted for Blind XSS β†’ exfiltrate to your server instead of alert().

πŸ’¬Real-world notes from hunters:
- Works especially well against PDF.js-based previews (Firefox default, many web apps embed it).

- Reference: Similar to behavior seen in CVE-2024-4367 (arbitrary JS exec in PDF.js via font handling path).

- Impact varies:

- Self-XSS / low-priv user alert β†’ usually P4–P5 or Informational.

- Admin views it β†’ potential session theft / higher severity (P2–P3 possible if you can prove escalation).

- Some programs reject pure alert() PoCs in sandboxed viewers (no cookie access in most cases) β†’ demonstrate real impact (e.g., redirect, keylogger, token exfil) or target-specific quirks.

- Pro tip: Test on your primary programs that have PDF preview/generation features β€” many still do!

⚑️Resources to start:
- Repo with example payloads: https://github.com/orwagodfather/XSS-Payloads
- Edit payloads easily in Notepad++ (hex view or find/replace).

Happy hunting β€” stay ethical & report responsibly! πŸ†

Photo Credit- Orwa

#bugbountytip #bugbounty #xss #websecurity #pdfxss
🫑7πŸ”₯5❀2