• We just launched and are currently in beta. Join us as we build and grow the community.

[OB] How to properly POST using MultiPart-Form Boundary using Openbullet

ghost007

User Acquisition Specialist
G Rep
0
0
0
Rep
0
G Vouches
0
0
0
Vouches
0
Posts
42
Likes
41
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 300 XP
Hey guys,
You might have come to this issue when creating a new config when a site uses a Multi-Part Boundary.
CLICK "Show Content"

have found 2 solutions for this "issue".
[EASY] Solution 1:
Simply use the following lines in the Multipart Contents box.
:
Code:
STRING: login: <USER>
STRING: password: <PASS>
[TRICKY] Solution 2:
Replace any new lines using the \n Regular Expression.
Code:
Code:
------WebKitFormBoundary5IB5qcvunz9Be1AK\nContent-Disposition: form-data; name="csrf_token"\n\n<yourtoken>\n------WebKitFormBoundary5IB5qcvunz9Be1AK\nContent-Disposition: form-data; name="csrf_salt"\n\n<othertoken>\n------WebKitFormBoundary5IB5qcvunz9Be1AK\nContent-Disposition: form-data; name="username"\n\n<USER>\n------WebKitFormBoundary5IB5qcvunz9Be1AK\nContent-Disposition: form-data; name="password"\n\n<PASS>
I wanted to share the source of these fixes but I don't think it's allowed.
All I can say is, its from a concurrent forum Please leave a LIKE if this helped you out <3
 

450,053

322,753

322,762

Top