sockets - How to properly nmap websocket port? -


javascript based html5 application using web-socket port 10060 communication development server (server url is: ws://mydomain.tld:10060).

however have problem: seems development server accessible 1 local network, not through websockets. can access network: ping, ssh, html: except make websocket connection server.

how use nmap , other utilities see if ports open , accessible. know how check tcp ports, websocket, how check them? different?

websocket implemented on top of tcp regular tcp port scan work.

actually websocket begin single http request , response before upgrading protocol websocket.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -