[sqlmap-users] Using cURL to test a MultiPart site
Brought to you by:
inquisb
From: Rodrigo Z. S. <rod...@gm...> - 2015-10-25 06:52:22
|
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 something similar to it: - I write the cURL command and set the place I want sqlmap inject the payload - The cURL do the request and write a file - The sqlmap process the file and continue as normal The unique difference is: sqlmap WILL NOT do the internet request. Only cURL will do it. If I can't do it, where can I change it in source code to try to do this? |