Need help with parsing cooker

any help to parse cooking from form data like this (9fca59be9a296034c01f9e7bf8ebbf7e=1234567&9f228730883c38a1fd2f0e0013a9dc5e=1234567&maa=do_login )
i cannot get respnse

here is config i created

type or paste code here
```BLOCK:HttpRequest
LABEL:SITE
  url = "http://    url    /login.php"
  customHeaders = ${("User-Agent", "<UA>"), ("Pragma", "no-cache"), ("Accept", "*/*"), ("Accept-Language", "en-US,en;q=0.8")}
  TYPE:STANDARD
  $""
  ""
ENDBLOCK

BLOCK:Keycheck
DISABLED
  banIfNoMatch = False
  KEYCHAIN BAN OR
    STRINGKEY @data.SOURCE DoesNotContain ">Login in<"
    STRINGKEY @data.COOKIES["PHPSESSID"] DoesNotExist ""
    STRINGKEY @data.COOKIES["cf_clearance"] DoesNotExist ""
ENDBLOCK

BLOCK:Parse
LABEL:USERNAME
  input = @data.SOURCE
  leftDelim = "<input type=\"text\" name=\""
  rightDelim = "\""
  MODE:LR
  => VAR @USERNAME
ENDBLOCK

BLOCK:Parse
LABEL:PASSWORD
  input = @data.SOURCE
  leftDelim = "<input type=\"password\" name=\""
  rightDelim = "\""
  MODE:LR
  => VAR @PASSWORD
ENDBLOCK

BLOCK:HttpRequest
  url = "http://   url  /login.php"
  method = POST
  TYPE:STANDARD
  $"<USERNAME>=<input.USER>&<PASSWORD>=<input.PASS>&maa=do_login"
  "application/x-www-form-urlencoded"
ENDBLOCK

cooker? or cookie lmao don’t know what you meant assuming you meant cookie here is an example

BLOCK:HttpRequest
url = “https://youtube.com
autoRedirect = False
httpLibrary = SystemNet
customHeaders = {(“Host”, “www.youtube.com”), (“Connection”, “keep-alive”), (“sec-ch-ua”, “"Not)A;Brand";v="99", "Google Chrome";v="127", "Chromium";v="127"”), (“sec-ch-ua-mobile”, “?0”), (“sec-ch-ua-full-version”, “"127.0.6533.89"”), (“sec-ch-ua-arch”, “"x86"”), (“sec-ch-ua-platform”, “"Windows"”), (“sec-ch-ua-platform-version”, “"15.0.0"”), (“sec-ch-ua-model”, “""”), (“sec-ch-ua-bitness”, “"64"”), (“sec-ch-ua-wow64”, “?0”), (“sec-ch-ua-full-version-list”, “"Not)A;Brand";v="99.0.0.0", "Google Chrome";v="127.0.6533.89", "Chromium";v="127.0.6533.89"”), (“sec-ch-ua-form-factors”, “"Desktop"”), (“Upgrade-Insecure-Requests”, “1”), (“User-Agent”, “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36”), (“Accept”, “text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7”), (“Service-Worker-Navigation-Preload”, “true”), (“Sec-Fetch-Site”, “none”), (“Sec-Fetch-Mode”, “navigate”), (“Sec-Fetch-User”, “?1”), (“Sec-Fetch-Dest”, “document”), (“Accept-Encoding”, “gzip, deflate, br, zstd”), (“Accept-Language”, “en-US,en;q=0.9”)}
TYPE:STANDARD
$“”
“application/x-www-form-urlencoded”
ENDBLOCK

BLOCK:Parse
input = @data.COOKIES
leftDelim = "VISITOR_PRIVACY_METADATA, "
rightDelim = “)”
MODE:LR
=> VAR @VPM
ENDBLOCK

i mean how to parse this code
Screenshot 2024-08-02 235057

<code>=<input.USER>&<code2>=<input.PASS>&maa=do_login

Find where the request comes from & parse it lmao

can you explain more about TLS fingerprint
TLS client

TLS fingerprint
TLS client