现在的位置: 首页 > 网络安全 > 正文

黑帽大会开源GO扫描神器-bearded-develop

2016年02月06日 网络安全 ⁄ 共 1277字 ⁄ 字号 评论 1 条

黑帽大会开源扫描神器【bearded-develop】
bearded-develop
一款用go语言编写的扫描神器
github地址:
https://github.com/bearded-web/bearded

201601061452061223134194201601061452061239736661
201601061452061255453511

Bearded (WIP)

travis Coverage Status

Gitter

Bearded is an open source Security Automation platform. The platform allows Development, QA, and Security team members to perform automated web security scans with a set of tools, and re-execute those scans as needed. All tools can be executed in the cloud in docker containers. Barbudo has a default web interface which integrates all core options and makes it possible to manage large pentests easily.

Screenshots and Video

Demo video:

Interface:

The project in pre-pre-alpha stage. Please, do not use this right now.

dev

Update go get -u -d github.com/bearded-web/bearded

Go to path cd $GOPATH/src/github.com/bearded-web/bearded

Update dependencies godep restore

Build go get github.com/bearded-web/bearded

Run dev server and look to build path bearded dispatcher --frontend ../frontend/build/ -v

In ../frontend/ exec npm run dev to start frontend static server

Load data:

bearded plugins load --update ./extra/data/plugins.json

bearded plans load --update ./extra/data/plans.json

Swagger http://127.0.0.1:3003/apidocs/

local dev

Make changes, then go get github.com/bearded-web/bearded

目前有 1 条留言    访客:1 条, 博主:0 条

  1. abc 2016年03月27日 上午11:51  Δ-49楼

给我留言

您必须 [ 登录 ] 才能发表留言!

×