Re: [sqlmap-users] Using cURL to test a MultiPart site

2015-10-26 Thread Miroslav Stampar
Great that you've managed to solve it by yourself :) Bye p.s. thx for donation On Sun, Oct 25, 2015 at 4:49 PM, Rodrigo Zanatta Silva < rodrigozanattasi...@gmail.com> wrote: > Now I solve the problem > > This was MY MISTAKE!!! All I need to do was send the --user-agent exactly > curl was do

Re: [sqlmap-users] Using cURL to test a MultiPart site

2015-10-25 Thread Rodrigo Zanatta Silva
Now I solve the problem This was MY MISTAKE!!! All I need to do was send the --user-agent exactly curl was doing. I configure it by --header option, but the correct was use --user-agent (because it send as sqlmap user agent and faill with the actual session) sqlmap is really a great program!!

Re: [sqlmap-users] Using cURL to test a MultiPart site

2015-10-25 Thread Rodrigo Zanatta Silva
ok, I did it now. Check your e-mail. Sorry for the delay. Check your e-mail. I send this mail about 4AM and I need to sleep :) now is 1PM but today is sunday 2015-10-25 8:26 GMT-02:00 Miroslav Stampar : > Can you please send me privately the URL? > > Bye > > On Sun, Oct 25, 2015 at 7:51 AM, Ro

Re: [sqlmap-users] Using cURL to test a MultiPart site

2015-10-25 Thread Miroslav Stampar
Can you please send me privately the URL? Bye On Sun, Oct 25, 2015 at 7:51 AM, Rodrigo Zanatta Silva < rodrigozanattasi...@gmail.com> wrote: > I am having bad times with sqlmap. > > I can create a command with curl and I can see that the website is > vulnerable. But if I try to mimic the same co

[sqlmap-users] Using cURL to test a MultiPart site

2015-10-24 Thread Rodrigo Zanatta Silva
I am having bad times with sqlmap. I can create a command with curl and I can see that the website is vulnerable. But if I try to mimic the same command with sqlmap, something goes wrong and I can't have sucess wit any request in the site. Maybe it is because sqlmap use another codding. Can I use