Hi all, I have just setup a test local moodle site using XAMPP, which has apache server 2.4.7 and mysql 5.6.16. I am trying to hack my own database by using SQL injection. Some methods I tried include exploiting the “id=1” parameter but there are no errors when I manipulate it. Also tried to perform injection by using the login interface “admin' or 1=1”, but it doesn’t work either.
Used some injection tools like sqlmap and metasploit but I they can’t find any injection vulnerabilities either. They couldn’t even find out the database and its version. Can anyone help on this?