Socklist

From Scriptwiki
Revision as of 23:16, 1 October 2008 by Aca20031 (talk | contribs)
Jump to navigation Jump to search

Socklist is used to list open sockets. It shows their name, remote ip, remote/local port, and current status.

socklist [-tul] [name]
  • Switches
  • Parameters
    • none - lists all sockets.
    • name is the name of the socket(s) to list. It can be a wild card.

Note: -u will not list sockets that data has been sent over recently, because UDP sockets do not maintain connections!