https://www.abrictosecurity.com/blog/sqlmap-cheatsheet-and-examples/

Here are some useful options for your pillaging pleasure:

-r req.txt Specify a request stored in a text file, great for saved requests from BurpSuite.

–force-ssl Force SQLmap to use SSL or TLS for its requests.

–level=1 only test against the specified parameter, ignore all others.

–risk=3 Run all exploit attempts, even the dangerous ones (could damage database).

–delay Set a delay in-between requests, great for throttled connections.