ambi97
Tech Startup Consultant
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
300 XP
THIS IS A COMPLETE TUTORIAL ON HOW YOU CAN MAKE SENTRY CONFIGS USING ANDROID LOGIN
DO NOT LEECH. but SUPPORT ME
Ever wondered how you can easliy make an api config?(Mobile login). I GOT YOUR BACK TODAY This is a complete guide on how to make the config. Requirement 1. Android, Ios (Jailbroken), Windows Phone (Any of this will work) 2. Traffic Capture either: Fiddler, Charles proxy or Packet Capture(Android App) 3. Your Brain Guide First of all you have to capture the post data. You can do this by using fiddler. Click on the link http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureForAndroid If that looks hard for you you can use packet capture click on the link https://apkpure.com/packet-capture/app.greyshirts.sslcapture Install the certificates and download the apk you want to make a config for IN THIS TUTORIAL I will be doing Fnac apk Follow closely Go to the desired apk and enter random username, Password click sigin and you get the login error. Go back to packet capture and save the post data transfer it to your computer
now we have to copy the url
paste it at the site url
As you can see in our post data there are no cookies leave it blank BUT you might find cookies which are either constant or changing. Copy the same site url to the action url. You can see that our login method is JSON you have to change that from post to post json. Fill in the authenication stage as you do normally... as you can see in the headers there are additional things POST /api/commerce/rest/v2/membershipsauth/large/8b953332-481b-4aa7-b473-f40134dd4c84 HTTP/1.1 Authorization:Basic 867E57BD062C7169995DC03CC Content-Type: application/json; charset=UTF-8 Content-Length: 59 Host: api.fnac.com Connection: Keep-Alive Accept-Encoding: gzip User-Agent: okhttp/3.4.1 so you have to make a variable for it you break the line with \n Authorization: Basic 867E57BD062C7169995DC03CC\nContent-Type: application/json#3B charset=UTF-8\nHost: api.fnac.com\nConnection: Keep-Alive\nAccept-Encoding: gzip\nUser-Agent: okhttp/3.4.1\n
Make it constant at the login stage. Appy changes and assign it at the post action headers.Click on Assign then Use Data. Go to fake Settings and
Do not use proxies* and save the config TESTING AND DEBUGING Copy the action url and go to TOOLS===> HTTP DEBUGER use username and password
Test the config the variables should be computed like this
We now have to find the failure and success key NOTE: THE FAILURE KEY SHOULD ALWAYS BE EQUAL TO THE ONE YOU GOT USING THE APP LOGIN ELSE IT WON'T WORK. I will use the
401 Unauthorized as my failure headers key and Message":"The request is invalid As my failure source key. Save the snapshot and get a working account i will use my success key 204 No Content beacause it is the same key i got when i logged in the account successfully
ADVANTAGES OF USING API LOGIN: 1. NO Recaptcha* 2. Few source code which you can easily follow 3. Proxyless* Don't LEECH I HAVE TAKEN MY TIME TO EDUCATE YOU SHOW ME SOME LOVE (Green thingy) I MAKE CONFIGS. HIT ME UP USING MY DISCORD DarkM#9210 OR PM ME AT NULLED
DO NOT LEECH. but SUPPORT ME
Ever wondered how you can easliy make an api config?(Mobile login). I GOT YOUR BACK TODAY This is a complete guide on how to make the config. Requirement 1. Android, Ios (Jailbroken), Windows Phone (Any of this will work) 2. Traffic Capture either: Fiddler, Charles proxy or Packet Capture(Android App) 3. Your Brain Guide First of all you have to capture the post data. You can do this by using fiddler. Click on the link http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureForAndroid If that looks hard for you you can use packet capture click on the link https://apkpure.com/packet-capture/app.greyshirts.sslcapture Install the certificates and download the apk you want to make a config for IN THIS TUTORIAL I will be doing Fnac apk Follow closely Go to the desired apk and enter random username, Password click sigin and you get the login error. Go back to packet capture and save the post data transfer it to your computer
Loadingā¦
image.prntscr.com
Loadingā¦
image.prntscr.com
Loadingā¦
image.prntscr.com
Loadingā¦
image.prntscr.com
Loadingā¦
image.prntscr.com
Loadingā¦
image.prntscr.com
Loadingā¦
image.prntscr.com
Loadingā¦
image.prntscr.com
Loadingā¦
image.prntscr.com
Loadingā¦
image.prntscr.com