Skip to content

This Datadome Cookie Generator is an innovative tool designed for developers to generate cookies simulating real user behavior.

License

Notifications You must be signed in to change notification settings

d-suter/datadome-bp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataDome Cookie Generator

DataDome Cookie Generator is a project designed to interact with DataDome's API to generate secure cookies. DataDome is a renowned solution specializing in bot mitigation and protecting websites from various malicious activities. This project aimed to aid interactions with sites that utilize DataDome for protection, such as footlocker.com, asus.com, mcdonalds.com and so on.

Tip

Alternatively, you can use capsolver.com for doing things more easily.

Table of Contents

  1. Prerequisites
  2. Installation
  3. Usage
  4. API Endpoints
  5. Related Projects
  6. Disclaimer

Prerequisites

  • Node.js (>= 13.2.0)

Installation

  1. Clone the repository.

    git clone https://github.com/ceodavee/datadome-bp.git
  2. Navigate to the project directory.

    cd datadome-bp
  3. Install the dependencies.

    npm install

Usage

  1. Start the server by running the following command:

    node --experimental-modules source/main.mjs
  2. The server will start and will be available at http://localhost:{configured-port}/cookie-generator.

API Endpoints

Generate Cookie

  • Endpoint:
    POST /cookie-generator
    
  • Request Body: Content-Type has to be application/json
    {
      "targetDomain": "http://example.com"
    }
  • Success Response:
    {
      "raw": "raw_cookie_string",
      "cookie": "cookie_name=cookie_value",
      "value": "cookie_value"
    }
  • Error Response:
    {
      "Error": "Error Message"
    }

Related Projects

In one of my older projects, Footlocker Bot, there is also a method to bypass DataDome, albeit with a different approach. You may find it insightful to check out this method as well; however, please note that the DataDome bypass in the Footlocker Bot project is no longer operational. The functionality of this current project is not verified recently.

Disclaimer

This project was operational about 0.5 years ago from the time of this documentation. It may not be working anymore as it has not been tested recently. Please try and verify it in your environment, and use it responsibly, respecting all relevant laws and website terms of service.

Star History

Star History Chart

About

This Datadome Cookie Generator is an innovative tool designed for developers to generate cookies simulating real user behavior.

Topics

Resources

License

Stars

Watchers

Forks