If you ever wonder how to foward your content from Burpsuite towards any other tool you have to keep in mind that there is a logging options available.
Enable logging within burp and parse the logfile as input towards sqlmap:
1 |
./sqlmap.py -l burpfile.log --level 5 --risk 3 --tamper 'between,equaltolike' -p search --dbms MySQL |