This is a small CLI tool to detect bot mitigation services used by any given website.
- Akamai
- Akamai Pixel
- Cloudflare
- Imperva
- PerimeterX
- Reblaze
- Radware
- DataDome
- Kasada
- Go 1.18 or later
-
Clone the repository:
git clone https://github.com/sameelarif/peekr.git cd peekr
-
Install dependencies:
go mod tidy
-
Change the URL in
main.go
to the URL you want to fetch and parse. -
Run the application:
go run main.go
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.