-
Notifications
You must be signed in to change notification settings - Fork 2
快速开始
liusn edited this page Oct 19, 2016
·
1 revision
git clone https://github.com/liusn/sheep
pip install -r requirement.txt
python sheep.py
现在软件分三层,每层都还有默认的help和q(退出)指令。现在第一层只有script功能,即脚本的单独和批量使用功能,后续会不断添加整合比较常用的开源渗透测试模块。
以下含@的目录表示用户可控区域,用户可根据需要增加|修改|调用其中的内容
目录 | 说明 |
---|---|
sheep.py | 程序入口 |
data | @资源库 |
script | @脚本库 |
output | 输出位置 |
lib | 项目代码 |
doc | 文档及版权声明 |
thirdparty | 第三方库 |