nerdexam
EC-Council

312-50V7 · Question #192

An engineer is learning to write exploits in C++ and is using the exploit tool Backtrack. The engineer wants to compile the newest C++ exploit and name it calc.exe. Which command would the engineer…

The correct answer is A. g++ hackersExploit.cpp -o calc.exe. See the full explanation below for the reasoning.

Question

An engineer is learning to write exploits in C++ and is using the exploit tool Backtrack. The engineer wants to compile the newest C++ exploit and name it calc.exe. Which command would the engineer use to accomplish this?

Options

  • Ag++ hackersExploit.cpp -o calc.exe
  • Bg++ hackersExploit.py -o calc.exe
  • Cg++ -i hackersExploit.pl -o calc.exe
  • Dg++ --compile 璱 hackersExploit.cpp -o calc.exe

How the community answered

(33 responses)
  • A
    76% (25)
  • B
    6% (2)
  • C
    3% (1)
  • D
    15% (5)

Community Discussion

No community discussion yet for this question.

Full 312-50V7 Practice