Releases: PentesterFlow/OpenCrawler
Releases · PentesterFlow/OpenCrawler
v1.0.0
OpenCrawler v1.0.0
High-performance web application crawler for security testing and reconnaissance.
Installation
Linux (amd64):
curl -LO https://github.com/PentesterFlow/OpenCrawler/releases/download/v1.0.0/opencrawler_1.0.0_linux_amd64.tar.gz
tar -xzf opencrawler_1.0.0_linux_amd64.tar.gz
sudo mv opencrawler /usr/local/bin/macOS (Apple Silicon):
curl -LO https://github.com/PentesterFlow/OpenCrawler/releases/download/v1.0.0/opencrawler_1.0.0_darwin_arm64.tar.gz
tar -xzf opencrawler_1.0.0_darwin_arm64.tar.gz
sudo mv opencrawler /usr/local/bin/macOS (Intel):
curl -LO https://github.com/PentesterFlow/OpenCrawler/releases/download/v1.0.0/opencrawler_1.0.0_darwin_amd64.tar.gz
tar -xzf opencrawler_1.0.0_darwin_amd64.tar.gz
sudo mv opencrawler /usr/local/bin/Windows:
Download opencrawler_1.0.0_windows_amd64.zip and extract.
Docker:
docker pull ghcr.io/pentesterflow/opencrawler:1.0.0Quick Start
opencrawler crawl https://example.com --turbo -o results.jsonChangelog
Bug Fixes
- c3299ba: fix: Remove sboms and signs from goreleaser config ( <>)
- 22fbd77: fix: Update Go version to 1.23 for Docker and CI ( <>)
- 99a57a9: fix: Use GoReleaser v1 configuration format ( <>)
Full Changelog: ...v1.0.0
Built with security researchers in mind.