Forum Discussion

MoJotta's avatar
MoJotta
Icon for Bronze I rankBronze I
2 days ago
Solved

Windows Hardening: Ep.6 – Pivoting

I have tackled all the questions of the challenge except the last one, which says:
After isolating the host, ping the IP of Workstation-2. What is the output when attempting to send the ping?

The ping result is as follows:

C:\Users\Administrator>ping 10.102.96.137

Pinging 10.102.96.137 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 10.102.96.137:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss).

The answer to the question should be "Ping request timed out." 

However, the answer is not accepted. Any help would be appreciated.

Thank you.

  • Hi all,

    I managed to resolve the issue. I needed to block all outbound protocols to get the output to answer the question.

    Thank you.

1 Reply

  • Hi all,

    I managed to resolve the issue. I needed to block all outbound protocols to get the output to answer the question.

    Thank you.