Sqlmap is a powerful penetration testing tool used to detect and exploit sql injection vulnerabilities.
For demonstration, team1.pentest.id will be attacked using sqlmap
sqlmap -u “team1.pentest.id/?author=1/”
The result is that the sqlmap was unsuccessful due to error 403 forbidden.