Products
GG网络技术分享 2025-03-18 16:18 1
网站端口扫描查询PHP源码[加密]
上传网站目录访问index.php文件查询;程序为本地接口至于快慢取决于服务器,可查询域名/ip端口开放状态。端口分别为21,22,23,25,79,80,110,135,137,138,139,143,443,445,888,1433,3306,3311,3312,3389,8888。
请求方法为:域名?ip=qq.com
输出结果如下:
{
\"code\": 200,
\"msg\": \"查询成功\",
\"host\": \"qq.com\",
\"port\": {
\"21\": \"关闭\",
\"22\": \"开启\",
\"23\": \"关闭\",
\"25\": \"关闭\",
\"79\": \"关闭\",
\"80\": \"开启\",
\"110\": \"关闭\",
\"135\": \"关闭\",
\"137\": \"关闭\",
\"138\": \"关闭\",
\"139\": \"关闭\",
\"143\": \"关闭\",
\"443\": \"开启\",
\"445\": \"关闭\",
\"888\": \"开启\",
\"1433\": \"关闭\",
\"3306\": \"关闭\",
\"3311\": \"关闭\",
\"3312\": \"关闭\",
\"3389\": \"关闭\",
\"8888\": \"开启\"
}
}
您需要登录并回复后才可以查看隐藏的内容
Demand feedback