Library for obtaining code used in login packet (NoS0577)
-
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
Assuming that three blackboxes with timings listed below were captured
"d": 548
"d": 553
"d": 558
"timing": {"min": 548, "max": 558}