Hi,
Below are steps for configuring tor with sqlmap in PentestBox.
3. Now open PentestBox, sqlmap has internal functionality to use with Tor.
4. sqlmap --tor --time-sec 10 --tor-port=9150 --check-tor --tor-type=SOCKS5 -u
https://yoururl Above is the basic example of tor with sqlmap.
If all goes well, then SQLmap will output that "Tor is properly being used"
Thanks
Aditya Agrawal