Giter Club home page Giter Club logo

cdm-device-checker's Introduction

CDM-Device-Checker


Easily parse the cdm device info response from: https://tools.axinom.com/decoders/LicenseRequest SITE STATUS: ACTIVE


TIPS:

Add context menu for easy check from challange.txt or client_id_blob

INSTRUCTIONS:

  • Change the dir from check.bat
  • Change the path from context_menu.reg
  • double click context_menu.reg to add it to your registry.
  • You can also change the context title: Check Client ID Blob
  • You can also drag and drop the blob directly to check.bat
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\Check Client ID Blob\command]
@="\"C:\\User\\Admin\\Downloads\\cdm_device_checker\\check.bat\" %1"

From client_id_blob

image

From challange.txt

image


CHANGELOGS:


[1.0.4] | 2021-12-27

  • 1087720375 | Added registry context menu for easy check from challange.txt or client_id_blob
  • 1087669514 | Fixed iterating on NoneType item

[1.0.3] | 2021-12-21

  • python 3.6-later compatibility
  • Removed dictionary merge operator "|"
  • Removed test argument. Just load the test challenge from "challenge.txt" (e.g. py check.py chalenge.txt)

  • Added base64 validation
  • Display if revoked or active
  • Modified output file name with additional info (e.g. ChromeCDM-20122-L3-[ACTIVE].json)
  • Can now load challenge base64 from txt file or client_id_blob with/without extension .bin
  • Final output file path will be on the location of input file path
  • And some minor changes

[1.0.2] | 2021-12-09


[1.0.1] | 2021-12-04

  • Added protobuf for parsing client_id_blob
  • Extract challenge directly from client_id_blob file
  • Fully refactored for getting/matching device info
  • Added arguments (see --help)
  • Display the error if found in the response

USAGE

py.check.py "challenge base64 string"
py.check.py "device_client_id_blob"
py.check.py "challenge.txt"

add -q/--quite if you don't want to print the results

RESULT

{
    "status": "ACTIVE",
    "ForTestingOnly": "No",
    "systemId": "4464",
    "securityLevel": "LEVEL_3",
    "manufacturer": "Generic Field Provisioning",
    "model": "Android KLP x86",
    "modelYear": "2013",
    "modelName": "Android SDK built for x86",
    "systemOnChip": "android generic",
    "type": "software",
    "AdditionalInfo": {
        "applicationName": null,
        "architectureName": "x86",
        "buildInfo": "google/sdk_google_phone_x86/generic_x86:7.1.1/NYC/5464897:userdebug/test-keys",
        "companyName": "Google",
        "deviceId": "zdfDCPHaHrBQakqKhEcFqXiLwbblJwg",
        "deviceName": "generic_x86",
        "productName": "sdk_google_phone_x86",
        "widevineCdmVersion": "v4.1.0-android"
    }
}

cdm-device-checker's People

Contributors

zackmark29 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.