Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stazhu/portsta
A port scanner based on php
https://github.com/stazhu/portsta
Last synced: about 1 month ago
JSON representation
A port scanner based on php
- Host: GitHub
- URL: https://github.com/stazhu/portsta
- Owner: StaZhu
- Created: 2018-10-27T10:25:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T11:40:04.000Z (about 6 years ago)
- Last Synced: 2024-11-05T22:12:18.791Z (3 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 简介
Portsta 是一个基于php的端口扫描器,用于扫描某IP或某IP段下各端口的开启情况。
# 环境配置
Portsta 需要php-cli环境,已在macOS测试。
macOS可使用自带php。
亦可使用homebrew 独立安装最新版php。
```
brew install php
```# 下载
```git clone https://github.com/StaZhu/portsta.git```
# 修改参数
portsta-ip用于扫描单个IP地址的端口开启情况,请修改IP和端口段
portsta-ip-segment用于扫描IP地址段内的端口开启情况,请修改IP段和端口段
# 开启扫描
```
cd portsta
php portsta-ip.php
php portsta-ip-segment.php
```# 许可证
GPL General Public License 3.0 see