Skip to content

nunodio/portinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portinfo Package

This is very simple package that fetches service name by its port and vice versa.

Service/Port data from IANA.

Install:

PIP:

pip install portinfo

Usage:

$ portinfo [Service Port | Service Name]

Get service name by port

$ portinfo 5432

Output:

postgresql (PostgreSQL Database) :5432 tcp
postgresql (PostgreSQL Database) :5432 udp

Get port by service name

$ portinfo redis

output:

redis (An advanced key-value cache and store) :6379 tcp

About

Search standard services by its port.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages