Skip to main content

I'm diagnosing an old Solaris 10 build and during port scans I've found an open port that's not on the approved list for this server.

I've tried various combinations of netstatnetstat switches but I can't seem to get the right output that gives me the associated service name or PID of the open port.

The feature set of netstat on this build seems to be limited compared to later solaris versions and other unix operating systems. netstat -tulpnnetstat -tulpn for example doesn't work.

I also can't install lsoflsof due to security restrictions.

Any ideas?

I'm diagnosing an old Solaris 10 build and during port scans I've found an open port that's not on the approved list for this server.

I've tried various combinations of netstat switches but I can't seem to get the right output that gives me the associated service name or PID of the open port.

The feature set of netstat on this build seems to be limited compared to later solaris versions and other unix operating systems. netstat -tulpn for example doesn't work.

I also can't install lsof due to security restrictions.

Any ideas?

I'm diagnosing an old Solaris 10 build and during port scans I've found an open port that's not on the approved list for this server.

I've tried various combinations of netstat switches but I can't seem to get the right output that gives me the associated service name or PID of the open port.

The feature set of netstat on this build seems to be limited compared to later solaris versions and other unix operating systems. netstat -tulpn for example doesn't work.

I also can't install lsof due to security restrictions.

Any ideas?

Source Link
popcornuk
  • 97
  • 1
  • 3
  • 13

Solaris 10 - Find service attached to listening port

I'm diagnosing an old Solaris 10 build and during port scans I've found an open port that's not on the approved list for this server.

I've tried various combinations of netstat switches but I can't seem to get the right output that gives me the associated service name or PID of the open port.

The feature set of netstat on this build seems to be limited compared to later solaris versions and other unix operating systems. netstat -tulpn for example doesn't work.

I also can't install lsof due to security restrictions.

Any ideas?