Brut Security
15.2K subscribers
967 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
πŸš€Found a subdomain running on Symfony debug mode.
πŸ‘ΎTip: Use EOS (https://github.com/synacktiv/eos) to get PHP variables and a lot more.

#BugBounty #bugbountytips #vulnerability
Please open Telegram to view this post
VIEW IN TELEGRAM
❀1
πŸ₯·WebLogic Server Unauthenticated RCE | CVE 2020-14882
πŸ“žhttps://www.youtube.com/watch?v=WJn3-DHK1bk
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘5
Advanced XSS.pdf
370.6 KB
SQLi Techniques.zip
5.6 MB
πŸ‘6❀3
πŸ”₯22😁5πŸ‘4❀1πŸ—Ώ1
Add 'app/config/config.local.neon' to the wordlist, and maybe you will get juicy data.

By:
@NoRed0x

#bugbountytips #bugbountytip
πŸ‘Œ5❀2πŸ‘1
πŸ‘ΎTrying to find Origin IP check out this tool created by @mmrecon to find IP behind WAF: https://github.com/mmarting/unwaf

#bugbountytips
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘4❀1πŸ”₯1
⚠️New BBP Target⚠️
πŸš€https://security.embracecloud.nl/.well-known/security.txt
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯5
Position for SOC leader at Director/ Associate Director level to run a SOC. Position is in Noida, CTC ~60L. Pls share any reference with priti@thecyberhire.com with a cc to talent@thecyberhire.com
🚨 New Ethical Hacking Batch Starting on 16th August! 🚨

Ready to dive into the world of ethical hacking? Our next batch kicks off on 16th August at 4 PM IST. Whether you're a student aiming to sharpen your cybersecurity skills or a professional looking to enhance your expertise, this course is designed for you!

πŸŽ“ Exclusive Offer for Students: 50% OFF (Student ID Required)

Don’t miss out on this opportunity to learn the latest in penetration testing, vulnerability assessment, and more. Secure your spot today!

πŸ‘‰ Register Now:
https://wa.me/message/NQLPOBIAEFDBN1
πŸ‘1
Bug Bounty-The Unseen Struggle.pdf
349.2 KB
πŸ’»Bug Bounty Story Time πŸ’»
❇Drop A Review After Reading It❇
πŸ”₯3
β˜„οΈWant to learn how to hack? First, you'll need to get a good grip on these basics:

βœ”οΈNetworking: Figure out how computers talk to each other.
βœ”οΈCoding: Learn to build and break stuff with code.
βœ”οΈLinux: Master this operating system – it's a hacker's playground.

πŸ›‘The better you understand these, the faster you'll pick up hacking skills.
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘3
πŸ–₯If you encounter the default IIS Windows window, do not forget to add /haproxy and /netdata to your wordlist and scan them, if you gain unauthorized access here, you will earn a reward.

#bugbountytips #BugBounty
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ•Š3
😁18πŸ”₯13πŸ‘1
If you've discovered an Insecure Direct Object Reference (IDOR) vulnerability where you can modify data belonging to others, here's a strategic approach to handle it:

1. Understand the Impact: First, assess the severity of the IDOR. If it allows you to modify critical data or perform actions with significant consequences, it's a high-impact vulnerability.

2. Avoid Temptation: Even though you could exploit the IDOR to change data, it's crucial not to do so without authorization. Unauthorized modification of data is a breach of trust and could lead to legal and ethical implications.

3. Proof of Concept (PoC): Create a PoC to demonstrate the IDOR. This could be as simple as changing a user's name or email address to something obvious, like "test@example.com".

4. Check for XSS Vulnerability: Before escalating the IDOR, check if the application is vulnerable to Cross-Site Scripting (XSS). If user input is echoed without proper sanitization and escaping, an IDOR could be escalated to an XSS attack.

5. Escalate to XSS: If an XSS vulnerability is found, exploit it to inject a malicious script. This could allow you to steal cookies, perform actions on behalf of the user, or even take over the user's account (Account Takeover - ATO).

Here's a simple example of how you might escalate an IDOR to an XSS attack:

- IDOR: You can change another user's name to "test".
- XSS: You find that user input is echoed without proper sanitization. So, you change the user's name to a malicious script, like
<script>alert('XSS Attack!')</script>.

6. Report the Vulnerabilities: After creating your PoCs, report the IDOR and any XSS vulnerabilities you've found to the appropriate security team. Provide clear steps on how to reproduce the issues.

Here's how you might report it:

- IDOR: "I found that I could change another user's name to any value. Here's how to reproduce it: [steps]..."
- XSS: "I found that user input is echoed without proper sanitization, allowing for XSS attacks. Here's how to reproduce it: [steps]..."
πŸ‘6❀2