Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 564

Need help with config

by AnnaStecka - 01 April, 2022 - 09:57 AM
This post is by a banned member (AnnaStecka) - Unhide
52
Posts
13
Threads
4 Years of service
#1
Hi everyone!

I'm making config for one website and and I have problem...

Post data on this site looks like this:
Quote:------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="ppack"

1
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="remember"

0
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="username"

USER
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="password"

PASS
------WebKitFormBoundary4VA0WKZtdEjiz3tN--

And I'm stuck here... I have no idea how to put it in to POST DATA in OB...
Can anyone help me? I will be very grateful!
Do Something To Break Something Else   lol2
This post is by a banned member (emachines) - Unhide
emachines  
Supreme
815
Posts
227
Threads
4 Years of service
#2
(01 April, 2022 - 09:57 AM)XL_INE Wrote: Show More
Hi everyone!

I'm making config for one website and and I have problem...

Post data on this site looks like this:
Quote:------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="ppack"

1
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="remember"

0
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="username"

USER
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="password"

PASS
------WebKitFormBoundary4VA0WKZtdEjiz3tN--

And I'm stuck here... I have no idea how to put it in to POST DATA in OB...
Can anyone help me? I will be very grateful!

Change Request type to Multipart (https://prnt.sc/WkloRtc_3br2)
JOIN MY TELEGRAM CHANNEL (CLICK HERE)

[Image: eU1mO3p.jpg]

Akamai Configs also available


Contact Me-
Telegram- @emachinesusa
This post is by a banned member (Sentonta) - Unhide
Sentonta  
Supreme
1.914
Posts
726
Threads
4 Years of service
#3
Example

mutipart

STRING: password: <PASS>
[Image: 20230507-204708.jpg]

I do not randomly add people offsite, always confirm you are speaking with any other sentonta account by sending me a private message onsite
My ONLY active forum account is here on cracked.io all other sentonta names are fakes.
This post is by a banned member (AnnaStecka) - Unhide
52
Posts
13
Threads
4 Years of service
#4
(This post was last modified: 01 April, 2022 - 10:58 AM by AnnaStecka.)
@emachines @Sentonta thanks for answering!

In this multipart i need to put all those data or only user:pass?

It should look like this:
Quote:------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="ppack"

1
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="remember"

0
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="username"

<USER>
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="password"

<PASS>
------WebKitFormBoundary4VA0WKZtdEjiz3tN--
 
or like this:
 
Quote:user=<USER>&password=<PASS>

@emachines @SentontaK I figured it out, again big thanks guys!
Do Something To Break Something Else   lol2
This post is by a banned member (emachines) - Unhide
emachines  
Supreme
815
Posts
227
Threads
4 Years of service
#5
(01 April, 2022 - 10:47 AM)XL_INE Wrote: Show More
@emachines @Sentonta thanks for answering!

In this multipart i need to put all those data or only user:pass?

It should look like this:
Quote:------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="ppack"

1
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="remember"

0
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="username"

<USER>
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="password"

<PASS>
------WebKitFormBoundary4VA0WKZtdEjiz3tN--
 
or like this:
 
Quote:user=<USER>&password=<PASS>

@emachines @SentontaK I figured it out, again big thanks guys!

First one
JOIN MY TELEGRAM CHANNEL (CLICK HERE)

[Image: eU1mO3p.jpg]

Akamai Configs also available


Contact Me-
Telegram- @emachinesusa
This post is by a banned member (Femboy) - Unhide
Femboy  
Supreme
622
Posts
115
Threads
4 Years of service
#6
(01 April, 2022 - 10:47 AM)XL_INE Wrote: Show More
@emachines @Sentonta thanks for answering!

In this multipart i need to put all those data or only user:pass?

It should look like this:
Quote:------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="ppack"

1
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="remember"

0
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="username"

<USER>
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="password"

<PASS>
------WebKitFormBoundary4VA0WKZtdEjiz3tN--
 
or like this:
 
Quote:user=<USER>&password=<PASS>

@emachines @SentontaK I figured it out, again big thanks guys!


Multipart doesnt work usually,  so make it like while using  normal post  PepeBlush
Code:
------WebKitFormBoundary4VA0WKZtdEjiz3tN\nContent-Disposition: form-data; name="ppack"\n\n1\n------WebKitFormBoundary4VA0WKZtdEjiz3tN\nContent-Disposition: form-data; name="remember"\n\n0\n------WebKitFormBoundary4VA0WKZtdEjiz3tN\nContent-Disposition: form-data; name="username"\n\n<USER>\n------WebKitFormBoundary4VA0WKZtdEjiz3tN\nContent-Disposition: form-data; name="password"\n\n<PASS>\n------WebKitFormBoundary4VA0WKZtdEjiz3tN--
This post is by a banned member (emachines) - Unhide
emachines  
Supreme
815
Posts
227
Threads
4 Years of service
#7
(01 April, 2022 - 01:33 PM)Gogh Wrote: Show More
(01 April, 2022 - 10:47 AM)XL_INE Wrote: Show More
@emachines @Sentonta thanks for answering!

In this multipart i need to put all those data or only user:pass?

It should look like this:
Quote:------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="ppack"

1
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="remember"

0
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="username"

<USER>
------WebKitFormBoundary4VA0WKZtdEjiz3tN
Content-Disposition: form-data; name="password"

<PASS>
------WebKitFormBoundary4VA0WKZtdEjiz3tN--
 
or like this:
 
Quote:user=<USER>&password=<PASS>

@emachines @SentontaK I figured it out, again big thanks guys!


Multipart doesnt work usually,  so make it like while using  normal post  PepeBlush
Code:
------WebKitFormBoundary4VA0WKZtdEjiz3tN\nContent-Disposition: form-data; name="ppack"\n\n1\n------WebKitFormBoundary4VA0WKZtdEjiz3tN\nContent-Disposition: form-data; name="remember"\n\n0\n------WebKitFormBoundary4VA0WKZtdEjiz3tN\nContent-Disposition: form-data; name="username"\n\n<USER>\n------WebKitFormBoundary4VA0WKZtdEjiz3tN\nContent-Disposition: form-data; name="password"\n\n<PASS>\n------WebKitFormBoundary4VA0WKZtdEjiz3tN--

if u use STRING: no need like that
JOIN MY TELEGRAM CHANNEL (CLICK HERE)

[Image: eU1mO3p.jpg]

Akamai Configs also available


Contact Me-
Telegram- @emachinesusa

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)