WebKitFormBoundaryty (bypass)
-
Please how to bypass this POST DATA ?
-
Search the forum for Multi Part*
-
inside the OB Select the multipart option in content type, where normally the standard option is.
Inside the box you will put a string and its name for each data requested.
example
STRING: csrf: <token>
STRING: login: <USER>
STRING: password: <PASS>
STRING: remember: on
STRING: recaptchaToken:
-
@EdwardN thats good, i will try it
-
This post is deleted!
-
@EdwardN bro i tried it, but i cant parse the CSRF, how to capture the csrf
because is nothing displayed to capture it
i tried to add new page (GET), but he dont detect the csrf
i enter to the url from my google chrome,
i searched on the html source page , i see that there is a csrf valuei added the page (GET) to openbullet, but it look that he cant parse the csrf value
it displayed as not foundIS THERE ANY SOLUTION
-
You might be missing some cookies or something wrong with your config, try again and follow all the steps given.
-
This post is deleted!