Skip to content

container: nowasp_pentest_target #85

@kevinJread

Description

@kevinJread

Prerequisites

  • I have searched the issues and confirmed this container has not been suggested before
  • I have verified the container image is actively maintained
  • I have tested this container configuration

Container ID

nowasp

Display Name

nowasp_pentest_target

Description

Docker container for OWASP Mutillidae II Web Pen-Test Practice Application

Category

Media

Tags

TV, PVR, Monitoring

GitHub URL

https://github.com/citizen-stig/dockermutillidae

Icon URL

No response

Docker Compose Service Definition

services:
  nowasp-juice-shop:
    image: citizenstig/nowasp
    container_name: nowasp_pentest_target
    ports:
      - "3000:3000"
    networks:
      - internal_pentest_network
    restart: always
    environment:
      - NODE_ENV=production

networks:
  internal_pentest_network:
    driver: bridge

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    containernew container suggestion

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions