Giter Site home page Giter Site logo

mannyramos / webbreaker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from djvillafana/webbreaker

0.0 1.0 0.0 1.74 MB

Dynamic Application Security Test Orchestration (DASTO)

Home Page: https://target.github.io/webbreaker

License: MIT License

Dockerfile 0.36% Ruby 0.29% Shell 0.32% Python 99.03%

webbreaker's Introduction

Build Status Release Versions Open Hub statistics

Introduction

WebBreaker is an open source Dynamic Application Security Test Orchestration (DASTO) client, enabling development teams to create pipelines for security testing and automation of functional security tests, with WebInspect, Fortify SSC, and ThreadFix.

The commands are organized by product followed by actions you want to take on the product accompanied with options. For example webbreaker webinspect scan --settings=zerobank

Download & Install

Download

⬇️ Mac OS, Mac installation is available on tap @ homebrew - COMING SOON

brew install webbreaker

⬇️ CentOS/RedHat/Fedora, Linux installation is available @ artifactory

yum install webbreaker

⬇️ Windows 7, Windows installation is available @ Chocolatey - COMING SOON

choco install webbreaker

⬇️ Build and install from source and follow the steps below.

  1. git clone https://github.com/target/webbreaker
  2. export PATH=$PATH:$PYTHONPATH
  3. cd webbreaker;pip install -r requirements.txt
  4. python setup.py build
  5. python setup.py install

Configuration

✅ If you have downloaded an executable release of webbreaker, add it to your $PATH or %PATH%

✅ First time installs, run the webbreaker command in your terminal to create the default configurations, including the $HOME/.webbreaker/config.ini

✅ Configure the $HOME/.webbreaker/config.ini or %USERPROFILE%\.webbreaker\config.ini

✅ Below are Webinspect, Fortify SSC, and ThreadFix required settings, see User Guide for advanced set-up.

# Your required Fortify SSC URL and run `webbreaker admin credentials --fortify` 
[fortify]
ssc_url = https://ssc.example.com/ssc
username = 
password = 

# Your ThreadFix URL and ThreadFix API Key
[threadfix]
host = https://threadfix.example.com:8443/threadfix
api_key = <put your threadfix api key here>

# Your Webinspect servers with the REST API port, default is 8083/tcp.
server_01 = https://webinspect-1.example.com:8083
server_02 = https://webinspect-2.example.com:8083
endpoint_01 = %(server_01)s|%(large_server_max_concurrent_scans)s
endpoint_02 = %(server_01)s|%(small_server_max_concurrent_scans)s

NOTES:

Release Notes

New Features, bugs and enhancements for this release are documented in our WebBreaker Release Notes

Usage

WebBreaker is a command-line interface (CLI) client. See our complete WebBreaker Documentation for further configuration, usage, and installation.

Illustrated below is an example of a typical WebBreaker WebInspect scanning workflow from creation to triage. Please see the WebBreaker Cheatsheet for further examples.

  1. Starting WebInspect Proxy
    webbreaker webinspect proxy --start --port=9001 --proxy_name=WEBINSPECT_SCAN_NAME

  2. Stopping WebInspect Proxy
    webbreaker webinspect proxy --stop --proxy_name=WEBINSPECT_SCAN_NAME

  3. WebInspect Scanning from Proxy Results
    webbreaker webinspect scan --settings=$WEBINSPECT_SCAN_NAME.xml --scan_name=WEBINSPECT_SCAN_NAME

  4. Uploading Scan Results to Threadfix
    webbreaker threadfix upload --application WEBINSPECT --scan_file WEBINSPECT_SCAN_NAME.xml

  5. Uploading Scan Results to Fortify SSC
    webbreaker fortify upload --version $WEBINSPECT_SCAN_NAME --scan_name $WEBINSPECT_SCAN_NAME

  6. Running scans in Jenkins

# scan
webbreaker webinspect scan --settings zerobank --scan_name ${BUILD_TAG}
# upload scan to Fortify SSC
webbreaker fortify upload --scan_name ${BUILD_TAG} --version ${JOB_NAME}
# upload scan to ThreadFix
webbreaker threadfix upload --scan_name ${BUILD_TAG} --application ${JOB_NAME}

Bugs and Feature Requests

Found something that doesn't seem right or have a feature request? Please open a new issue.

Copyright and License

license

Copyright 2018 Target Brands, Inc.

webbreaker's People

Contributors

djvillafana avatar hayleyyan avatar homergaidarski avatar jimnelson2 avatar kylerwitting avatar matt-fevold avatar rsmartins78 avatar xolian avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.