https://github.com/medicean/as_netstat
AntSword 无命令执行权限下获取网络连接情况插件
https://github.com/medicean/as_netstat
antsword antsword-plugin netstat webshell
Last synced: 6 months ago
JSON representation
AntSword 无命令执行权限下获取网络连接情况插件
- Host: GitHub
- URL: https://github.com/medicean/as_netstat
- Owner: Medicean
- Created: 2019-01-29T13:20:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T06:30:07.000Z (over 3 years ago)
- Last Synced: 2025-06-18T12:51:43.132Z (7 months ago)
- Topics: antsword, antsword-plugin, netstat, webshell
- Language: JavaScript
- Size: 8.79 KB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AntSword NetStat
> AntSword 查看网络连接状态插件
在目标主机「禁止了命令执行」或者「没有 netstat 命令」的时候,可通过该插件查看目标系统网络连接情况。
同时也支持解析通过其它方式获取到的 `/proc/net/tcp`、`/proc/net/udp` 文件内容
## Support
* Linux (All Core Type)
* Windows ( ASPX )
## 演示
### 选择 TCP4、UDP4 后, 点击「获取」

### 手动输入通过其它方式获取到的 /proc/net/tcp 文件内容

## 安装
### 商店安装
进入 AntSword 插件中心,选择 NetStat,点击安装
### 手动安装
1. 获取源代码
```
git clone https://github.com/Medicean/as_netstat.git
```
或者
点击 [这里](https://github.com/Medicean/as_netstat/archive/master.zip) 下载源代码,并解压。
2. 拷贝源代码至插件目录
将插件目录拷贝至 `antSword/antData/plugins/` 目录下即安装成功
## 相关链接
* [AntSword 文档](http://doc.u0u.us)
* [dhtmlx 文档](http://docs.dhtmlx.com/)