________ is an Open Source (GPL) web server scanner that performs comprehensive tests against web servers for multiple items, including potentially dangerous files/programs, and checks for outdated versions of servers and version specific problems on servers.

A. Nikto
B. Nessus Professional
C. OpenVAS
D. Qualys VM


Answer: A. Nikto

Computer Science & Information Technology

You might also like to view...

When a recursive method is called to solve a problem, the method actually is capable of solving only the simplest case(s), or .

a. base case(s). b. base step(s). c. recursive call(s). d. recursion step(s).

Computer Science & Information Technology

The cell ____ is the column letter and row number for the intersection of the column and row for that cell.

A. range B. address C. index D. nexus

Computer Science & Information Technology

Consider the following program segment.  ifstream inFile; //Line 1int x, y; //Line 2... //Line 3  inFile >> x >> y; //Line 4  Which of the following statements at Line 3 can be used to open the file progdata.dat and input data from this file into x and y at Line 4?

A. inFile.open("progdata.dat"); B. inFile(open,"progdata.dat"); C. open.inFile("progdata.dat"); D. open(inFile,"progdata.dat");

Computer Science & Information Technology

A(n) __________ is a document containing contact information of the individuals to notify in the event of an actual incident.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology