EC-Council
312-92 · Question #27
Carl is writing cgi-bin scripts in PERL for some web pages. He is concerned about malicious users trying to exploit the site and/or the cgi-sripts. If Carl uses the following code, what will he be…
The correct answer is A. Dangerous input expression. EC-Council 312-92 Exam
Investigating Web Attacks
Question
Carl is writing cgi-bin scripts in PERL for some web pages. He is concerned about malicious users trying to exploit the site and/or the cgi-sripts. If Carl uses the following code, what will he be able to prevent? $filename =~ s/[^A-Za-z0-9_-.//g
Options
- ADangerous input expression
- BAlgorihmic complexity attacks
- CXSS attack
- DInsecure environmental variables
How the community answered
(27 responses)- A85% (23)
- B4% (1)
- C4% (1)
- D7% (2)
Explanation
EC-Council 312-92 Exam
Topics
#input validation#PERL regex#CGI security#injection prevention
Community Discussion
No community discussion yet for this question.