I am learning to use sqlmap and came across an application that has Clean URLs. Clean URL example //my url.net/project/public/#questions/question/edit/id/122/answer/1
, here MVC framework is used.
How should I perform SQL injection on this application? I have already followed the answers in Testing clean urls with sqlmap but it was't very useful.