Jebo48
Revenue Growth Analyst
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
300 XP
Hello, I don't know if you guys know but a lot of instagram accounts are using invalid emails, or deleted emails (For example Yahoo deletes mails if they are inactive).
So how we can hack instagram accounts with this knowledge?
Firstly we need to get list of usernames, for example go to your boyfriend/girlfrient instagram account via browser ~YOU NEED TO BE SIGNED IN ~ if they are using private profile option.
You need to use Chrome, install this extension https://chrome.googl...bkaaojfgipnpbpb
So with this extension go to your desired instagram account click one extension and click Get Insta Users, check this screenshot
Wait until fetch is done and click Export to CSV, go to Google Sheets and select only usernames column, copy it and paste it in your notepad file, save it as usernamesofExampleIG.txt for example.
This is easy part now you need to check if someone is using bussines option and if they are vulnerable,
This can be done in manually or with a checker "I DON'T HAVE IT RIGHT NOW BUT IF SOMEONE HAVE CODING KNOWLEDGE CAN MAKE THIS CHECKER"
I will provide a API for checking emails for specific instagram account with a axios request for developers.
https://i.instagram....i/v1/users/'PUT INSTAGGRAM ID HERE'/info/
With this tool you can find instagram id's
This is API for email check, if there is public_email your instagram account have 50% to be hacked, now when we have email we need to check if that email exist in, gmail,yahoo,hotmail....
You can do that manually or you can create a program which will test if is it here mail created or no.
I don't have program for that but you can make one easily.
This is example request to Instagram API which can be used in checker to check if there is mail or no, instagram accounts without public_emails cannot be hacked at all with this method.
install Json Formatter extension too, for better reading.
There is axios request for this method, you need to get your own instagram sessionid, how to do that?
GO TO API PAGE ENTER ISNTAGRAM ID FROM YOUR FRIEND IT DOESN'T MATTER OPEN INSPECT ELEMENT GO TO NETWORK RELOAD PAGE, AND CHECK THIS SCREENSHOT
Copy that value and paste it in your axios request, replace readcommentbelow with your id, it is safe don't worry, so your code need to look like this on the end
With this request you are getting public_email, store that value in text file and you can proceed on step #2
You need to check if there is existing emails in gmail/yahoo/etc
I don't have program for that but I am working on it, if you want to donate mi some money you can find my bitcoin address below
1BSDP1m25BVx9fDi6TJDPVqusmDqELrhkD
Edited by InsanePerson, 26 April 2019 - 01:24 PM.
So how we can hack instagram accounts with this knowledge?
Firstly we need to get list of usernames, for example go to your boyfriend/girlfrient instagram account via browser ~YOU NEED TO BE SIGNED IN ~ if they are using private profile option.
You need to use Chrome, install this extension https://chrome.googl...bkaaojfgipnpbpb
So with this extension go to your desired instagram account click one extension and click Get Insta Users, check this screenshot
Wait until fetch is done and click Export to CSV, go to Google Sheets and select only usernames column, copy it and paste it in your notepad file, save it as usernamesofExampleIG.txt for example.
This is easy part now you need to check if someone is using bussines option and if they are vulnerable,
This can be done in manually or with a checker "I DON'T HAVE IT RIGHT NOW BUT IF SOMEONE HAVE CODING KNOWLEDGE CAN MAKE THIS CHECKER"
I will provide a API for checking emails for specific instagram account with a axios request for developers.
https://i.instagram....i/v1/users/'PUT INSTAGGRAM ID HERE'/info/
With this tool you can find instagram id's
Loading…
codeofaninja.com
You can do that manually or you can create a program which will test if is it here mail created or no.
I don't have program for that but you can make one easily.
This is example request to Instagram API which can be used in checker to check if there is mail or no, instagram accounts without public_emails cannot be hacked at all with this method.
install Json Formatter extension too, for better reading.
There is axios request for this method, you need to get your own instagram sessionid, how to do that?
GO TO API PAGE ENTER ISNTAGRAM ID FROM YOUR FRIEND IT DOESN'T MATTER OPEN INSPECT ELEMENT GO TO NETWORK RELOAD PAGE, AND CHECK THIS SCREENSHOT
Copy that value and paste it in your axios request, replace readcommentbelow with your id, it is safe don't worry, so your code need to look like this on the end
Code:
axios.request({
url: 'https://i.instagram.com/api/v1/users/idhere/info/',
//REPLACE idhere WITH INSTAGRAM ACCOUNT ID
method: 'get',
headers: {
Cookie: `sessionid=readcommentbelow`
}
})
You need to check if there is existing emails in gmail/yahoo/etc
I don't have program for that but I am working on it, if you want to donate mi some money you can find my bitcoin address below
1BSDP1m25BVx9fDi6TJDPVqusmDqELrhkD
Edited by InsanePerson, 26 April 2019 - 01:24 PM.