Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Digging Tool edited this page Mar 25, 2019 · 9 revisions

Cryptic-Service wiki

Python Service Microservice

Explanation of dict keys:
  1. user_uuid is the unique identifier for a user account in the game.
  2. device_uuid is the unique identifier for a device in the game.
  3. target_device device_uuid where the service runs which should be hacked
  4. target_service service_uuid the service that should be hacked
  • Use Endpoint 'create' and the following dict format to create a wallet.

    input:

      {"name":"SSH",
       "uuid_device":"883297366206414abca286f0a8f46f8d",}
    

    returns:

Clone this wiki locally