Richard is working on a web app pen testing assignment for one of his clients. After preliminary information, gathering and vulnerability scanning Richard runs the SQLMAP tool to extract the database information.
Which of the following commands will give Richard an output as shown in the screenshot?

Select an option, then click Submit answer.
-
○
sqlmap –url http://quennhotel.com/about.aspx?name=1 –D queenhotel --tables
-
○
sqlmap –url http://quennhotel.com/about.aspx?name=1 –dbs
-
○
sqlmap –url http://quennhotel.com/about.aspx?name=1 –D queenhotel –T --columns
-
○
sqlmap –url http://quennhotel.com/about.aspx?name=1 –database queenhotel –tables