whatportis是一款可以通过服务查询默认端口,或者是通过端口查询默认服务的工具,简单易用。在渗透测试过程中,如果需要查询某个端口绑定什么服务器,或者某个应用绑定的默认端口,可以使用whatportis查询。

软件安装:

pip install whatportis

使用教程:

1.查询5432端口

whatportis 5432

3

2.使用json格式显示查询结果

whatportis 5432 --json

5

3.whatportis 同样支持LIKE查询

whatportis mysql --like

1

项目地址:https://github.com/ncrocfer/whatportis