if installed with pip just do this to reveal sqlmap location
pip list -v 2> /dev/null | grep sqlmap | export pipbinslocation=$(awk '{print $3}') && echo "${pipbinslocation}/sqlmap/tamper/"
if installed with apt it should be under
/usr/share/sqlmap/tamper