Giter VIP home page Giter VIP logo

opt9 / owtf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from owtf/owtf

0.0 3.0 0.0 23.36 MB

Offensive Web Testing Framework (OWTF), is a framework which tries to unite great tools and make pen testing more efficient @owtfp http://owtf.org

Home Page: https://medium.com/@owtf

License: BSD 3-Clause "New" or "Revised" License

Makefile 0.29% Python 54.22% Shell 4.00% Perl 1.49% JavaScript 22.70% CSS 5.68% HTML 11.62%

owtf's Introduction

Offensive Web Testing Framework

Requirements Status Build Status License (3-Clause BSD) python python

OWASP OWTF is a project focused on penetration testing efficiency and alignment of security tests to security standards like the OWASP Testing Guide (v3 and v4), the OWASP Top 10, PTES and NIST so that pentesters will have more time to

  • See the big picture and think out of the box
  • More efficiently find, verify and combine vulnerabilities
  • Have time to investigate complex vulnerabilities like business logic/architectural flaws or virtual hosting sessions
  • Perform more tactical/targeted fuzzing on seemingly risky areas
  • Demonstrate true impact despite the short timeframes we are typically given to test.

The tool is highly configurable and anybody can trivially create simple plugins or add new tests in the configuration files without having any development experience.

Note: This tool is however not a silverbullet and will only be as good as the person using it: Understanding and experience will be required to correctly interpret tool output and decide what to investigate further in order to demonstrate impact.

Requirements

OWTF is developed on KaliLinux and macOS but it is made for Kali Linux (or other Debian derivatives)

OWTF supports both Python2 and Python3.

Installation

Recommended:

Using a virtualenv is highly recommended!

pip install git+https://github.com/owtf/owtf#egg=owtf or clone the repo and python setup.py install

To run OWTF on Windows or MacOS, use the Dockerfile (requires Docker installed) provided to try OWTF:

  • make docker-build
  • make docker-run
  • Open ~/.owtf/conf and change SERVER_ADDR: 127.0.0.1 to SERVER_ADDR: 0.0.0.0.
  • Create a virtualenv, virtualenv env and activate it source env/bin/activate.
  • Install and run OWTF.
 $ cd owtf/
 # Install the develop version, so that any change made is instantly reflected.
 $ python setup.py develop
 # Run OWTF!
 $ python -m owtf
  • Open localhost:8009 for OWTF web interface.

Install on OSX

Dependencies: Install homebrew (https://brew.sh/) and follow the steps given below:

 $ virtualenv <venv name>
 $ source <venv name>/bin/activate
 $ brew install coreutils gnu-sed openssl
 # We need to install 'cryptography' first to avoid issues
 $ pip install cryptography --global-option=build_ext --global-option="-L/usr/local/opt/openssl/lib" --global-option="-I/usr/local/opt/openssl/include"
 $ git clone <this repo>
 $ cd owtf
 $ python setup.py install
 # Run OWTF!
 $ python -m owtf

In order to run the tools, install them and point the OWTF config ~/.owtf/conf/general.cfg to the correct locations.

Features

  • Resilience: If one tool crashes OWTF, will move on to the next tool/test, saving the partial output of the tool until it crashed.

  • Flexibile: Pause and resume your work.

  • Tests Separation: OWTF separates its traffic to the target into mainly 3 types of plugins:

    • Passive : No traffic goes to the target
    • Semi Passive : Normal traffic to target
    • Active: Direct vulnerability probing
  • Extensive REST API.

  • Has almost complete OWASP Testing Guide(v3, v4), Top 10, NIST, CWE coverage.

  • Web interface: Easily manage large penetration engagements easily.

  • Interactive report:

    • Automated plugin rankings from the tool output, fully configurable by the user.
    • Configurable risk rankings
    • In-line notes editor for each plugin.

License

Checkout LICENSE

Links

owtf's People

Contributors

viyatb avatar flabbergastedbd avatar depierre avatar assem-ch avatar saganshul avatar alessandrofg avatar 7a avatar darknight24 avatar 0xcpu avatar ankushjindal278 avatar a0xnirudh avatar alexandrasandulescu avatar delta24 avatar marioskourtesis avatar dshah133 avatar pwnfoo avatar pau-ferrer-cid avatar affinity7 avatar rahulpratapsingh avatar doomtaper avatar csk avatar sentient07 avatar ahiknsr avatar anantshri avatar citizen428 avatar islamoc avatar dougmorato avatar markvlk avatar mikefitz888 avatar arunk-s avatar

Watchers

Jeremy Bae avatar James Cloos avatar  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.