Check the source code for hidden endpoints. Found admin endpoint to delete user in source code, used normal user's cookies and CSRF token and able to delete any account on the platform. #bugbountytips@Hacker0x01
Always check GraphQL requests don't rely on UI, the REMOVE option for super admin user was not shown on the UI of website, however the admin is able to remove the user via GraphQL request. #BugBounty
🧠 WebSocket Hijacking → Session Abuse
1️⃣ WS endpoint doesn’t validate Origin or cookies
2️⃣ Attacker lures victim to malicious site
3️⃣ Victim’s browser auto-connects to WS with session
4️⃣ Attacker reads/modifies real-time data
🎯 No CSRF, no auth → full hijack
#bugbounty#h1
Mobile Pentesting : Exploiting Exported Activites
- Bypassed controlled flow of the application by using exported misconfigured activity.
With this, i got access to the invoice download page without PIN verification.