Difference between revisions of "Nc -v"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
Ncat: Version 7.50 ( https://nmap.org/ncat ) | Ncat: Version 7.50 ( https://nmap.org/ncat ) | ||
Ncat: Connection timed out. | Ncat: Connection timed out. | ||
+ | |||
+ | |||
+ | nc -v localhost 8332 | ||
+ | Ncat: Version 7.50 ( https://nmap.org/ncat ) | ||
+ | Ncat: Connected to 127.0.0.1:8332. | ||
+ | |||
+ | HTTP/1.1 400 Bad Request | ||
+ | Content-Type: text/html | ||
+ | Connection: close | ||
+ | Date: Wed, 31 May 2023 07:06:33 GMT | ||
+ | Content-Length: 94 | ||
+ | |||
+ | <HTML><HEAD> | ||
+ | <TITLE>400 Bad Request</TITLE> | ||
+ | </HEAD><BODY> | ||
+ | <H1>Bad Request</H1> | ||
+ | </BODY></HTML> | ||
Revision as of 07:07, 31 May 2023
nc -v 10.11.3.236 5432 Ncat: Version 7.50 ( https://nmap.org/ncat ) Ncat: Connected to 10.11.3.236:5432.
nc -v 10.11.3.236 5433 Ncat: Version 7.50 ( https://nmap.org/ncat ) Ncat: Connection timed out.
nc -v localhost 8332 Ncat: Version 7.50 ( https://nmap.org/ncat ) Ncat: Connected to 127.0.0.1:8332. HTTP/1.1 400 Bad Request Content-Type: text/html Connection: close Date: Wed, 31 May 2023 07:06:33 GMT Content-Length: 94 <HTML><HEAD> <TITLE>400 Bad Request</TITLE> </HEAD><BODY>
Bad Request
</BODY></HTML>
See also
Advertising: