module
3.0.0+incompatible
Repository: https://github.com/stdlemon/nostale-auth.git
Documentation: pkg.go.dev
# README
nostale-auth
Library for obtaining code used in login packet (NoS0577)
How to use
-
Intercept POST request sent to /api/v1/auth/iovation (it can be done with fiddler)
-
Save value of blackbox field to file
-
Generate identity file
gfclient_poc/create_identity.js blackbox.txt > identity.json
-
Fill up d timing in identity.json
- Save few blackboxes from iovation request
- Find out what is the minimum and maximum timing for d field
-
Create and fill account.json basing on template
mv account_template.json account.json
-
Example code can be found in gfclient_test.go
Timings example
Assuming that three blackboxes with timings listed below were captured
1
"d": 548
2
"d": 553
3
"d": 558
Field timing in identity.json should look like this
"timing": {"min": 548, "max": 558}
# Packages
No description provided by the author