What is OWASPs WebScarab tool used for?

A. to generate error messages in web applications
B. to identify SQL injection attacks
C. to locate dangerous code
D. to illicit contact information about the website


A
Explanation: Error messages may reveal information about the system that a hacker may find useful. For this reason when these applications are developed, all error messages should be kept as generic as possible when describing the problem. Tools such as the OWASPs WebScarab can be used to try to make the application generate errors.

Computer Science & Information Technology

You might also like to view...

A SharePoint website cannot be customized to serve as an internal company website for private communications within the company.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The ReadLine method requires you to provide the file's name.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In the function round of Display 3.6, which of these explains what happens in the body of the function? We reproduce the one line from the function body here:

``` return static_cast(floor(number+0.5)); ``` a) This is overkill, it would be sufficient to use the floor function alone. b) Adding 0.5 to number pushes the range up so floor can produce the correct rounding. c) The static_cast is used because floor returns a double. If the double value were returned, there would be at least a warning of a double to int conversion in returning the value. d) This is wrong. The argument for the floor function should be number-0.5.

Computer Science & Information Technology

EXX Case 3-1Coach Wright is the coach of the varsity football team. In preparation for his next team meeeting, he wants to create some charts tracking the players weight, time spent in practice, and game performance. Coach Wright wants to display the average time spent in practice for the season using a PivotTable.  To display the Create PivotTable dialog box, he clicks the PivotTable button in the Tables group on the _____ tab.

A. File B. Insert C. Page Layout D. Data

Computer Science & Information Technology