Go to file
Zane C. B-H 6d64af3c1b ready to release 0.1.0 2019-08-06 05:33:58 -05:00
Net-Connection-ncnetstat ready to release 0.1.0 2019-08-06 05:33:58 -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-05 21:40:22 -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

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.