Brut Security
14.6K subscribers
908 photos
73 videos
287 files
965 links
βœ…Queries: @wtf_brut
πŸ›ƒWhatsApp: wa.link/brutsecurity
🈴Training: brutsec.com
πŸ“¨E-mail: [email protected]
Download Telegram
🚨 Critical zero-day tagged as CVE-2025-61882 (CVSS 9.8) affecting Oracle E-Business Suite

πŸ₯³Nuclei Vulnerability Detection Script:
https://github.com/rxerium/CVE-2025-61882

🟒This vulnerability is remotely exploitable without authentication.
Please open Telegram to view this post
VIEW IN TELEGRAM
❀13πŸ”₯3
πŸ₯³Oracle just disclosed a new vulnerability tagged CVE-2025-61884 - remotely exploitable vuln without requiring authentication

πŸ‘‰Nuclei detection for CVE-2025-61884 -https://gist.github.com/rxerium/6c70bc6b72fc0d1365c85937d35d9550
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯10❀3
😘dON'T fORGET tO gIVE rEACTIONS🫑
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯12
🟒Awesome MLSecOps - A curated list of MLSecOps tools, articles and other resources on security applied to Machine Learning and MLOps systems.

🚨https://github.com/RiccardoBiosas/awesome-MLSecOps
Please open Telegram to view this post
VIEW IN TELEGRAM
❀9πŸ”₯4
Media is too big
VIEW IN TELEGRAM
Backdoor vs WAF 🀣
As like the same think happens when WAF try to detect backdoor and the backdoor hide there self using encoding etc.πŸ˜‚
😁13❀2πŸ‘2🀨2
This media is not supported in your browser
VIEW IN TELEGRAM
🚨CVE-2025-24071 // CVE-2025-24054: PoC for NTLM Hash Leak via RAR/ZIP Extraction and .library-ms File

🟒POC: https://github.com/0x6rss/CVE-2025-24071_PoC
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯14πŸ‘2❀1
Hey Hunter’s
DarkShadow here back again!

bugbounty tip:
[easy to find critical bugs, follow this method]

1. find a api sensitive endpoint (must be leak sensitive info)

2. look headers "Cache-Control, CF-Cache-Status, Via, X-Cache, ETag, Age" confirm they store cache or not. (if stored try web cache deception)

3. change the HTTP request method (like: GET to POST, GET to HEAD, POST to PUT etc.)

4. if you find endpoints like: /api/users/123 use array based iDOR vulnerability (like: /api/users/123,122)

Don’t forget to show your love guys.

#bugbountytip #authbypass
❀32πŸ”₯5πŸ‘3πŸ‘2πŸ‘¨β€πŸ’»1
πŸ₯³βž‘️Find hidden params in JavaScript files
assetfinder *.com | gau | egrep -v '(.css|.svg)' | while read -r url; do js=$(curl -s --fail "$url") || continue; vars=$(printf "%s" "$js" | grep -Po 'var\s+\K[A-Za-z0-9_]+' | sed 's/$/=xss/' | sort -u); [ -n "$vars" ] && printf '\e[1;33m%s\n\e[1;32m%s\n' "$url" "$vars"; done


πŸ‘‰Why this is useful:

1. assetfinder + gau gathers reachable assets.
2. The loop pulls each URL, extracts var names from JS, and appends =xss so you get quick candidate parameters to fuzz.
3. You can feed those param names into quick fuzzers, Burp intruder, or manual probes to check for reflection, improper CSP, or unsafe eval usage.

πŸ‘‰Quick checklist after running:

1. Look for parameter-ish names (token, apiKey, path, callback, next, etc.).
2. Check if any appear in query strings or DOM sinks.
3. Verify whether values are reflected without encoding or used in eval()/innerHTML.
Please open Telegram to view this post
VIEW IN TELEGRAM
❀20
If you ever get a chance to comment or rate Brut Security, how much would you rate it? πŸ˜„
Anonymous Poll
47%
100%
37%
80%
11%
50%
11%
20%
πŸ”₯7❀5
Forwarded from Brut Security
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ”–Find hidden Endpoints:

