All Projects → owtf → owtf-docker

owtf / owtf-docker

Licence: BSD-3-Clause License
Docker repository for OWTF (64-bit Kali)

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to owtf-docker

Owtf
Offensive Web Testing Framework (OWTF), is a framework which tries to unite great tools and make pen testing more efficient http://owtf.org https://twitter.com/owtfp
Stars: ✭ 1,516 (+4637.5%)
Mutual labels:  owasp, owtf
ptp
Pentester's Tools Parser (PTP) provides an unified way to retrieve the information from all (final goal) automated pentesting tools and assign an automated ranking for each finding.
Stars: ✭ 28 (-12.5%)
Mutual labels:  owasp, owtf
wafbypasser
No description or website provided.
Stars: ✭ 73 (+128.13%)
Mutual labels:  owasp, owtf
webdriverio-zap-proxy
Demo - how to easily build security testing for Web App, using Zap and Glue
Stars: ✭ 58 (+81.25%)
Mutual labels:  owasp
training-application-security
This repository for training application security.
Stars: ✭ 25 (-21.87%)
Mutual labels:  owasp
vapi
vAPI is Vulnerable Adversely Programmed Interface which is Self-Hostable API that mimics OWASP API Top 10 scenarios through Exercises.
Stars: ✭ 674 (+2006.25%)
Mutual labels:  owasp
cyclonedx-maven-plugin
Creates CycloneDX Software Bill of Materials (SBOM) from Maven projects
Stars: ✭ 103 (+221.88%)
Mutual labels:  owasp
bWAPP
bWAPP latest modified for PHP7
Stars: ✭ 30 (-6.25%)
Mutual labels:  owasp
CIS-Ubuntu-20.04-Ansible
Ansible Role to Automate CIS v1.1.0 Ubuntu Linux 18.04 LTS, 20.04 LTS Remediation
Stars: ✭ 150 (+368.75%)
Mutual labels:  owasp
owasp-zap-jwt-addon
OWASP ZAP addon for finding vulnerabilities in JWT Implementations
Stars: ✭ 23 (-28.12%)
Mutual labels:  owasp
Software-Component-Verification-Standard
Software Component Verification Standard (SCVS)
Stars: ✭ 82 (+156.25%)
Mutual labels:  owasp
aks-baseline-regulated
This is the Azure Kubernetes Service (AKS) baseline cluster for regulated workloads reference implementation as produced by the Microsoft Azure Architecture Center.
Stars: ✭ 73 (+128.13%)
Mutual labels:  owasp
cyclonedx-php-composer
Create CycloneDX Software Bill of Materials (SBOM) from PHP Composer projects
Stars: ✭ 20 (-37.5%)
Mutual labels:  owasp
www-project-vulnerable-web-applications-directory
The OWASP Vulnerable Web Applications Directory (VWAD) Project - OWASP Web Site
Stars: ✭ 10 (-68.75%)
Mutual labels:  owasp
containers-security-project
A place for documenting threats and mitigations related to containers orchestrators (Kubernetes, Swarm etc)
Stars: ✭ 25 (-21.87%)
Mutual labels:  owasp
aws-firewall-factory
Deploy, update, and stage your WAFs while managing them centrally via FMS.
Stars: ✭ 72 (+125%)
Mutual labels:  owasp
cyclonedx-python
Creates CycloneDX Software Bill of Materials (SBOM) from Python projects and environments.
Stars: ✭ 78 (+143.75%)
Mutual labels:  owasp
dotnet-security-unit-tests
A web application that contains several unit tests for the purpose of .NET security
Stars: ✭ 25 (-21.87%)
Mutual labels:  owasp
OWASP-Calculator
🧮 An online calculator to assess the risk of web vulnerabilities based on OWASP Risk Assessment
Stars: ✭ 109 (+240.63%)
Mutual labels:  owasp
cwe-sdk-javascript
A Common Weakness Enumeration (CWE) Node.js SDK compliant with MITRE / CAPEC
Stars: ✭ 18 (-43.75%)
Mutual labels:  owasp

OWTF - Offensive Web Testing Framework

Official Docker image for OWASP OWTF.

Building the image:

  • Install Docker.(specific instructions can be found here).

  • Then run these commands, please notice that the first time these commands are run the script will download docker images from the registry, which might take a while depending on your internet connection.

    git clone https://github.com/owtf/owtf-docker.git
    
    
  • Run docker build -t <yourpreferredname> <path to Dockerfile>.

Usage

  • You can launch your OWTF container by running $ docker run -it -p 8008:8008 -p 8009:8009 -p 8010:8010 <image name> /bin/bash

    • -p flags map the host port to the container port
    • Get the image name by running docker images.
  • To use the OWTF mitm proxy, set the proxy settings to localhost:8008.

  • Point your browser to <hostip>:8009.

Persistent updated image

  • You can save the updated image by following these steps:
  1. Run the OWTF image as usual.
  2. Commit the running image into a new one. You can find the container_id by running # docker ps $ docker commit <container_id> <extended image name>
  3. Run the extended image
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].