Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adeljck/QAX_VPN_Crack
奇安信VPN任意用户密码重置
https://github.com/adeljck/QAX_VPN_Crack
Last synced: 3 months ago
JSON representation
奇安信VPN任意用户密码重置
- Host: GitHub
- URL: https://github.com/adeljck/QAX_VPN_Crack
- Owner: adeljck
- Created: 2023-06-06T05:37:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T06:08:21.000Z (4 months ago)
- Last Synced: 2024-08-10T07:47:56.716Z (4 months ago)
- Language: Go
- Size: 330 KB
- Stars: 248
- Watchers: 4
- Forks: 80
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - adeljck/QAX_VPN_Crack - 奇安信VPN任意用户密码重置 (Go)
README
# 1.工具使用
1.下载对应系统版本工具
```shell
./VPN_linux_amd64 -h
Usage of VPN_linux_amd64:
-c check target vuln.(default) (default true)
-e change user's password.
-p string
manual set password you want change.(default is generate by random.) (default "BpLnfgDsc3WD")
-t int
request timeout default is 5 second. (default 5)
-u string
target you want fuck.(example:https://xxxxx:xxx)```
2.参数介绍
| 参数 | 含义 |
| ---- | ----------------------------------------------------- |
| c | 检测模块,默认启用,存在漏洞的话会输出目标的用户列表. |
| e | 修改密码模块,默认不启用. |
| p | 更改后的密码,默认随机生成. |
| t | 请求超时时间,默认为5s. |
| u | 需要检测的目标url地址,. |