Skip to content

Dir listing is not getting blocked #3988

@justlife4x4

Description

@justlife4x4

Hi, Im using a docker version:

Content of docker-compose.yml:

services:
    reverseproxy:
        container_name: reverse-proxy-nginx
        ports:
            - '80:80'
        volumes:
            - ./proxy.conf:/etc/nginx/conf.d/proxy.conf:ro
        environment:
            - PROXY=1
        image: owasp/modsecurity-crs:nginx
        networks:
            reverse-proxy-nginx:
                aliases:
                    - reverse-proxy-nginx

    owasp-juice-shop:
        container_name: owasp-juice-shop
        image: vulnerables/web-dvwa
        ports:
            - '80'
        networks:
            reverse-proxy-nginx:
                aliases:
                    - owasp-juice-shop

networks:
    reverse-proxy-nginx:
        external: true

Still Im seeing

Image

Can you please tell why the rule 950-DATA-LEAK isnt working. Requesting speedy assistance , pls

Thanks & Regards,
@justlife4x4

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions