Eu observei um dispositivo desconhecido ao verificar minha rede sem fio local. Tinha duas portas TCP abertas (ouvindo?); TCP/80
( http
?) & TCP/443
( https
?).
Em um esforço para identificar o dispositivo desconhecido; Eu usei algumas técnicas básicas de captura de faixas, que forneceram um feedback estranho:
root@localhost:~# telnet 10.1.1.28 80
Trying 10.1.1.28...
Connected to 10.1.1.28.
Escape character is '^]'.
HEAD / HTTP/1.1
@Q�0�njs-k��'Y���s��N��E2R�S������d���aw��
s�Y�/u"�'QN���I�eRA~W
Connection closed by foreign host.
root@localhost:~# telnet 10.1.1.28 80
Trying 10.1.1.28...
Connected to 10.1.1.28.
Escape character is '^]'.
GET / HTTP/1.1
HTTP/1.0 404 Not Found
Connection closed by foreign host.
root@localhost:~# telnet 10.1.1.28 80
Trying 10.1.1.28...
Connected to 10.1.1.28.
Escape character is '^]'.
HEAD / HTTP/1.1
"�))!���]D�7�ב�����┴�IL&�┬��#�-�zp�,o�������c��D����ל]�h����
@�.GLMC��2{���
Connection closed by foreign host.
Quais são essas respostas estranhas?
Tags command-line https hosts http tcp