Code:
LOG Login Response: {"config": {"adapter": ["xhr", "http", "fetch"], "data": "email_address=ANEMAILADRESS&password=APASSWORD", "env": {"Blob": [Function Blob], "FormData": [Function FormData]}, "headers": [Object], "maxBodyLength": -1, "maxContentLength": -1, "method": "post", "timeout": 0, "transformRequest": [[Function transformRequest]], "transformResponse": [[Function transformResponse]], "transitional": {"clarifyTimeoutError": false, "forcedJSONParsing": true, "silentJSONParsing": true}, "url": "https://crazygamer.uk/login_helper.php", "validateStatus": [Function validateStatus], "xsrfCookieName": "XSRF-TOKEN", "xsrfHeaderName": "X-XSRF-TOKEN"}, "data": {"success": true, "zenid": "cp9g90fsq0eb3smn2mv8dcr3l5"}, "headers": {"access-control-allow-origin": "*", "alt-svc": "h3=\":443\"; ma=86400", "cache-control": "no-store, no-cache, must-revalidate", "cf-cache-status": "DYNAMIC", "cf-ray": "PROBSSHOULDREMOVETHIS", "content-security-policy": "upgrade-insecure-requests", "content-type": "application/json", "date": "Sun, 18 Aug 2024 00:37:39 GMT", "edit": "Set-Cookie ^(.*)$ $1;SameSite=None;Secure", "expires": "Thu, 19 Nov 1981 08:52:00 GMT", "nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}", "platform": "hostinger", "pragma": "no-cache", "report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?EDITED\"}],\"group\":\"cf-nel\",\"max_age\":604800}", "server": "cloudflare", "vary": "Accept-Encoding,User-Agent", "x-content-type-options": "nosniff", "x-powered-by": "PHP/8.0.30", "x-turbo-charged-by": "LiteSpeed"}, "request": {"DONE": 4, "HEADERS_RECEIVED": 2, "LOADING": 3, "OPENED": 1, "UNSENT": 0, "_aborted": false, "_cachedResponse": undefined, "_hasError": false, "_headers": {"accept": "application/json, text/plain, */*", "content-type": "application/x-www-form-urlencoded", "user-agent": "CG_SBYTE_APP/1.0"}, "_incrementalEvents": false, "_lowerCaseResponseHeaders": {"access-control-allow-origin": "*", "alt-svc": "h3=\":443\"; ma=86400", "cache-control": "no-store, no-cache, must-revalidate", "cf-cache-status": "DYNAMIC", "cf-ray": "8b4dd62a1fbcb3f6-MAN", "content-security-policy": "upgrade-insecure-requests", "content-type": "application/json", "date": "Sun, 18 Aug 2024 00:37:39 GMT", "edit": "Set-Cookie ^(.*)$ $1;SameSite=None;Secure", "expires": "Thu, 19 Nov 1981 08:52:00 GMT", "nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}", "platform": "hostinger", "pragma": "no-cache", "report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?EDITEDAGAIN\"}],\"group\":\"cf-nel\",\"max_age\":604800}", "server": "cloudflare", "vary": "Accept-Encoding,User-Agent", "x-content-type-options": "nosniff", "x-powered-by": "PHP/8.0.30", "x-turbo-charged-by": "LiteSpeed"}, "_method": "POST", "_perfKey": "network_XMLHttpRequest_https://crazygamer.uk/login_helper.php", "_performanceLogger": {"_closed": false, "_extras": [Object], "_pointExtras": [Object], "_points": [Object], "_timespans": [Object]}, "_requestId": null, "_response": "{\"success\":true,\"zenid\":\"cp9g90fsq0eb3smn2mv8dcr3l5\"}", "_responseType": "", "_sent": true, "_subscriptions": [], "_timedOut": false, "_trackingName": "unknown", "_url": "https://crazygamer.uk/login_helper.php", "readyState": 4, "responseHeaders": {"access-control-allow-origin": "*", "alt-svc": "h3=\":443\"; ma=86400", "cache-control": "no-store, no-cache, must-revalidate", "cf-cache-status": "DYNAMIC", "cf-ray": "8b4dd62a1fbcb3f6-MAN", "content-security-policy": "upgrade-insecure-requests", "content-type": "application/json", "date": "Sun, 18 Aug 2024 00:37:39 GMT", "edit": "Set-Cookie ^(.*)$ $1;SameSite=None;Secure", "expires": "Thu, 19 Nov 1981 08:52:00 GMT", "nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}", "platform": "hostinger", "pragma": "no-cache", "report-to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?EDITED"}],\"group\":\"cf-nel\",\"max_age\":604800}", "server": "cloudflare", "vary": "Accept-Encoding,User-Agent", "x-content-type-options": "nosniff", "x-powered-by": "PHP/8.0.30", "x-turbo-charged-by": "LiteSpeed"}, "responseURL": "https://crazygamer.uk/login_helper.php", "status": 200, "timeout": 0, "upload": {}, "withCredentials": true}, "status": 200, "statusText": undefined}
LOG No zenid available, redirecting to login.
The final line of that where it creates the log is the events screen realising there is no session id to post a query with via the api and redirecting to the login as it would ideally. I can see a few parts where it suggests the login request isnt quite being liked by zen, even though it is returning a zenid. If I try to logina few times I can create a who's online list conssting of myself via the app with the user agent for an app user... the other login attempts create a fresh session id, have no user agent and the ip addresses are identified as hostinger.
Bookmarks