伏羲是一款开源的网络安全检测工具,适用于中小型企业对企业信息系统进行安全巡航检测
伏羲是一款开源的网络安全检测工具,适用于中小型企业对企业信息系统进行安全巡航检测
Python 安全相关
共1026Star
详细介绍
Fuxi 2.1 - developing
Fuxi is cross-platform compatible and works in any Python 3.x environment including Linux, Mac OSX and Windows.
Getting Started
Docker
docker pull jeffzh3ng/fuxi
docker run -itd --name fuxi_docker -p 5000:50020 jeffzh3ng/fuxi:latest
http://127.0.0.1:5000
Wait about 15 seconds for the service to start, then visit:
- Default username: fuxi
- Default password: whoami
- Application restart:
docker restart fuxi_docker
How to persist data
docker run -itd --name fuxi_docker -p 5000:50020 -v /your_volume/fuxi:/data jeffzh3ng/fuxi:latest
The data and logs will be saved to /your_volume/fuxi
Installation
Dependency: Linux
python3.x
redis
mongoDB
Get the project:
git clone https://github.com/jeffzh3ng/fuxi.git
cd fuxi
pip install -r requirements.txt
Creating configuration file:
cd instance/
cp _config.py config.py
vi config.py
Begin using fuxi
chmod +x fuxi_manage.sh
./fuxi_manage.sh
- Default username: fuxi
- Default password: whoami
Docs
API Document
Issues
New issue
Github:jeffzh3ng@gmail.com
E-Mail:https://t.me/jeffzh3ng
Telegram:QR Code
WeChat:Feel free to contact me if you have any questions or suggestions.