https://github.com/cwkiller/unauthorized-check
扫描常见未授权访问(redis、mongodb、memcached、elasticsearch、zookeeper、ftp、CouchDB、docker、Hadoop)
https://github.com/cwkiller/unauthorized-check
Last synced: 4 months ago
JSON representation
扫描常见未授权访问(redis、mongodb、memcached、elasticsearch、zookeeper、ftp、CouchDB、docker、Hadoop)
- Host: GitHub
- URL: https://github.com/cwkiller/unauthorized-check
- Owner: cwkiller
- Created: 2020-04-24T06:33:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T06:41:59.000Z (over 5 years ago)
- Last Synced: 2024-11-21T14:38:14.162Z (12 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 185
- Watchers: 2
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - cwkiller/unauthorized-check - 扫描常见未授权访问(redis、mongodb、memcached、elasticsearch、zookeeper、ftp、CouchDB、docker、Hadoop) (Python)
README
# unauthorized-check
扫描以下常见未授权访问
```
redis、mongodb、memcached、elasticsearch、zookeeper、ftp、CouchDB、docker、Hadoop
```
安装
```
pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
```
使用说明
```
python3 unauthorized-check.py url.txt
```