Search for all leaked keys/secrets using one regex!
regex: https://gist.github.com/h4x0r-dz/be69c7533075ab0d3f0c9b97f7c93a59
#BugBounty #bugbountytip
regex: https://gist.github.com/h4x0r-dz/be69c7533075ab0d3f0c9b97f7c93a59
#BugBounty #bugbountytip
π±8β€3π3π3π₯1
CVE-2026-67401: SQL Injection Vulnerability in cPanel, 9.9 Rating π₯
A vulnerability in cPanel's EmailTrack component allows an authenticated attacker with mail-related privileges to create arbitrary files on the server via SQL injection. This may lead to code execution as the root user, giving the attacker full control of the server.
Search at Netlas.io:
π Link: https://nt.ls/dIEpd
π Dork: http.title:cpanel OR http.headers.set_cookie:"cprelogin" OR http.headers.set_cookie:"cpsession"
Vendor's advisory:
https://support.cpanel.net/hc/en-us/articles/43187903921559-Security-CVE-2026-67401-SQL-Injection-Vulnerability-in-cPanel-s-EmailTrack-Functionality-September-8-2026
A vulnerability in cPanel's EmailTrack component allows an authenticated attacker with mail-related privileges to create arbitrary files on the server via SQL injection. This may lead to code execution as the root user, giving the attacker full control of the server.
Search at Netlas.io:
π Link: https://nt.ls/dIEpd
π Dork: http.title:cpanel OR http.headers.set_cookie:"cprelogin" OR http.headers.set_cookie:"cpsession"
Vendor's advisory:
https://support.cpanel.net/hc/en-us/articles/43187903921559-Security-CVE-2026-67401-SQL-Injection-Vulnerability-in-cPanel-s-EmailTrack-Functionality-September-8-2026
β€5π₯3π1π«‘1
π¨ CVE-2026-18963 - Keycloak < 26.7.2 - Unauthenticated Account Takeover via Reset-Credentials Bypass
Nuclei Template - https://github.com/projectdiscovery/nuclei-templates/pull/16995/changes
Reference: https://github.com/keycloak/keycloak/issues/51833
#hackwithautomation #bugbounty #keycloak
Nuclei Template - https://github.com/projectdiscovery/nuclei-templates/pull/16995/changes
Reference: https://github.com/keycloak/keycloak/issues/51833
#hackwithautomation #bugbounty #keycloak
π₯7β€3
Penetration-List
A comprehensive resource for testers, covering all types of vulnerabilities and materials used in Penetration Testing. Includes payloads, dorks, fuzzing materials, and offers in-depth theory sections. Visit our Medium profile for more information.
https://github.com/AlbusSec/Penetration-List
#cybersecurity #infosec #pentesting #redteam #bugbounty
A comprehensive resource for testers, covering all types of vulnerabilities and materials used in Penetration Testing. Includes payloads, dorks, fuzzing materials, and offers in-depth theory sections. Visit our Medium profile for more information.
https://github.com/AlbusSec/Penetration-List
#cybersecurity #infosec #pentesting #redteam #bugbounty
β€8
π¨Bug Bounty Tip: Test Newline Injection in JSON Parameters
When testing API endpoints, donβt assume parameters like
For password-reset functionality, try newline injection:
If the backend fails to properly validate or sanitize the parameter, it may interpret both email addresses as separate recipients and send the password-reset link to both accounts.
This can indicate a parameter parsing / input validation flaw and, depending on the application logic and impact, potentially lead to account-related security issues.
Things to test:
β’
β’ Multiple values in the same parameter
β’ JSON arrays vs. strings
β’ Duplicate JSON keys
β’ URL-encoded newline characters
β’ Different API content types
Always test only on systems youβre authorized to assess.
#BugBounty #BugBountyTips #API #APISecurity #WebSecurity #Pentesting #CyberSecurity
When testing API endpoints, donβt assume parameters like
email accept only a single value.For password-reset functionality, try newline injection:
{
"action": "reset-password",
"email": "accA@mail.com\naccB@mail.com"
}If the backend fails to properly validate or sanitize the parameter, it may interpret both email addresses as separate recipients and send the password-reset link to both accounts.
This can indicate a parameter parsing / input validation flaw and, depending on the application logic and impact, potentially lead to account-related security issues.
Things to test:
β’
\n and \r\n separatorsβ’ Multiple values in the same parameter
β’ JSON arrays vs. strings
β’ Duplicate JSON keys
β’ URL-encoded newline characters
β’ Different API content types
Always test only on systems youβre authorized to assess.
#BugBounty #BugBountyTips #API #APISecurity #WebSecurity #Pentesting #CyberSecurity
β€12π5π₯1π1π€1
APKLeaks
Scanning APK file for URIs, endpoints & secrets.
https://github.com/dwisiswant0/apkleaks
#pentesting #infosec #bugbounty
Scanning APK file for URIs, endpoints & secrets.
https://github.com/dwisiswant0/apkleaks
#pentesting #infosec #bugbounty
β€10π€2π₯1
Please open Telegram to view this post
VIEW IN TELEGRAM
β€10π₯5π€£3π1
17K+ strong. One community. One mission. β‘οΈ οΈ
Thank you for being part of Brut Security.
Learn. Practice. Hack. Grow.
Hereβs to the next milestone.β€οΈβπ₯
π₯ https://brutsecurity.com
βοΈ https://wa.link/brutsecurity
#BrutSecurity #17K #CyberSecurity #EthicalHacking
Thank you for being part of Brut Security.
Learn. Practice. Hack. Grow.
Hereβs to the next milestone.
#BrutSecurity #17K #CyberSecurity #EthicalHacking
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯9β€3π1
Please open Telegram to view this post
VIEW IN TELEGRAM
topmate.io
Bug Bounty Guide 2026 with Saumadip Mandal
Bug Bounty Guide 2026 with Saumadip Mandal Β· Master modern bug bounty hunting with 86 pages, 25 chapter Β· Digital Product Β· βΉ199 Β· Topmate
β€3π₯3π1
Donβt only test Unicode domains. Test Unicode in email/username fields too.
Try lookalike characters such as:
a β Γ‘ / other Unicode variantsThe interesting case is when:
Database: treats the values as equal
Application: identifies the victim account
SMTP: treats them as different addresses
Example:
victim@gmail.comvictim@gmΓ‘il.comIf the application finds the victim's account but sends the password-reset email to the attacker-controlled Unicode address, you may have an account-collision / account-takeover vulnerability.
Input β Validation β Database β Token generation β Email delivery
#BugBounty #IDNHomograph #Punycode #WebSecurity
Please open Telegram to view this post
VIEW IN TELEGRAM
β€7π₯3π€2πΏ1