Just published a new Medium post on a crucial #infosec topic! The post explores unconfigured Sign-in with Google functionality that could lead to unauthorized access to the admin account.
#cybersecurity#pentest#ethicalhacking#vulnerability
Read Now: https://t.co/hpGwGBFEV8
Just a quick shout out to @nullr3x - found a possible #securitybreach and gave us the full details for is to fix it.
Keep this gentleman in mind if you need web or #Android application testing or #VAPT security audit.
Cheers!
A nice way to grab deeplinks on iOS is to just download them :)
Open the "apple-app-site-association" file for the desired domain, and it will contain all the deeplinks
Examples:
- https://t.co/0bPWq2TbAC
- https://t.co/ejPCIxMMbn
- https://t.co/jMHt1DiiCW
When testing password fields, my preferred password is:
%01%E2%80%AEalert%0D%0A
Let's break it down:
%01 is SOH
%e2%80%ae is RTLO
%0d%0a is CRLF
Test cases on login:
1. can I log in only using %01?
2. without the CRLF in it?
3. is trela accepted instead of alert? (due to RTLO)
Doing Recon the right way keeps you a step ahead always and gives you a better attack surface to work on! Here's a snippet from my Recent Talk on Scope Based Recon talking about What to look for during Recon Based on Given Scope.
#bugbountytips#appsec#bugbounty#security