thebully
Online Engagement Specialist
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
300 XP
Hello, today I will teach you how to make config for OpenBullet
Take a look for this SEO sites: moz.com
1.Go to login page - https://moz.com/login
2.CTRL+SHIFT+I - to open developer tool
3.Click o Network tab and click on Clear button "looks like traffic sign" to clear current requests
4.Enter "wrong" login credentials on page and click to Login
5.After you get response from sites like "Invalid email or pass" or whatever click to stop button in network tab "is it button on left side from clear button"
6.Now take a look in your network tab requests, usually open REQUEST for login "in that case is it -> Name = login, where inside you see this request URL https://moz.com/svc/forge/forms/login
7.In this request you will find all stuff you need to make CONFIG
8.So you will need this things:
IMPORTANT=Request URL,Request Method,content-type,Request Payload
LESS-IMPORTANT but you should have it(in some cases dont needed) = access-control-allow-credentials,access-control-allow-origin, origin, referer
8.1 - save stuff from step 8 in any textfile
9.Open OpenBullet->go to Configs->click on New->fill the Name button and click on Accept
9.1.Click on '+' button and choose REQUEST
9.2.Open REQUEST -> and fill up this ->
URL: https://moz.com/svc/forge/forms/login
Method: POST
POST Data: "this is Request Payload from step 8", just go in network tab
to find Request Payload and on right side in the same line from Request Payload click on view source
and copy that -> this is my payload :
{"team":"inbound","service":"stargate","env":"production","redirect":"https://moz.com/tools/keyword-difficulty","email":"[email protected]","password":"fdsfsdfsf","remember_me":""}
So into POST Data insert this->
{"team":"inbound","service":"stargate","env":"production","redirect":"https://moz.com/tools/keyword-difficulty","email":"<USER>","password":"<PASS>","remember_me":""}
where email and pass must be replaced by <USER> & <PASS>
Content type: application/json
Custom headers: "under Accept: */* paste this
access-control-allow-credentials: true
access-control-allow-origin: https://moz.com
origin: https://moz.com
referer: https://moz.com/login
10.Click on + and choose KEYCHECK
10.1.Open KEY CHECK ->click on Keychains + and create one
Success tab and one Failure tab "this can choose from dropdown list in name tab
11.Into data under Debugger name insert your "wrong" email:pass and click start
(you can use proxy to avoid ip bans)
11.1 Now you click on HTML View or Log where you will see response like
"{"data":{},"message":"Invalid email or password.","success":false}"
->copy this and insert into Failure tab->Keys+ -> {"data":{},"message":"Invalid email or password.","success":false}
This is half of success config.
For success key you need to insert working account into Data: and check log or HTML View for success key and this key
you need to insert into Succes tab->Keys+
Now you click on Diskete button/Save button
Config is created :)
ps.in other options in your config you can set up prefered combos type, req.proxy and much more.
I hope this help you ;) Good luck
Take a look for this SEO sites: moz.com
1.Go to login page - https://moz.com/login
2.CTRL+SHIFT+I - to open developer tool
3.Click o Network tab and click on Clear button "looks like traffic sign" to clear current requests
4.Enter "wrong" login credentials on page and click to Login
5.After you get response from sites like "Invalid email or pass" or whatever click to stop button in network tab "is it button on left side from clear button"
6.Now take a look in your network tab requests, usually open REQUEST for login "in that case is it -> Name = login, where inside you see this request URL https://moz.com/svc/forge/forms/login
7.In this request you will find all stuff you need to make CONFIG
8.So you will need this things:
IMPORTANT=Request URL,Request Method,content-type,Request Payload
LESS-IMPORTANT but you should have it(in some cases dont needed) = access-control-allow-credentials,access-control-allow-origin, origin, referer
8.1 - save stuff from step 8 in any textfile
9.Open OpenBullet->go to Configs->click on New->fill the Name button and click on Accept
9.1.Click on '+' button and choose REQUEST
9.2.Open REQUEST -> and fill up this ->
URL: https://moz.com/svc/forge/forms/login
Method: POST
POST Data: "this is Request Payload from step 8", just go in network tab
to find Request Payload and on right side in the same line from Request Payload click on view source
and copy that -> this is my payload :
{"team":"inbound","service":"stargate","env":"production","redirect":"https://moz.com/tools/keyword-difficulty","email":"[email protected]","password":"fdsfsdfsf","remember_me":""}
So into POST Data insert this->
{"team":"inbound","service":"stargate","env":"production","redirect":"https://moz.com/tools/keyword-difficulty","email":"<USER>","password":"<PASS>","remember_me":""}
where email and pass must be replaced by <USER> & <PASS>
Content type: application/json
Custom headers: "under Accept: */* paste this
access-control-allow-credentials: true
access-control-allow-origin: https://moz.com
origin: https://moz.com
referer: https://moz.com/login
10.Click on + and choose KEYCHECK
10.1.Open KEY CHECK ->click on Keychains + and create one
Success tab and one Failure tab "this can choose from dropdown list in name tab
11.Into data under Debugger name insert your "wrong" email:pass and click start
(you can use proxy to avoid ip bans)
11.1 Now you click on HTML View or Log where you will see response like
"{"data":{},"message":"Invalid email or password.","success":false}"
->copy this and insert into Failure tab->Keys+ -> {"data":{},"message":"Invalid email or password.","success":false}
This is half of success config.
For success key you need to insert working account into Data: and check log or HTML View for success key and this key
you need to insert into Succes tab->Keys+
Now you click on Diskete button/Save button
Config is created :)
ps.in other options in your config you can set up prefered combos type, req.proxy and much more.
I hope this help you ;) Good luck