Skip to content

xKiian/vercel-botid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vercel BotID Solver / "X-Is-Human" Header (basic mode)

wakatime


showcase


Overview

This project provides a Golang-based solver for the Vercel BotID challenge. It uses go-fAST to deobfuscate and then extract every value required. (blazingly fast)


⭐ Show your Support

Please star the repository if you find it useful! Your support helps improve the project. ❤️


Installation

go get github.com/xkiian/vercel-botid && go mod tidy

Usage

package main

import (
	"fmt"
	"log"
	"github.com/xkiian/vercel-botid/botid"
)

func main() {
	solver, err := botid.NewBotID("SCRIPT URL HERE (see tutorial for help)")
	if err != nil {
		log.Fatal(err)
	}

	token, err := solver.GenerateToken()
	if err != nil {
		log.Fatal(err)
	}
	fmt.Println("Generated BotID Token:", token)
}

Note: You will need to provide your own webgl fingerprints. Examples can be found in webgl.json (You only need webgl_unmasked_vendor & webgl_unmasked_renderer)

License

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


Disclaimer

This package is unofficial and not affiliated with Vercel. Use it responsibly and in accordance with AWS's terms of service.

About

Vercel BotID Solver "X-Is-Human" using 100% golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages