Ethical Hacking quiz chapter 10
What specific type of tag do A11 CFML tags begin with? -# -CF -CFML -%
CF
Adobe System's ColdFusion uses its proprietary tags, which are written in which of the following languages? -XML -DHTML -PHP -CFML
CFML
Which of the following is the interface that determines how a Web server passes data to a Web browser? -Perl -ASP -CGI -PHP
CGI
A user can view the source code of a PHP file by using their Web browser's tool (T/F)?
False
Javascript is a server-side scripting language that is embedded in an HTML Web page (T/F)?
False
Which of the following interfaces is a standard database access method, developed by SQL Access Group, that allows an application to access data stored in a database management system (DBMS)? -OLE DB -ODBC -ADO -JDBC
ODBC
Which of the following application tests analyzes an application's source code for vulnerabilities, and is therefore only possible when the source code of an application is available? -Static Application Security Testing -Fast Application security testing -Dynamic Application Security Testing -Executable Application Security Testing
Static Application Security Testing
What type of useful tools can a security tester find available in both Firefox and Chrome Web browsers? -security tools -scan tools -developer tools -SQL tools
developer tools
Which Javascript function is a "method" or sequence of statements that perform a routine or task? -getElementById() -document.write() -CFLOCATION() -
getElementById()
Which of the following cross-site scripting vulnerabilities types relies on social engineering to trick a user into visiting a maliciously crafted link or URL? -reflected -injected -unvalidated -Stored
reflected