A senior administrator instructs a technician to run the following script on a Linux server:
for i in {1..65536}; do echo $i; telnet localhost $i; done
The script mostly returns the following message: Connection refused. However, there are several entries in the console display that look like this:
80
Connected to localhost -
443
Connected to localhost -
Which of the following actions should the technician perform NEXT?
Ronn_Burgandy
7 months, 1 week agoSecNoob27639
7 months, 2 weeks agoSecNoob27639
6 months, 3 weeks ago