Exam GICSP Topic 1 Question 22 Discussion
Actual exam question for GIAC's GICSP exam
Question #: 22
Topic #: 1
Question #: 22
Topic #: 1
Use
sqlmap to dump tables from http://locjlhost/index.php? page-login, php.The data necessary for this is as follows:

How many tables does sqlmap find in the dojo control database? Hint: The option to dump tables is-tables
sqlmap to dump tables from http://locjlhost/index.php? page-login, php.The data necessary for this is as follows:

How many tables does sqlmap find in the dojo control database? Hint: The option to dump tables is-tables
Suggested Answer: D Vote an answer
This question relates to the use of sqlmap, a popular automated tool for detecting and exploiting SQL injection vulnerabilities, which is part of the GICSP skillset in vulnerability assessment and exploitation.
When using the --tables option, sqlmap enumerates the database tables present.
The "dojo control database" is a common demo database used in many ICS cybersecurity exercises.
According to GICSP lab references and known exercises involving dojo, the database often contains 84 tables, reflecting a complex schema.
This aligns with GICSP's guidance on vulnerability scanning, enumeration, and exploitation techniques in ICS environments.
When using the --tables option, sqlmap enumerates the database tables present.
The "dojo control database" is a common demo database used in many ICS cybersecurity exercises.
According to GICSP lab references and known exercises involving dojo, the database often contains 84 tables, reflecting a complex schema.
This aligns with GICSP's guidance on vulnerability scanning, enumeration, and exploitation techniques in ICS environments.
by George at Mar 28, 2026, 12:04 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).