Go to file
Zane C. B-H 34110738af note the changes to 0.1.1 2019-08-06 21:30:40 -05:00
Net-Connection-ncnetstat note the changes to 0.1.1 2019-08-06 21:30:40 -05:00
.gitignore Initial commit 2019-07-28 21:58:51 -05:00
LICENSE Initial commit 2019-07-28 21:58:51 -05:00
README.md Update 'README.md' 2019-08-06 05:47:32 -05:00
ncnetstat.png Upload files to '' 2019-08-05 21:23:45 -05:00

README.md

About

Provides a enhances colorized netstat like tool that is capable of doing searches.

ncnetsetstat

The search criteria can be any of the following.

  • CIDR
  • port
  • host
  • PTR
  • state
  • UID
  • username

Installing

FreeBSD

pkg install perl5 p5-App-cpanminus lsof
cpanm Net::Connection::ncnetstat

Linux

CentOS

yum install cpanm lsof
cpanm Net::Connection::ncnetstat

Debian

This has been tested as working on Debian 9 minimal.

apt install perl perl-base perl-modules make cpanminus lsof
cpanm Net::Connection::ncnetstat

TODO

  • Add support for more collection methods than Net::Connection::lsof

  • Support color selection and column ordering.