javascript:(async function(){let scanningDiv=document.createElement("div");scanningDiv.style.position="fixed",scanningDiv.style.bottom="0",scanningDiv.style.left="0",scanningDiv.style.width="100%",scanningDiv.style.maxHeight="50%",scanningDiv.style.overflowY="scroll",scanningDiv.style.backgroundColor="white",scanningDiv.style.color="black",scanningDiv.style.padding="10px",scanningDiv.style.zIndex="9999",scanningDiv.style.borderTop="2px solid black",scanningDiv.innerHTML="<h4>Scanning...</h4>",document.body.appendChild(scanningDiv);let e=[],t=new Set;async function n(e){try{const t=await fetch(e);return t.ok?await t.text():(console.error(`Failed to fetch ${e}: ${t.status}`),null)}catch(t){return console.error(`Error fetching ${e}:`,t),null}}function o(e){return(e.startsWith("/")||e.startsWith("./")||e.startsWith("../"))&&!e.includes(" ")&&!/[^\x20-\x7E]/.test(e)&&e.length>1&&e.length<200}function s(e){return[...e.matchAll(/['"]((?:\/|\.\.\/|\.\/)[^'"]+)['"]/g)].map(e=>e[1]).filter(o)}async function c(o){if(t.has(o))return;t.add(o),console.log(`Fetching and processing: ${o}`);const c=await n(o);if(c){const t=s(c);e.push(...t)}}const l=performance.getEntriesByType("resource").map(e=>e.name);console.log("Resources found:",l);for(const e of l)await c(e);const i=[...new Set(e)];console.log("Final list of unique paths:",i),console.log("All scanned resources:",Array.from(t)),scanningDiv.innerHTML=`<h4>Unique Paths Found:</h4><ul>${i.map(e=>`<li>${e}</li>`).join("")}</ul>`})();
Please open Telegram to view this post
VIEW IN TELEGRAM
❀26πŸ‘1πŸ”₯1πŸ‘¨β€πŸ’»1
403 Bypass Payloads βš™οΈ
#infosec #cybersec #bugbountytips
❀25πŸ‘2
Happy Kali Puja πŸͺ”
❀9😁6πŸ™1
πŸ‘¨β€πŸ³ Damn-Vulnerable-RESTaurant πŸ‘¨β€πŸ³

⚑️An intentionally vulnerable Web API game for learning and training purposes dedicated to developers, ethical hackers and security engineers.

βœ…Get:
https://github.com/theowni/Damn-Vulnerable-RESTaurant-API-Game
❀10πŸ”₯3
Need to quickly check for exposed backup files? Check out fuzzuli, a simple tool by @musana to quickly check for sensitive files! 🀠

πŸ”— github.com/musana/fuzzuli
❀10πŸ”₯3πŸ—Ώ1
🚨New Batch Starting in November! Few seats are left. Hurry Up!
DM to Enroll
+918945971332 or wa.link/brutsecurity
❀12πŸ”₯7πŸ‘3
This media is not supported in your browser
VIEW IN TELEGRAM
2 step verification πŸ˜‚
😁25😒5
One of my student in very 1st day of the Advanced Web Pentesing session, just performed a basic automation scan and got sensitive information disclosure.

βœ…If you want to enroll and learn from very beginner level then DM us on https://wa.link/brutsecurity
❀7πŸ‘5πŸ™1
πŸ”₯Top 25 Bug Bounty Platform πŸ’°

01. Bugcrowd
02. HackerOne
03. Intigriti
04. YesWeHack
05. Synack, Inc.
06. HackenProof | Web3 bug bounty platform
07. Open Bug Bounty
08. Immunefi
09. Cobalt
10. Zerocopter
11. Yogosha
12. SafeHats
13. Vulnerability Research Labs, LLC
14. AntiHACKme Pte Ltd
15. RedStorm Information Security
16. Cyber Army Indonesia
17. Hacktrophy
18. Nordic Defender
19. Capture The Bug
20. Bugbounter
21. Detectify
22. BugBase
23. huntr
24. Pentabug
25. SecureBug

Happy Hunt ❀️
Please open Telegram to view this post
VIEW IN TELEGRAM
❀26🀨2πŸ—Ώ2