ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

Help with working config I made for game


  • Please log in to reply
Help with working config I made for game

#1

RobynBanx
RobynBanx
    Offline
    -4
    Rep
    -1
    Likes

    Scott want s my weewee

Posts: 8
Threads: 1
Joined: Feb 02, 2021
Credits: 0
Three years registered
#1

I'm wondering if someone who is expert can provide some advice since I don't have any experience in this field.

 

 

I made a config to check for valid accounts on a popular mmorpg. I first pulled the link from the game client using burp but was having issues with it and ended up finding an old dev test client in the form of a webpage so I pulled that link and went much smoother.

 

The problem is this game has many servers that a character could be on, and the character might be low level or worthless. The only way to see whats on the account is through the game not the website. Im wondering if there is a way I can query any kind of info beyond knowing if the combo is valid or not. Here is a breakdown of what I have.

 

 

The link format I use for POST reqs

 

https://REDACTED.com.../login?REDACTED

 

 

The POST data format sent

 

username=<USER>&password=<PASS>&rememberPassword=false&REDACTED=REDACTED&ts=1643602235343

 

 

Positive keycheck

 

{"category":"SUCCESS","result":"SUCCESS","error":"SUCCESS","username":"wcahill90","canPatch":"true"}

 

or

 

Negative keycheck

 

{"category":"SERVER_ERROR","result":"SERVER_LOGIC_ERROR","error":"SERVER_LOGIC_ERROR","username":null,"launchArgs":""}

 

 

 

The response headers/cookies I receive also ( which I'm asuming I could possibly use to disclose a little more about the accounts? )

 

 

Response code: 200 (OK)
Received headers:
Date: Mon, 31 Jan 2022 04:14:40 GMT
Server: Apache
X-Frame-Options: DENY
Content-Security-Policy: frame-ancestors 'none'
Content-Encoding: gzip
Vary: Accept-Encoding,User-Agent
Content-Type: application/json;charset=UTF-8
Content-Length: 94
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Received cookies:
JSESSIONID: CB0ACF78D5BCC033D4E7BB370BB127DD.lvs-foyert1-13409
lp-version: live
lp-token: 7a4950a3ba385262b7d77d46e32487daed4aade50443820e975de60e5f04959acd3a3b9227b66ab6776e956c6135ed9e89f0ab6fd5e397f3776cef295fb69662

 

 

 

 

If there is a way to extract or query anymore possible data other than valid or not it could save me a lot of time logging into worthless accounts. Even simply knowing what server there characters are on would save a lot of needless time logging into 20 different posssibillities

 

my tg ThreeOf4     if youre a roleplayer who doesnt know shit about shit and runs around the internet capping like they do assuming people find them cool instead of cringe youre wrong and ill be happy to flame you up realy nice for a min rather than wasting 10 of mine =D Be honest about your knowledge level in everything and grow from there, atleast its respectable weirdo


Edited by RobynBanx, 31 January 2022 - 05:33 AM.

  • -1

#2

DeliPeqir
DeliPeqir
    Offline
    92
    Rep
    171
    Likes

    Maybe One Day...

Posts: 744
Threads: 106
Joined: Jan 05, 2019
Credits: 0

Five years registered
#2

try to debug game itself for see the traffic about server apis to learn how to get useful links like u said about the ones through the game


  • 0

Share Because The World Is Beautiful As You Share



 Users browsing this thread: and 1 guests