Someone who finds a flaw in a system and reports that flaw to the vendor of the system is a __________

a. White hat hacker
b. Black hat hacker
c. Gray hat hacker
d. Red hat hacker

Answer A. White hat hackers are often hired by companies to do penetration tests.

Computer Science & Information Technology

You might also like to view...

In Excel's PMT function, what do you have to put in front of the PV value to make the function display the intended results?

A) Minus sign B) Percent sign C) Plus sign D) Nothing is needed

Computer Science & Information Technology

In a node type named MyNode, which of the following correctly declares a pointer to a node of that type?

a. MyNode* ptr; b. MyNode ptr; c. ptr myNode*; d. MyNode.data* ptr;

Computer Science & Information Technology