How to use SQLMAP when payloads are inserted in POST request and some (syntax) error will appear after a redirect in a GET request?

Is there a way to let SQLMAP handle some general error info, like ‘Syntax error’ in a subsequent GET request that is requested after a redirect 301?
So the (general) result/error is not directly in the response.

Continue reading How to use SQLMAP when payloads are inserted in POST request and some (syntax) error will appear after a redirect in a GET request?

How to use SQLMAP when payloads are inserted in POST request and some (syntax) error will appear after a redirect in a GET request?

Is there a way to let SQLMAP handle some general error info, like ‘Syntax error’ in a subsequent GET request that is requested after a redirect 301?
So the (general) result/error is not directly in the response.

Continue reading How to use SQLMAP when payloads are inserted in POST request and some (syntax) error will appear after a redirect in a GET request?

Is my wesbite stil vulnerable if sqlmap cannot retrieve the database names but CAN successfully inject?

I am (basically) pen-testing my own website, and I do have a new WAF, but have temporarily taken it down in a safe, testing environment (the one on my actual site is still up.)
This is the same site that was receiving an enormous amount of… Continue reading Is my wesbite stil vulnerable if sqlmap cannot retrieve the database names but CAN successfully inject?

Is it possible to exploit this supposedly boolean-based blind and time-based blind SQLi (sqlmap)?

I recently found a boolean-based blind SQLi and since I’m new to the bug bounty scene – I don’t understand what impact I can extract from it.
There is a website like example.com/tarif?tableId=136&dbsource=gkcp&nf=undefined. The vul… Continue reading Is it possible to exploit this supposedly boolean-based blind and time-based blind SQLi (sqlmap)?

Can I provide database names and tables to sqlmap to check if it is true or false? [closed]

Is there any way I can run sqlmap tool to test whether the database names I already have are true or false?
I made some mistakes while testing on one target. The target is time-based blind injection vulnerable. I ran sqlmap tool with –dum… Continue reading Can I provide database names and tables to sqlmap to check if it is true or false? [closed]

Why can’t my sqlmap detect SQL injection? Is there something wrong with my command? [closed]

I test the web application of the target virtual machine provided by my professor:
sqlmap –batch -u http://192.168.56.103:8754/payment-details/2 \
–cookie=’ JSESSIONID=<D38AEB6139DFC666E65D0D38BD82CE96>’ -level=3 –risk=3

And th… Continue reading Why can’t my sqlmap detect SQL injection? Is there something wrong with my command? [closed]