Ethical Hacking Chapter 10 Quiz Review
Which specific type of tag do All CFML tags begin with?
CF
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 (SAST)
To check whether a CGI program works, you can test the URL, in your web browser. Which of the following directories should you save the program to on your web server before you check the URL in your web browser
cgi-bin
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
Which of the following cross-site scripting vulnerabilities types is especially harmful because it can be delivered to subsequent users of the application?
Stored
Which of the following refers to the flow a user is expected to follow in an application to accomplish a goal?
business logic
Which JavaScript function is a "method" or sequence of statements that perform a routine or task?
getElementById()
Which of the following resources is an excellent starting point for security professionals when investigating VBScript vulnerabilities?
Microsoft security bulletin