-
Notifications
You must be signed in to change notification settings - Fork 36
PortScan
fairy edited this page Sep 29, 2019
·
1 revision
端口扫描
"PortScan":{
"address":"http://www.baidu.com",
"status":200,
"totalTime":"30205ms",
"portNet":[
{
"delay":"22ms",
"isConnected":true,
"port":80
},
{
"delay":"52ms",
"isConnected":true,
"port":443
}
]
}
数据键 | 数据类型 | 数据解释 |
---|---|---|
address | String | 网址 |
status | int | 执行结果,200表示成功 |
totalTime | String | 总消耗时间 |
portNet | JSONArray | 具体信息 |
delay | String | 扫描时间 |
isConnected | boolean | 是否开放 |
port | int | 端口号 |
Android
网络诊断工具