Hi,

Sometimes when sqlmap ask for some input i get command not found error

Code:
how do you want to proceed? [(C)ontinue/(s)tring/(r)egex/(q)uit] C
bash: C: command not found

[1]+  Stopped
Code:
GET parameter 'pId' is vulnerable. Do you want to keep testing the others (if any)? [y/N] N
bash: N: command not found

[1]+  Stopped
i use this command to start the scan:
Code:
proxychains sqlmap -u VULNERABLE.WEBSITE.COM/ --dbs --threads 3
I've searched google for this but with no luck... Any help?

Btw i have my system full up to date

Thanks in advance