So I’m new to OB2, I’m copying over this code from my OB1 in the stacker inside of the Request → Content bar:
_csrf_token=&_target_path=%2F&_username=&_password=
In OB1 the “USERNAME,” and “PASSWORD” would be substituted by the input from the wordlists.
However, in OB2 it will instead give me this:
“[IDLE] CompilationErrorException: (11,124): error CS0103: The name ‘username’ does not exist in the current context”
Can anyone help? Or tell me what to enter instead of “USERNAME” and “PASSWORD” in my “Content” bar in the Request box in the stacker.
Updated
Figured it out now, just kept doing trial and error and it was “input.username” and “input.password” instead of what I was using. Hope that helps anyone who also had this question or problem