这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@rzarslzde
Copy link

Description

This PR adds Docker support for ffuf.
It introduces a lightweight multi-stage Dockerfile and a .dockerignore file, allowing users to build and run ffuf inside a container without installing Go on their host system.

Usage Example

docker build -t ffuf .
docker run --rm ffuf -h
docker run --rm -v ~/wordlists:/wordlists ffuf \
  -w /wordlists/directory-list.txt -u http://example.com/FUZZ

## Additonally

- Added my name to CONTRIBUTORS.md
- Added a short description in CHANGELOG.md
- Updated README.md with Docker guides
- It would also be possible to publish the image to GitHub Container Registry (ghcr.io) or Docker Hub.

Thanks for contributing to ffuf :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants