2019-08-09 at 4:45 AM UTC
I'm trying to submit a POST request using Burp Suite but I get a status 500 everytime. Without Burp Suite, the request goes through fine and some parameters on the web application change as desired. With Burp Suite, there is no change in the parameters with the application and I get a generic error page from the application.
When I have Burp intercepting, on the Intercept List there appears to be no response for the initial Post request. Not even a redirect. It just shows on the next sequence/line that an error page is requested. So I'm not sure what's going on but I assume a redirect.
When I request the same Post request using Repeater in Burp, I get a status 200 but the parameters don't change within the application.
I need to change the parameters programmatically in my source, so I need to know why I am getting the status 500 using Burp Suite.
I can't reveal the application due territorial instinct and probability of profit loss. But I will give out .001 in BTC to whoever helps me solve this issue.
2019-08-09 at 4:52 AM UTC
aldra
JIDF Controlled Opposition
are you able to see the app's log?
2019-08-09 at 5:10 AM UTC
aldra
JIDF Controlled Opposition
I would probably fire up wireshark and compare the regular request to the one generated by burp then
2019-08-09 at 5:19 AM UTC
aldra
JIDF Controlled Opposition
that's what I mean, if the data you're sending is returning a 200 but the same data returns a 500 when sent from burp, something in the data is not the same. if you compare the actual packets you can work out what and ideally resolve it
2019-08-09 at 5:25 AM UTC
Change the parameter to adopt more specific/or general system set
2019-08-10 at 1:32 AM UTC
aldra
JIDF Controlled Opposition
well, good luck then. either checking the server logs or comparing the raw data sent are the two quickest ways I can think of to try to resolve something like this. everything else is trial and error
2019-08-10 at 10:36 PM UTC
I figured it all out.
There was actually a set up on the server that I was unaware of(some application logic) that was fucking up my agenda. Now I'm king shit again.
Good day all.
2019-08-11 at 2:44 AM UTC
I have a wallet you wanna send?
2019-08-11 at 10:11 PM UTC
Does Burp auto-fill in values for the parameters?