Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 859 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 859 Bytes

peekr

This is a small CLI tool to detect bot mitigation services used by any given website.

Detectors

  • Akamai
  • Akamai Pixel
  • Cloudflare (IP)
  • Imperva
  • PerimeterX
  • Reblaze
  • Radware
  • DataDome
  • Kasada

Prerequisites

  • Go 1.18 or later

Installation

  1. Clone the repository:

    git clone https://github.com/sameelarif/peekr.git
    cd peekr
  2. Install dependencies:

    go mod tidy

Usage

  1. Change the URL in main.go to the URL you want to fetch and parse.

  2. Run the application:

    go run main.go

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.