I've decided to learn sqlmap but having an issue with Sqlmap trimming some of my output, the hash. The hash is about to be 32 characters long but I'm only getting 25 and the warning:
[WARNING] possible server trimmed output detected (due to its length and/or content): HASH'
It's only trimming this column, not the other ones which I also choose to dump, though I haven't seen them get longer than 25 characters. I tried switch:
--hex
but it's not giving me any luck.
Been spending hours on finding any solutions for this. Is there any other switches I could try or perhaps another solution?