I know that netstat -a in a dos prompt will return u all of your open ports but how could u find open ports of other computers.
Printable View
I know that netstat -a in a dos prompt will return u all of your open ports but how could u find open ports of other computers.
I saw your post in the Internet forum and I figured you'd eventually want to know about "the other guy's ports".
Email me when you find out "[email protected]"
One way is to have a program you wrote reside on the other machine and you send a message to ask it to run netstat and tell you the results. I don't think that's the solution you want.
Also, if there is some kind of existing remote execute function, you could do a similar thing.