https://github.com/paradiseduo/force
使用golang编写的服务弱口令检测
https://github.com/paradiseduo/force
Last synced: 12 months ago
JSON representation
使用golang编写的服务弱口令检测
- Host: GitHub
- URL: https://github.com/paradiseduo/force
- Owner: paradiseduo
- Created: 2021-04-07T06:31:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-14T02:59:33.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T14:29:34.620Z (about 1 year ago)
- Language: Go
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# force
使用golang编写的服务弱口令检测
## 支持协议
|序号|协议|是否支持|
|:---|:---:| :---: |
|1|ftp|✅|
|2|telnet|❌|
|3|ssh|✅|
|4|mysql|✅|
|5|smtp|❌|
|6|smb|❌|
|7|mssql|❌|
|8|postgres|✅|
|9|hive|❌|
|10|redis|❌|
|11|mangoDB|✅|
|12|rdp|❌|
|13|Elasticsearch|✅|
## 使用方式
```bash
> chmod +x force
> ./force
Usage of ./force:
--timeout int
超时时间,默认3秒 (default 3)
-ip string
地址
-mode string
爆破选项: ssh/ftp/mysql/postgres/mongo/es (default "ssh")
-password string
密码
-port string
端口 (default "22")
-user string
用户名
```