Free Download Pass4sure EC-Council ENSA 312-38 Dumps

EC-Council Network Security Administrator (ENSA): 312-38 Exam
EC-Council Network Security Administrator (ENSA)
312-38 Questions & Answers
Exam Code: 312-38
Exam Name: EC-Council Network Security Administrator (ENSA)
Q & A: 342 Q&As

QUESTION 1
John works as a C programmer. He develops the following C program:
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
int buffer(char *str)
{
char buffer1[10];
strcpy(buffer1, str);
return 1;
}
int main(int argc, char *argv[]) {
buffer (argv[1]);
printf(“Executed\n”);
return 1;
}
His program is vulnerable to a __________ attack.
A. SQL injection
B. Denial-of-Service
C. Buffer overflow
D. Cross site scripting
Answer: C

» Read more