Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 894 Bytes

File metadata and controls

20 lines (13 loc) · 894 Bytes

Basic Usage

Binaries

Running as a binary allows you to skip dealing with any container related networking issues and leverage the same network interface that the host machine is using.

methodwebtest apache path traversal --targets https://example.com

Docker

Running methodwebtest within a Docker container should typically work similarly to running directly on a host, however, occasionally there are a few things to keep in mind.

If you're running on a Docker container on a MacOS machine and you are trying to scan a locally running service, you can leverage the host.docker.internal address as mentioned in the Docker documentation here.

docker run ghcr.io/method-security/methodwebtest \
  apache path traversal --targets https://example.com