Re: Port Zero
Pieter de Boer <[email protected]>
| Newsgroups | gmane.comp.security.incidents |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > TCP 0.0.0.0:135 0.0.0.0:0 LISTENING > Above is the output of netstat -an |more Since this is only a listener, the foreign address is unspecified (all fields 0), so that's what you see. On other platforms 0.0.0.0:* is used, but they both don't mean anything. -- Pieter