Which of the following is common error generated by a SQL injection attack?

A. 500 error (internal server error)
B. 400 error (out of memory)
C. 440 error (php violation)
D. 550 error (invalid insertion)


A
Explanation: The job of identifying SQL injection attack in logs can be made easier by using commercial tools such as Log parser by Microsoft, This command line utility which uses SQL -like commands can be used to search and locate errors of a specific type. One type to look for is a 500 error (internal server error) which is often an indication of a SQL injection.

Computer Science & Information Technology

You might also like to view...

Email is short for ____________________ mail.

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

Computer Science & Information Technology

Match the following terms to their meanings:

I. Debugging II. Run Macro action III. Single stepping IV. MessageBox macro V. QuickAccess A. Using a logical process to find and reduce the number of errors in a program B. Executes one action at a time C. Toolbar that includes the save, undo, redo, and customize buttons D. Used to run a macro from within another macro E. Trusted action that displays a message box that contains a warning or informational message

Computer Science & Information Technology

You can use __________________ to maintain consistency or to begin a project.

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

Computer Science & Information Technology

A(n) ______ is a separate program that converts the entire source program into machine language before executing it.

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

Computer Science & Information Technology