Custom SQLMap Requests
We can specify session cookie value using --cookie
:
Same can be done using -H
flag:
Handling Errors
Display Error
Use --parse-errors
to parse the DBMS errors and display them as part of the program run:
Store Traffic
The -t
option stores the whole traffic content to an output file:
Verbose Output