I found a sensitive data exposure
TIP: Always check JS files for endpoints using linkfinder or you also try this regex:
(?<=(\"|\'|\`))\/[a-zA-Z0-9_?&=\/\-\#\.]*(?=(\"|\'|\`))
if you didn't find much, don't forget to fuzz #BugBounty #bugbountytips
I found a Full Account Takeover via Facebook OAuth Misconfiguration
More details:
medium.com/@0x_xnum/full-…
#BugBounty #bugbountytip #bugbountytips #bugcrowd
Just added a new section to my GitBook: "Attack Vectors by Port" – a quick methodology on what you can do with each open port and its services. Check it out :
ahmed-tarek.gitbook.io/sec-notes/net-…
#bugbountytips #BugBounty #CyberSecurity
Just dropped a new write-up about the latest privilege escalation I found
check it out : medium.com/@0x_xnum/privi…
#bugbountytips #bugbounty #bugcrowd #hackerone
Been studying Active Directory attacks lately and wrote some notes. Hope it helps someone out there
ahmed-tarek.gitbook.io/0x_xnum/ad-pen
#BugBounty #BugBountytip #bugcrowd #hackerone #pentesting
I earned $700 for my submission on @bugcrowd #ItTakesACrowd
TIP: Don't assume UUIDs are secure, check if it's using UUIDv1 you can easily brute force it